From 9895f36d476ce3fe1291e24125d269708bdbb176 Mon Sep 17 00:00:00 2001 From: Neal Becker Date: Dec 15 2012 15:48:44 +0000 Subject: update to 0.17.3 --- diff --git a/.gitignore b/.gitignore index e3e65c2..dd70c37 100644 --- a/.gitignore +++ b/.gitignore @@ -9,3 +9,4 @@ Cython-0.12.1.tar.gz /Cython-0.17.tar.gz /Cython-0.17.1.tar.gz /Cython-0.17.2.tar.gz +/Cython-0.17.3.tar.gz diff --git a/Cython.spec b/Cython.spec index d4c2135..6a6a6d4 100644 --- a/Cython.spec +++ b/Cython.spec @@ -7,11 +7,11 @@ %global srcname distribute -##%define run_check 0%{!?_without_check:1} -%define run_check 0%{!?_with_check:0} +%define run_check 0%{!?_without_check:1} +##%define run_check 0%{!?_with_check:0} Name: Cython -Version: 0.17.2 +Version: 0.17.3 ##Release: 4.b3%{?dist} Release: 1%{?dist} Summary: A language for writing Python extension modules @@ -107,7 +107,7 @@ rm -rf $RPM_BUILD_ROOT %if 0%{run_check} %check -%{__python} runtests.py -x numpy +%{__python} runtests.py %if 0%{?with_python3} pushd %{py3dir} @@ -140,6 +140,9 @@ popd %changelog +* Sat Dec 15 2012 Neal Becker - 0.17.3-1 +- Update to 0.17.3 + * Wed Nov 21 2012 Neal Becker - 0.17.2-1 - update to 0.17.2 diff --git a/sources b/sources index ee2e84d..0c1f5dc 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -09dfd4f5f82046f85025a391f084d8f9 Cython-0.17.2.tar.gz +683241fee8f51a08acd42ab1deea0857 Cython-0.17.3.tar.gz