This commit is contained in:
parent
09a1573c7d
commit
12b197cd15
@ -18,7 +18,7 @@ Group: Development/Languages/Python
|
|||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
Summary: Additional Package Documentation for Python.
|
Summary: Additional Package Documentation for Python.
|
||||||
Version: 2.5.1
|
Version: 2.5.1
|
||||||
Release: 63
|
Release: 65
|
||||||
%define pyver 2.5.2
|
%define pyver 2.5.2
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
%define tarname Python-%{pyver}
|
%define tarname Python-%{pyver}
|
||||||
|
@ -1,3 +1,15 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Apr 16 21:20:07 CEST 2008 - matejcik@suse.cz
|
||||||
|
|
||||||
|
- PyString_FromStringAndSize now checks size parameter
|
||||||
|
(bnc#379534, CVE-2008-1721)
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Apr 15 09:14:29 CEST 2008 - adrian@suse.de
|
||||||
|
|
||||||
|
- disable DNS lookup test when running in build service.
|
||||||
|
The XEN build hosts have no network.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Apr 10 12:54:45 CEST 2008 - ro@suse.de
|
Thu Apr 10 12:54:45 CEST 2008 - ro@suse.de
|
||||||
|
|
||||||
|
14
python.spec
14
python.spec
@ -21,7 +21,7 @@ AutoReqProv: on
|
|||||||
Obsoletes: python-nothreads python21 python-elementtree python-sqlite
|
Obsoletes: python-nothreads python21 python-elementtree python-sqlite
|
||||||
Summary: Python Interpreter
|
Summary: Python Interpreter
|
||||||
Version: 2.5.2
|
Version: 2.5.2
|
||||||
Release: 11
|
Release: 13
|
||||||
%define tarname Python-%{version}
|
%define tarname Python-%{version}
|
||||||
Source0: %{tarname}.tar.bz2
|
Source0: %{tarname}.tar.bz2
|
||||||
Source6: README.SUSE
|
Source6: README.SUSE
|
||||||
@ -41,6 +41,8 @@ Patch27: python-2.5-https_warn.patch
|
|||||||
Patch28: python-2.5.2-subprocess-eintr-safety.patch
|
Patch28: python-2.5.2-subprocess-eintr-safety.patch
|
||||||
Patch30: python-2.5.1-sqlite.patch
|
Patch30: python-2.5.1-sqlite.patch
|
||||||
Patch31: python-2.5.2-fwrapv.patch
|
Patch31: python-2.5.2-fwrapv.patch
|
||||||
|
Patch32: disable-dns-test.diff
|
||||||
|
Patch33: python-2.5.2-from-string-and-size.patch
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
%define python_version %(echo %{version} | head -c 3)
|
%define python_version %(echo %{version} | head -c 3)
|
||||||
%define idle_name idle
|
%define idle_name idle
|
||||||
@ -209,6 +211,10 @@ Python2.x, it is part of the core Python distribution.
|
|||||||
%patch28
|
%patch28
|
||||||
%patch30
|
%patch30
|
||||||
%patch31
|
%patch31
|
||||||
|
%if 0%{?suse_version}
|
||||||
|
%patch32
|
||||||
|
%endif
|
||||||
|
%patch33 -p2
|
||||||
# some cleanup
|
# some cleanup
|
||||||
find . -name .cvsignore -type f -print0 | xargs -0 rm -f
|
find . -name .cvsignore -type f -print0 | xargs -0 rm -f
|
||||||
find . -name CVS -type d -print0 | xargs -0 rm -rf
|
find . -name CVS -type d -print0 | xargs -0 rm -rf
|
||||||
@ -481,6 +487,12 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_bindir}/python2
|
%{_bindir}/python2
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Apr 16 2008 matejcik@suse.cz
|
||||||
|
- PyString_FromStringAndSize now checks size parameter
|
||||||
|
(bnc#379534, CVE-2008-1721)
|
||||||
|
* Tue Apr 15 2008 adrian@suse.de
|
||||||
|
- disable DNS lookup test when running in build service.
|
||||||
|
The XEN build hosts have no network.
|
||||||
* Thu Apr 10 2008 ro@suse.de
|
* Thu Apr 10 2008 ro@suse.de
|
||||||
- added baselibs.conf file to build xxbit packages
|
- added baselibs.conf file to build xxbit packages
|
||||||
for multilib support
|
for multilib support
|
||||||
|
Loading…
Reference in New Issue
Block a user