From 14b1c8940c8683068275e28e93e87374570c1515 Mon Sep 17 00:00:00 2001 From: Neal D. Becker Date: Feb 13 2015 13:38:18 +0000 Subject: update to 0.22 --- diff --git a/.gitignore b/.gitignore index 48fed1d..d0c3094 100644 --- a/.gitignore +++ b/.gitignore @@ -17,3 +17,4 @@ Cython-0.12.1.tar.gz /Cython-0.20.1.tar.gz /Cython-0.21.tar.gz /Cython-0.21.1.tar.gz +/Cython-0.22.tar.gz diff --git a/Cython.spec b/Cython.spec index 86ae548..e16af8d 100644 --- a/Cython.spec +++ b/Cython.spec @@ -11,7 +11,7 @@ ##%define run_check 0%{!?_with_check:0} Name: Cython -Version: 0.21.1 +Version: 0.22.1 ##Release: 4.b3%{?dist} Release: 1%{?dist} Summary: A language for writing Python extension modules @@ -140,6 +140,9 @@ popd %changelog +* Fri Feb 13 2015 nbecker - 0.22.1-1 +- Update to 0.22 + * Sat Nov 22 2014 nbecker - 0.21.1-1 - Update to 0.21.1 (br #1164297) diff --git a/sources b/sources index a2a337c..5115de7 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -c59163d7c72c0a0ee5eb84edd17935ed Cython-0.21.1.tar.gz +1ae25add4ef7b63ee9b4af697300d6b6 Cython-0.22.tar.gz