update to 0.23
This commit is contained in:
parent
70b8e0065c
commit
5222fc5a63
1
.gitignore
vendored
1
.gitignore
vendored
@ -18,3 +18,4 @@ Cython-0.12.1.tar.gz
|
|||||||
/Cython-0.21.tar.gz
|
/Cython-0.21.tar.gz
|
||||||
/Cython-0.21.1.tar.gz
|
/Cython-0.21.1.tar.gz
|
||||||
/Cython-0.22.tar.gz
|
/Cython-0.22.tar.gz
|
||||||
|
/Cython-0.23.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.22
|
Version: 0.23
|
||||||
##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 Aug 12 2015 Neal Becker <ndbecker2@gmail.com> - 0.23-2
|
||||||
|
- Update to 0.23
|
||||||
|
|
||||||
* Tue Jun 16 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.22-2
|
* Tue Jun 16 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.22-2
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user