From 514c1dbb09bff57ae18590df9e03b0eaa41aaca3 Mon Sep 17 00:00:00 2001 From: Matej Stuchlik Date: Fri, 18 Apr 2014 12:36:08 +0200 Subject: [PATCH] Rebuild with python 3.4 --- python-wheel.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/python-wheel.spec b/python-wheel.spec index 0cd57ae..c459057 100644 --- a/python-wheel.spec +++ b/python-wheel.spec @@ -4,7 +4,7 @@ Name: python-%{pypi_name} Version: 0.22.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: A built-package format for Python License: MIT @@ -138,5 +138,8 @@ popd %changelog +* Fri Apr 18 2014 Matej Stuchlik - 0.22.0-2 +- Rebuild with python 3.4 + * Thu Nov 28 2013 Bohuslav Kabrda - 0.22.0-1 - Initial package.