From 81d4d83c85d0c2efd7f7037b52c975dad113ee0b Mon Sep 17 00:00:00 2001 From: "Neal D. Becker" Date: Wed, 16 Oct 2013 21:03:10 -0400 Subject: [PATCH] Fix BR 1019498 --- Cython.spec | 7 +++++-- 1 file 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 - 0.19.2-2 +- Fix BR 1019498 + * Sun Oct 13 2013 nbecker - 0.19-2 - Update to 0.19.2