update to 0.18
This commit is contained in:
parent
9895f36d47
commit
cb11060fd6
3 changed files with 6 additions and 2 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -10,3 +10,4 @@ Cython-0.12.1.tar.gz
|
|||
/Cython-0.17.1.tar.gz
|
||||
/Cython-0.17.2.tar.gz
|
||||
/Cython-0.17.3.tar.gz
|
||||
/Cython-0.18.tar.gz
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@
|
|||
##%define run_check 0%{!?_with_check:0}
|
||||
|
||||
Name: Cython
|
||||
Version: 0.17.3
|
||||
Version: 0.18
|
||||
##Release: 4.b3%{?dist}
|
||||
Release: 1%{?dist}
|
||||
Summary: A language for writing Python extension modules
|
||||
|
|
@ -140,6 +140,9 @@ popd
|
|||
|
||||
|
||||
%changelog
|
||||
* Tue Jan 29 2013 Neal Becker <ndbecker2@gmail.com> - 0.18-1
|
||||
- update to 0.18
|
||||
|
||||
* Sat Dec 15 2012 Neal Becker <ndbecker2@gmail.com> - 0.17.3-1
|
||||
- Update to 0.17.3
|
||||
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
683241fee8f51a08acd42ab1deea0857 Cython-0.17.3.tar.gz
|
||||
6a72d14e72f3df597b34ac326152f8d2 Cython-0.18.tar.gz
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue