From 2a6f60ff8f2e0229cddb461b78b046a1419f53a9 Mon Sep 17 00:00:00 2001 From: Neal D. Becker Date: Sep 15 2014 17:46:18 +0000 Subject: add /bin/cythonize --- diff --git a/Cython.spec b/Cython.spec index 95b1208..50fdee7 100644 --- a/Cython.spec +++ b/Cython.spec @@ -13,7 +13,7 @@ Name: Cython Version: 0.21 ##Release: 4.b3%{?dist} -Release: 5%{?dist} +Release: 6%{?dist} Summary: A language for writing Python extension modules %define upstreamversion %{version} @@ -119,6 +119,7 @@ popd %files %{_bindir}/cython %{_bindir}/cygdb +%{_bindir}/cythonize %{python_sitearch}/Cython %{python_sitearch}/cython.py* %{python_sitearch}/pyximport @@ -139,6 +140,9 @@ popd %changelog +* Mon Sep 15 2014 nbecker - 0.21-5 +- Add /bin/cythonize + * Mon Sep 15 2014 nbecker - 0.21-1 - Update to 0.21