From 8938d1ada08b48aba5e792c946671a1a80d3e1adaa4dca5cbc4101e010c03046 Mon Sep 17 00:00:00 2001 From: OBS User autobuild Date: Thu, 4 Mar 2010 15:07:48 +0000 Subject: [PATCH] Accepting request 33911 from devel:languages:python:Factory Copy from devel:languages:python:Factory/python based on submit request 33911 from user coolo OBS-URL: https://build.opensuse.org/request/show/33911 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python?expand=0&rev=44 --- python-base.spec | 4 ++-- python-doc.spec | 2 +- python.changes | 5 +++++ python.spec | 2 +- 4 files changed, 9 insertions(+), 4 deletions(-) diff --git a/python-base.spec b/python-base.spec index 1aabd10..36a3acd 100644 --- a/python-base.spec +++ b/python-base.spec @@ -33,7 +33,7 @@ Obsoletes: python-64bit # Summary: Python Interpreter base package Version: 2.6.2 -Release: 9 +Release: 10 %define tarname Python-%{version} Source0: %{tarname}.tar.bz2 Source1: macros.python @@ -386,7 +386,7 @@ rm -rf $RPM_BUILD_ROOT %{_libdir}/python%{python_version}/lib-dynload/audioop.so %{_libdir}/python%{python_version}/lib-dynload/Python-%{version}-py%{python_version}.egg-info # these modules don't support 64-bit arches (disabled by setup.py) -%ifnarch alpha ia64 x86_64 s390x ppc64 +%ifnarch alpha ia64 x86_64 s390x ppc64 sparc64 # requires sizeof(int) == sizeof(long) == sizeof(char*) %{_libdir}/python%{python_version}/lib-dynload/dl.so %endif diff --git a/python-doc.spec b/python-doc.spec index 0abe2f8..8d7781a 100644 --- a/python-doc.spec +++ b/python-doc.spec @@ -24,7 +24,7 @@ Group: Development/Languages/Python BuildRoot: %{_tmppath}/%{name}-%{version}-build Summary: Additional Package Documentation for Python. Version: 2.6 -Release: 19 +Release: 20 %define pyver 2.6.2 BuildArch: noarch %define tarname Python-%{pyver} diff --git a/python.changes b/python.changes index bd8c3cb..efe5a5b 100644 --- a/python.changes +++ b/python.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Feb 3 16:07:54 UTC 2010 - jengelh@medozas.de + +- exclude dl.so from SPARC64 (not built like on x86_64) + ------------------------------------------------------------------- Fri Jan 29 15:44:28 CET 2010 - matejcik@suse.cz diff --git a/python.spec b/python.spec index ded52a5..433cc92 100644 --- a/python.spec +++ b/python.spec @@ -35,7 +35,7 @@ Obsoletes: python-64bit Obsoletes: python-nothreads python21 python-elementtree python-sqlite Summary: Python Interpreter Version: 2.6.2 -Release: 9 +Release: 10 Requires: python-base = %{version} %define tarname Python-%{version} Source0: %{tarname}.tar.bz2