test 0.17b3

This commit is contained in:
Neal Becker 2012-08-27 20:29:03 -04:00
parent 459b7e95ce
commit 9916244b51
3 changed files with 10 additions and 6 deletions

1
.gitignore vendored
View File

@ -5,3 +5,4 @@ Cython-0.12.1.tar.gz
/Cython-0.15.tar.gz
/Cython-0.15.1.tar.gz
/Cython-0.16.tar.gz
/Cython-0.17b3.tar.gz

View File

@ -3,13 +3,13 @@
Name: Cython
Version: 0.16
#Release: 1.beta2%{?dist}
Release: 3%{?dist}
Version: 0.17
Release: 1.b3%{?dist}
#Release: 3%{?dist}
Summary: A language for writing Python extension modules
#%define upstreamversion %{version}.beta2
%define upstreamversion %{version}
%define upstreamversion %{version}.b3
#%define upstreamversion %{version}
Group: Development/Tools
License: Python
@ -65,6 +65,9 @@ rm -rf $RPM_BUILD_ROOT
%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
- generalize egg-info logic to support RHEL (rhbz#851528)

View File

@ -1 +1 @@
7934186ada3552110aba92062fa88b1c Cython-0.16.tar.gz
6c04d06829a03f7299401c2a5e0e6643 Cython-0.17b3.tar.gz