SHA256
1
0
forked from pool/python
OBS User unknown 2008-04-10 13:30:29 +00:00 committed by Git OBS Bridge
parent 4c18dac006
commit 09a1573c7d
4 changed files with 12 additions and 2 deletions

1
baselibs.conf Normal file
View File

@ -0,0 +1 @@
python

View File

@ -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}

View File

@ -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

View File

@ -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