diff --git a/SPECS/Cython.spec b/SPECS/Cython.spec index aaacc43..81dc30c 100644 --- a/SPECS/Cython.spec +++ b/SPECS/Cython.spec @@ -13,14 +13,14 @@ Name: Cython Version: 0.19 ##Release: 4.b3%{?dist} -Release: 3%{?dist} +Release: 5%{?dist} Summary: A language for writing Python extension modules %define upstreamversion %{version} ##%%define upstreamversion %{version}b3 Group: Development/Tools -License: Python +License: ASL 2.0 URL: http://www.cython.org Source: http://www.cython.org/Cython-%{upstreamversion}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -35,6 +35,8 @@ BuildRequires: numpy libtool %endif Requires: python +Provides: python2-Cython = %{version}-%{release} + %description This is a development version of Pyrex, a language for writing Python extension modules. @@ -140,6 +142,14 @@ popd %changelog +* Wed May 03 2017 Charalampos Stratakis - 0.19-5 +- Change the license tag to Apache Software License 2.0 +Resolves: rhbz#1447673 + +* Wed Feb 01 2017 Charalampos Stratakis - 0.19-4 +- Provide python2-Cython name +Resolves: rhbz#1356680 + * Fri Jan 24 2014 Daniel Mach - 0.19-3 - Mass rebuild 2014-01-24