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