[Cython/f18] Fix BR 1019498

Neal Becker nbecker at fedoraproject.org
Thu Oct 17 11:29:12 UTC 2013


commit 81d4d83c85d0c2efd7f7037b52c975dad113ee0b
Author: Neal D. Becker <ndbecker2 at gmail.com>
Date:   Wed Oct 16 21:03:10 2013 -0400

    Fix BR 1019498

 Cython.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/Cython.spec b/Cython.spec
index b2b367a..720ee08 100644
--- a/Cython.spec
+++ b/Cython.spec
@@ -13,7 +13,7 @@
 Name:		Cython
 Version:	0.19.2
 ##Release:	4.b3%{?dist}
-Release:	1%{?dist}
+Release:	2%{?dist}
 Summary:	A language for writing Python extension modules
 
 %define upstreamversion %{version}
@@ -99,7 +99,7 @@ popd
 %endif
 
 %{__python} setup.py install -O1 --skip-build --root $RPM_BUILD_ROOT
-rm -rf ${buildroot}%{python_sitelib}/setuptools/tests
+rm -rf %{buildroot}%{python_sitelib}/setuptools/tests
 
 
 %clean
@@ -140,6 +140,9 @@ popd
 
 
 %changelog
+* Thu Oct 17 2013 nbecker <ndbecker2 at gmail.com> - 0.19.2-2
+- Fix BR 1019498
+
 * Sun Oct 13 2013 nbecker <ndbecker2 at gmail.com> - 0.19-2
 - Update to 0.19.2
 


More information about the scm-commits mailing list