This commit is contained in:
David Malcolm 2011-02-08 19:35:54 -05:00
parent 3dfb714641
commit fc9ba51d30
3 changed files with 7 additions and 3 deletions

1
.gitignore vendored
View File

@ -3,3 +3,4 @@ Python-3.1.2.tar.bz2
Python-3.2a1.tar.bz2
/Python-3.2b2.tar.bz2
/Python-3.2rc1.tar.bz2
/Python-3.2rc2.tar.bz2

View File

@ -3,7 +3,7 @@
# pybasever without the dot:
%global pyshortver 32
%global alphatag rc1
%global alphatag rc2
%global pylibdir %{_libdir}/python%{pybasever}
%global dynload_dir %{pylibdir}/lib-dynload
@ -113,7 +113,7 @@
Summary: Version 3 of the Python programming language aka Python 3000
Name: python3
Version: %{pybasever}
Release: 0.9.%{alphatag}%{?dist}
Release: 0.10.%{alphatag}%{?dist}
License: Python
Group: Development/Languages
Source: http://python.org/ftp/python/%{version}/Python-%{version}%{alphatag}.tar.bz2
@ -1167,6 +1167,9 @@ rm -fr %{buildroot}
%changelog
* Mon Jan 31 2011 David Malcolm <dmalcolm@redhat.com> - 3.2-0.10.rc2
- 3.2rc2
* Mon Jan 17 2011 David Malcolm <dmalcolm@redhat.com> - 3.2-0.9.rc1
- 3.2rc1
- rework patch 6 (static lib removal)

View File

@ -1 +1 @@
057cb4b2ba64e166cb0a3342bec9125e Python-3.2rc1.tar.bz2
57ba48501a4261f3c227585b07629e27 Python-3.2rc2.tar.bz2