update to 0.15.1
This commit is contained in:
parent
2f7d9d08fb
commit
162b912953
3 changed files with 7 additions and 3 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -3,3 +3,4 @@ Cython-0.12.1.tar.gz
|
|||
/Cython-0.14.tar.gz
|
||||
/Cython-0.14.1.tar.gz
|
||||
/Cython-0.15.tar.gz
|
||||
/Cython-0.15.1.tar.gz
|
||||
|
|
|
|||
|
|
@ -3,9 +3,9 @@
|
|||
|
||||
|
||||
Name: Cython
|
||||
Version: 0.15
|
||||
Version: 0.15.1
|
||||
#Release: 1.beta2%{?dist}
|
||||
Release: 2%{?dist}
|
||||
Release: 1%{?dist}
|
||||
Summary: A language for writing Python extension modules
|
||||
|
||||
#%define upstreamversion %{version}.beta2
|
||||
|
|
@ -65,6 +65,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||
|
||||
|
||||
%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
|
||||
- Update to 0.15
|
||||
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
794b93c4c1c4cc031f90302cacd834ca Cython-0.15.tar.gz
|
||||
171021b3845c9ca8bd6d8185b3cde664 Cython-0.15.1.tar.gz
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue