From 4ab750f5cb0c2e0adf9fb03516fc6bf45c9568997f542f97b279ae2c65c74457 Mon Sep 17 00:00:00 2001 From: OBS User unknown Date: Fri, 9 Jan 2009 00:52:00 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python?expand=0&rev=30 --- python-base.changes | 5 +++++ python-base.spec | 11 +++++++++-- python-doc.spec | 4 ++-- python.changes | 5 +++++ python.spec | 11 +++++++++-- 5 files changed, 30 insertions(+), 6 deletions(-) diff --git a/python-base.changes b/python-base.changes index 2525048..11393df 100644 --- a/python-base.changes +++ b/python-base.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Jan 7 12:34:56 CET 2009 - olh@suse.de + +- obsolete old -XXbit packages (bnc#437293) + ------------------------------------------------------------------- Mon Dec 15 17:10:17 CET 2008 - matejcik@suse.cz diff --git a/python-base.spec b/python-base.spec index 8da149b..75b86b8 100644 --- a/python-base.spec +++ b/python-base.spec @@ -1,7 +1,7 @@ # # spec file for package python-base (Version 2.6.0) # -# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -26,9 +26,14 @@ Url: http://www.python.org/ License: X11/MIT Group: Development/Languages/Python AutoReqProv: on +# bug437293 +%ifarch ppc64 +Obsoletes: python-64bit +%endif +# Summary: Python Interpreter base package Version: 2.6.0 -Release: 3 +Release: 4 #%define tarname Python-%{version} %define tarname Python-2.6 Source0: %{tarname}.tar.bz2 @@ -376,6 +381,8 @@ rm -rf $RPM_BUILD_ROOT %{_bindir}/python2 %changelog +* Wed Jan 07 2009 olh@suse.de +- obsolete old -XXbit packages (bnc#437293) * Mon Dec 15 2008 matejcik@suse.cz - removed bsddb directory from python-base, reenabled in python * Mon Oct 20 2008 matejcik@suse.cz diff --git a/python-doc.spec b/python-doc.spec index ecb76e6..4592c9a 100644 --- a/python-doc.spec +++ b/python-doc.spec @@ -1,7 +1,7 @@ # # spec file for package python-doc (Version 2.6) # -# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -24,7 +24,7 @@ Group: Development/Languages/Python BuildRoot: %{_tmppath}/%{name}-%{version}-build Summary: Additional Package Documentation for Python. Version: 2.6 -Release: 3 +Release: 4 %define pyver 2.6 BuildArch: noarch %define tarname Python-%{pyver} diff --git a/python.changes b/python.changes index c34c36c..c9b6202 100644 --- a/python.changes +++ b/python.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Jan 7 12:34:56 CET 2009 - olh@suse.de + +- obsolete old -XXbit packages (bnc#437293) + ------------------------------------------------------------------- Mon Dec 15 17:10:17 CET 2008 - matejcik@suse.cz diff --git a/python.spec b/python.spec index 09cd6f5..95a6e2e 100644 --- a/python.spec +++ b/python.spec @@ -1,7 +1,7 @@ # # spec file for package python (Version 2.6.0) # -# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -27,10 +27,15 @@ Url: http://www.python.org/ License: X11/MIT Group: Development/Languages/Python AutoReqProv: on +# bug437293 +%ifarch ppc64 +Obsoletes: python-64bit +%endif +# Obsoletes: python-nothreads python21 python-elementtree python-sqlite Summary: Python Interpreter Version: 2.6.0 -Release: 3 +Release: 4 Requires: python-base = %{version} #%define tarname Python-%{version} %define tarname Python-2.6 @@ -436,6 +441,8 @@ rm -rf $RPM_BUILD_ROOT %{_libdir}/python%{python_version}/lib-dynload/readline.so %changelog +* Wed Jan 07 2009 olh@suse.de +- obsolete old -XXbit packages (bnc#437293) * Mon Dec 15 2008 matejcik@suse.cz - reenabled bsddb module, so that dependent packages can build ( bnc#441088 )