test 0.17b3
This commit is contained in:
parent
459b7e95ce
commit
9916244b51
1
.gitignore
vendored
1
.gitignore
vendored
@ -5,3 +5,4 @@ Cython-0.12.1.tar.gz
|
|||||||
/Cython-0.15.tar.gz
|
/Cython-0.15.tar.gz
|
||||||
/Cython-0.15.1.tar.gz
|
/Cython-0.15.1.tar.gz
|
||||||
/Cython-0.16.tar.gz
|
/Cython-0.16.tar.gz
|
||||||
|
/Cython-0.17b3.tar.gz
|
||||||
|
13
Cython.spec
13
Cython.spec
@ -3,13 +3,13 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: Cython
|
Name: Cython
|
||||||
Version: 0.16
|
Version: 0.17
|
||||||
#Release: 1.beta2%{?dist}
|
Release: 1.b3%{?dist}
|
||||||
Release: 3%{?dist}
|
#Release: 3%{?dist}
|
||||||
Summary: A language for writing Python extension modules
|
Summary: A language for writing Python extension modules
|
||||||
|
|
||||||
#%define upstreamversion %{version}.beta2
|
%define upstreamversion %{version}.b3
|
||||||
%define upstreamversion %{version}
|
#%define upstreamversion %{version}
|
||||||
|
|
||||||
Group: Development/Tools
|
Group: Development/Tools
|
||||||
License: Python
|
License: Python
|
||||||
@ -65,6 +65,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Aug 28 2012 Neal Becker <ndbecker2@gmail.com> - 0.17-1.b3
|
||||||
|
- Test 0.17b3
|
||||||
|
|
||||||
* Fri Aug 24 2012 David Malcolm <dmalcolm@redhat.com> - 0.16-3
|
* Fri Aug 24 2012 David Malcolm <dmalcolm@redhat.com> - 0.16-3
|
||||||
- generalize egg-info logic to support RHEL (rhbz#851528)
|
- generalize egg-info logic to support RHEL (rhbz#851528)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user