update to 0.16
This commit is contained in:
parent
162b912953
commit
d274acd5df
1
.gitignore
vendored
1
.gitignore
vendored
@ -4,3 +4,4 @@ Cython-0.12.1.tar.gz
|
|||||||
/Cython-0.14.1.tar.gz
|
/Cython-0.14.1.tar.gz
|
||||||
/Cython-0.15.tar.gz
|
/Cython-0.15.tar.gz
|
||||||
/Cython-0.15.1.tar.gz
|
/Cython-0.15.1.tar.gz
|
||||||
|
/Cython-0.16.tar.gz
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: Cython
|
Name: Cython
|
||||||
Version: 0.15.1
|
Version: 0.16
|
||||||
#Release: 1.beta2%{?dist}
|
#Release: 1.beta2%{?dist}
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: A language for writing Python extension modules
|
Summary: A language for writing Python extension modules
|
||||||
@ -65,6 +65,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Apr 27 2012 Neal Becker <ndbecker2@gmail.com> - 0.16-1
|
||||||
|
- Update to 0.16
|
||||||
|
|
||||||
* Tue Sep 20 2011 Neal Becker <ndbecker2@gmail.com> - 0.15.1-1
|
* Tue Sep 20 2011 Neal Becker <ndbecker2@gmail.com> - 0.15.1-1
|
||||||
- Update to 0.15.1
|
- Update to 0.15.1
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user