update to 0.17.1
This commit is contained in:
parent
9cc84f20b3
commit
8066215457
1
.gitignore
vendored
1
.gitignore
vendored
@ -7,3 +7,4 @@ Cython-0.12.1.tar.gz
|
|||||||
/Cython-0.16.tar.gz
|
/Cython-0.16.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
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
%define run_check 0%{!?_without_check:1}
|
%define run_check 0%{!?_without_check:1}
|
||||||
|
|
||||||
Name: Cython
|
Name: Cython
|
||||||
Version: 0.17
|
Version: 0.17.1
|
||||||
##Release: 4.b3%{?dist}
|
##Release: 4.b3%{?dist}
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: A language for writing Python extension modules
|
Summary: A language for writing Python extension modules
|
||||||
@ -71,6 +71,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Sep 26 2012 Neal Becker <ndbecker2@gmail.com> - 0.17.1-1
|
||||||
|
- Update to 0.17.1
|
||||||
|
|
||||||
* Mon Sep 3 2012 Neal Becker <ndbecker2@gmail.com> - 0.17-1
|
* Mon Sep 3 2012 Neal Becker <ndbecker2@gmail.com> - 0.17-1
|
||||||
- Update to 0.17
|
- Update to 0.17
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user