diff --git a/.gitignore b/.gitignore index c9e9ced..2be742b 100644 --- a/.gitignore +++ b/.gitignore @@ -13,3 +13,4 @@ Cython-0.12.1.tar.gz /Cython-0.18.tar.gz /Cython-0.19.tar.gz /Cython-0.19.2.tar.gz +/Cython-0.20.tar.gz diff --git a/Cython.spec b/Cython.spec index 720ee08..dba2719 100644 --- a/Cython.spec +++ b/Cython.spec @@ -11,9 +11,9 @@ ##%define run_check 0%{!?_with_check:0} Name: Cython -Version: 0.19.2 +Version: 0.20 ##Release: 4.b3%{?dist} -Release: 2%{?dist} +Release: 1%{?dist} Summary: A language for writing Python extension modules %define upstreamversion %{version} @@ -140,6 +140,9 @@ popd %changelog +* Mon Jan 20 2014 nbecker - 0.20-1 +- Update to 0.20 + * Thu Oct 17 2013 nbecker - 0.19.2-2 - Fix BR 1019498 diff --git a/sources b/sources index c9fcf60..e550f24 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -4af1218346510b464c0a6bf15500d0e2 Cython-0.19.2.tar.gz +6563dad21e2b5e31f9f7262a60dd0550 Cython-0.20.tar.gz