From 09a1573c7d256b7b5c26cd1681dd1c54e5cc0058df35109e0a2d7ead63a6ea6e Mon Sep 17 00:00:00 2001 From: OBS User unknown Date: Thu, 10 Apr 2008 13:30:29 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python?expand=0&rev=15 --- baselibs.conf | 1 + python-doc.spec | 2 +- python.changes | 6 ++++++ python.spec | 5 ++++- 4 files changed, 12 insertions(+), 2 deletions(-) create mode 100644 baselibs.conf diff --git a/baselibs.conf b/baselibs.conf new file mode 100644 index 0000000..c8b4df1 --- /dev/null +++ b/baselibs.conf @@ -0,0 +1 @@ +python diff --git a/python-doc.spec b/python-doc.spec index f33a71a..41d96b8 100644 --- a/python-doc.spec +++ b/python-doc.spec @@ -18,7 +18,7 @@ Group: Development/Languages/Python BuildRoot: %{_tmppath}/%{name}-%{version}-build Summary: Additional Package Documentation for Python. Version: 2.5.1 -Release: 62 +Release: 63 %define pyver 2.5.2 BuildArch: noarch %define tarname Python-%{pyver} diff --git a/python.changes b/python.changes index d706707..a821f51 100644 --- a/python.changes +++ b/python.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Thu Apr 10 12:54:45 CEST 2008 - ro@suse.de + +- added baselibs.conf file to build xxbit packages + for multilib support + ------------------------------------------------------------------- Mon Apr 7 13:59:29 CEST 2008 - schwab@suse.de diff --git a/python.spec b/python.spec index 322990e..bc25e36 100644 --- a/python.spec +++ b/python.spec @@ -21,7 +21,7 @@ AutoReqProv: on Obsoletes: python-nothreads python21 python-elementtree python-sqlite Summary: Python Interpreter Version: 2.5.2 -Release: 10 +Release: 11 %define tarname Python-%{version} Source0: %{tarname}.tar.bz2 Source6: README.SUSE @@ -481,6 +481,9 @@ rm -rf $RPM_BUILD_ROOT %{_bindir}/python2 %changelog +* Thu Apr 10 2008 ro@suse.de +- added baselibs.conf file to build xxbit packages + for multilib support * Mon Apr 07 2008 schwab@suse.de - Limit virtual memory to avoid spurious testsuite failures. * Mon Mar 10 2008 matejcik@suse.cz