diff --git a/.gitignore b/.gitignore index 0f427e3..7e44af7 100644 --- a/.gitignore +++ b/.gitignore @@ -11,3 +11,4 @@ Cython-0.12.1.tar.gz /Cython-0.17.2.tar.gz /Cython-0.17.3.tar.gz /Cython-0.18.tar.gz +/Cython-0.19.tar.gz diff --git a/Cython.spec b/Cython.spec index e524f76..cc32f02 100644 --- a/Cython.spec +++ b/Cython.spec @@ -11,7 +11,7 @@ ##%define run_check 0%{!?_with_check:0} Name: Cython -Version: 0.18 +Version: 0.19 ##Release: 4.b3%{?dist} Release: 1%{?dist} Summary: A language for writing Python extension modules @@ -140,6 +140,9 @@ popd %changelog +* Fri Apr 19 2013 nbecker - 0.19-1 +- Update to 0.19 + * Tue Jan 29 2013 Neal Becker - 0.18-1 - update to 0.18 diff --git a/sources b/sources index a93eb30..7b4ef7f 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -6a72d14e72f3df597b34ac326152f8d2 Cython-0.18.tar.gz +76989337dee4cf7afdcb5cde514423f8 Cython-0.19.tar.gz