From 1476cd164f52fb6d715cc46e90b3a129475e560f Mon Sep 17 00:00:00 2001 From: Orion Poplawski Date: Fri, 9 May 2014 20:35:51 -0600 Subject: [PATCH 1/6] Update to 0.20.1 --- .gitignore | 1 + Cython.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 2be742b..5b231ec 100644 --- a/.gitignore +++ b/.gitignore @@ -14,3 +14,4 @@ Cython-0.12.1.tar.gz /Cython-0.19.tar.gz /Cython-0.19.2.tar.gz /Cython-0.20.tar.gz +/Cython-0.20.1.tar.gz diff --git a/Cython.spec b/Cython.spec index dba2719..e4c840d 100644 --- a/Cython.spec +++ b/Cython.spec @@ -11,7 +11,7 @@ ##%define run_check 0%{!?_with_check:0} Name: Cython -Version: 0.20 +Version: 0.20.1 ##Release: 4.b3%{?dist} Release: 1%{?dist} Summary: A language for writing Python extension modules @@ -22,7 +22,7 @@ Summary: A language for writing Python extension modules Group: Development/Tools License: Python URL: http://www.cython.org -Source: http://www.cython.org/Cython-%{upstreamversion}.tar.gz +Source: http://www.cython.org/release/Cython-%{upstreamversion}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: python-devel python-setuptools @@ -140,6 +140,9 @@ popd %changelog +* Fri May 9 2014 Orion Poplawski - 0.20.1-1 +- Update to 0.20.1 + * Mon Jan 20 2014 nbecker - 0.20-1 - Update to 0.20 diff --git a/sources b/sources index e550f24..b3a39b8 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -6563dad21e2b5e31f9f7262a60dd0550 Cython-0.20.tar.gz +52431696c64e618036537c4d9aa79d99 Cython-0.20.1.tar.gz From d0589a8ee43fbd185913f9c4e61b8a9f73f8e113 Mon Sep 17 00:00:00 2001 From: Orion Poplawski Date: Fri, 9 May 2014 20:37:09 -0600 Subject: [PATCH 2/6] Drop %defattr() --- Cython.spec | 1 - 1 file changed, 1 deletion(-) diff --git a/Cython.spec b/Cython.spec index e4c840d..2bbefbd 100644 --- a/Cython.spec +++ b/Cython.spec @@ -117,7 +117,6 @@ popd %endif %files -%defattr(-,root,root,-) %{_bindir}/cython %{_bindir}/cygdb %{python_sitearch}/Cython From f1b1cddd2c762a2c88889d584740642c6e193a12 Mon Sep 17 00:00:00 2001 From: Orion Poplawski Date: Fri, 9 May 2014 20:37:53 -0600 Subject: [PATCH 3/6] Rebuild for Python 3.4 --- Cython.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Cython.spec b/Cython.spec index 2bbefbd..dcd1935 100644 --- a/Cython.spec +++ b/Cython.spec @@ -13,7 +13,7 @@ Name: Cython Version: 0.20.1 ##Release: 4.b3%{?dist} -Release: 1%{?dist} +Release: 2%{?dist} Summary: A language for writing Python extension modules %define upstreamversion %{version} @@ -139,6 +139,9 @@ popd %changelog +* Fri May 9 2014 Orion Poplawski - 0.20.1-2 +- Rebuild for Python 3.4 + * Fri May 9 2014 Orion Poplawski - 0.20.1-1 - Update to 0.20.1 From 3f0347af12b6efecca9330e32ff35e3bbb691060 Mon Sep 17 00:00:00 2001 From: Thomas Spura Date: Wed, 28 May 2014 13:31:06 +0200 Subject: [PATCH 4/6] Rebuilt for https://fedoraproject.org/wiki/Changes/Python_3.4 The 0.20.1-1 build was finished after the python 3.4 rebuild in the side tag. So we need a rebuild again. --- Cython.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Cython.spec b/Cython.spec index dcd1935..b5a10ee 100644 --- a/Cython.spec +++ b/Cython.spec @@ -13,7 +13,7 @@ Name: Cython Version: 0.20.1 ##Release: 4.b3%{?dist} -Release: 2%{?dist} +Release: 3%{?dist} Summary: A language for writing Python extension modules %define upstreamversion %{version} @@ -139,6 +139,9 @@ popd %changelog +* Wed May 28 2014 Thomas Spura - 0.20.1-3 +- Rebuilt for https://fedoraproject.org/wiki/Changes/Python_3.4 + * Fri May 9 2014 Orion Poplawski - 0.20.1-2 - Rebuild for Python 3.4 From fa7451d22ad2f47535c53911bc55e1f5a395fe95 Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Fri, 6 Jun 2014 17:32:03 -0500 Subject: [PATCH 5/6] - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild --- Cython.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Cython.spec b/Cython.spec index b5a10ee..49601f5 100644 --- a/Cython.spec +++ b/Cython.spec @@ -13,7 +13,7 @@ Name: Cython Version: 0.20.1 ##Release: 4.b3%{?dist} -Release: 3%{?dist} +Release: 4%{?dist} Summary: A language for writing Python extension modules %define upstreamversion %{version} @@ -139,6 +139,9 @@ popd %changelog +* Fri Jun 06 2014 Fedora Release Engineering - 0.20.1-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild + * Wed May 28 2014 Thomas Spura - 0.20.1-3 - Rebuilt for https://fedoraproject.org/wiki/Changes/Python_3.4 From 7fb7a35c0e7288c8b049a429bad66162be7b0a88 Mon Sep 17 00:00:00 2001 From: Peter Robinson Date: Fri, 15 Aug 2014 18:24:29 +0000 Subject: [PATCH 6/6] - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild --- Cython.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Cython.spec b/Cython.spec index 49601f5..53743eb 100644 --- a/Cython.spec +++ b/Cython.spec @@ -13,7 +13,7 @@ Name: Cython Version: 0.20.1 ##Release: 4.b3%{?dist} -Release: 4%{?dist} +Release: 5%{?dist} Summary: A language for writing Python extension modules %define upstreamversion %{version} @@ -139,6 +139,9 @@ popd %changelog +* Fri Aug 15 2014 Fedora Release Engineering - 0.20.1-5 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild + * Fri Jun 06 2014 Fedora Release Engineering - 0.20.1-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild