update to 0.22

This commit is contained in:
Neal D. Becker 2015-02-13 08:38:18 -05:00
parent 2f5d28ecb7
commit 14b1c8940c
3 changed files with 6 additions and 2 deletions

1
.gitignore vendored
View File

@ -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

View File

@ -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 <ndbecker2@gmail.com> - 0.22.1-1
- Update to 0.22
* Sat Nov 22 2014 nbecker <ndbecker2@gmail.com> - 0.21.1-1
- Update to 0.21.1 (br #1164297)

View File

@ -1 +1 @@
c59163d7c72c0a0ee5eb84edd17935ed Cython-0.21.1.tar.gz
1ae25add4ef7b63ee9b4af697300d6b6 Cython-0.22.tar.gz