update to 0.17.2
This commit is contained in:
parent
e35160c069
commit
59ac8d1593
3 changed files with 7 additions and 3 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -8,3 +8,4 @@ Cython-0.12.1.tar.gz
|
|||
/Cython-0.17b3.tar.gz
|
||||
/Cython-0.17.tar.gz
|
||||
/Cython-0.17.1.tar.gz
|
||||
/Cython-0.17.2.tar.gz
|
||||
|
|
|
|||
|
|
@ -11,9 +11,9 @@
|
|||
%define run_check 0%{!?_with_check:0}
|
||||
|
||||
Name: Cython
|
||||
Version: 0.17.1
|
||||
Version: 0.17.2
|
||||
##Release: 4.b3%{?dist}
|
||||
Release: 2%{?dist}
|
||||
Release: 1%{?dist}
|
||||
Summary: A language for writing Python extension modules
|
||||
|
||||
%define upstreamversion %{version}
|
||||
|
|
@ -140,6 +140,9 @@ popd
|
|||
|
||||
|
||||
%changelog
|
||||
* Wed Nov 21 2012 Neal Becker <ndbecker2@gmail.com> - 0.17.2-1
|
||||
- update to 0.17.2
|
||||
|
||||
* Wed Sep 26 2012 Neal Becker <ndbecker2@gmail.com> - 0.17.1-1
|
||||
- Update to 0.17.1
|
||||
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
f0bd2494dbe080a1185b61fa358135f2 Cython-0.17.1.tar.gz
|
||||
09dfd4f5f82046f85025a391f084d8f9 Cython-0.17.2.tar.gz
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue