update to 0.17.2
This commit is contained in:
parent
e35160c069
commit
59ac8d1593
1
.gitignore
vendored
1
.gitignore
vendored
@ -8,3 +8,4 @@ Cython-0.12.1.tar.gz
|
|||||||
/Cython-0.17b3.tar.gz
|
/Cython-0.17b3.tar.gz
|
||||||
/Cython-0.17.tar.gz
|
/Cython-0.17.tar.gz
|
||||||
/Cython-0.17.1.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}
|
%define run_check 0%{!?_with_check:0}
|
||||||
|
|
||||||
Name: Cython
|
Name: Cython
|
||||||
Version: 0.17.1
|
Version: 0.17.2
|
||||||
##Release: 4.b3%{?dist}
|
##Release: 4.b3%{?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}
|
%define upstreamversion %{version}
|
||||||
@ -140,6 +140,9 @@ popd
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%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
|
* Wed Sep 26 2012 Neal Becker <ndbecker2@gmail.com> - 0.17.1-1
|
||||||
- Update to 0.17.1
|
- Update to 0.17.1
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user