- update to 2.4.4
This commit is contained in:
parent
043f5702eb
commit
1a78970430
@ -2,3 +2,4 @@ Python-2.4.1.tar.bz2
|
|||||||
JapaneseCodecs-1.4.11.tar.gz
|
JapaneseCodecs-1.4.11.tar.gz
|
||||||
Python-2.4.2.tar.bz2
|
Python-2.4.2.tar.bz2
|
||||||
Python-2.4.3.tar.bz2
|
Python-2.4.3.tar.bz2
|
||||||
|
Python-2.4.4.tar.bz2
|
||||||
|
11
python.spec
11
python.spec
@ -19,8 +19,8 @@
|
|||||||
|
|
||||||
Summary: An interpreted, interactive, object-oriented programming language.
|
Summary: An interpreted, interactive, object-oriented programming language.
|
||||||
Name: %{python}
|
Name: %{python}
|
||||||
Version: %{pybasever}.3
|
Version: %{pybasever}.4
|
||||||
Release: 18%{?dist}
|
Release: 1%{?dist}
|
||||||
License: PSF - see LICENSE
|
License: PSF - see LICENSE
|
||||||
Group: Development/Languages
|
Group: Development/Languages
|
||||||
Provides: python-abi = %{pybasever}
|
Provides: python-abi = %{pybasever}
|
||||||
@ -36,7 +36,7 @@ Source7: python-2.3.4-optik.py
|
|||||||
Patch0: python-2.4.3-config.patch
|
Patch0: python-2.4.3-config.patch
|
||||||
Patch3: Python-2.2.1-pydocnogui.patch
|
Patch3: Python-2.2.1-pydocnogui.patch
|
||||||
Patch7: python-2.3.4-lib64-regex.patch
|
Patch7: python-2.3.4-lib64-regex.patch
|
||||||
Patch8: python-2.4.1-lib64.patch
|
Patch8: python-2.4.4-lib64.patch
|
||||||
Patch9: japanese-codecs-lib64.patch
|
Patch9: japanese-codecs-lib64.patch
|
||||||
Patch13: python-2.4-distutils-bdist-rpm.patch
|
Patch13: python-2.4-distutils-bdist-rpm.patch
|
||||||
Patch14: python-2.3.4-pydocnodoc.patch
|
Patch14: python-2.3.4-pydocnodoc.patch
|
||||||
@ -45,7 +45,6 @@ Patch16: python-2.4-gen-assert.patch
|
|||||||
Patch17: python-2.4-webbrowser.patch
|
Patch17: python-2.4-webbrowser.patch
|
||||||
Patch18: python-2.4.3-cflags.patch
|
Patch18: python-2.4.3-cflags.patch
|
||||||
Patch19: python-2.4.3-locale.patch
|
Patch19: python-2.4.3-locale.patch
|
||||||
Patch20: python-2.4.3-unicodeobject.patch
|
|
||||||
|
|
||||||
%if %{main_python}
|
%if %{main_python}
|
||||||
Obsoletes: Distutils
|
Obsoletes: Distutils
|
||||||
@ -155,7 +154,6 @@ user interface for Python programming.
|
|||||||
%patch17 -p0 -b .web-browser
|
%patch17 -p0 -b .web-browser
|
||||||
%patch18 -p1 -b .cflags
|
%patch18 -p1 -b .cflags
|
||||||
%patch19 -p2 -b .locale
|
%patch19 -p2 -b .locale
|
||||||
%patch20 -p3 -b .unicode-repr
|
|
||||||
|
|
||||||
# This shouldn't be necesarry, but is right now (2.2a3)
|
# This shouldn't be necesarry, but is right now (2.2a3)
|
||||||
find -name "*~" |xargs rm -f
|
find -name "*~" |xargs rm -f
|
||||||
@ -401,6 +399,9 @@ rm -fr $RPM_BUILD_ROOT
|
|||||||
%{_libdir}/python%{pybasever}/lib-dynload/_tkinter.so
|
%{_libdir}/python%{pybasever}/lib-dynload/_tkinter.so
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Oct 23 2006 Jeremy Katz <katzj@redhat.com> - 2.4.4-1
|
||||||
|
- update to 2.4.4
|
||||||
|
|
||||||
* Sun Oct 01 2006 Jesse Keating <jkeating@redhat.com> - 2.4.3-18
|
* Sun Oct 01 2006 Jesse Keating <jkeating@redhat.com> - 2.4.3-18
|
||||||
- rebuilt for unwind info generation, broken in gcc-4.1.1-21
|
- rebuilt for unwind info generation, broken in gcc-4.1.1-21
|
||||||
|
|
||||||
|
1
sources
1
sources
@ -1,2 +1,3 @@
|
|||||||
e4f2ed866f4ce978fb54bb962eab4fdf JapaneseCodecs-1.4.11.tar.gz
|
e4f2ed866f4ce978fb54bb962eab4fdf JapaneseCodecs-1.4.11.tar.gz
|
||||||
141c683447d5e76be1d2bd4829574f02 Python-2.4.3.tar.bz2
|
141c683447d5e76be1d2bd4829574f02 Python-2.4.3.tar.bz2
|
||||||
|
0ba90c79175c017101100ebf5978e906 Python-2.4.4.tar.bz2
|
||||||
|
Loading…
Reference in New Issue
Block a user