Hello community, here is the log from the commit of package python for openSUSE:Factory checked in at Wed Jun 1 12:44:30 CEST 2011.
-------- --- python/python-base.changes 2011-05-24 17:30:27.000000000 +0200 +++ /mounts/work_src_done/STABLE/python/python-base.changes 2011-05-31 20:00:07.000000000 +0200 @@ -1,0 +2,6 @@ +Tue May 31 17:58:30 UTC 2011 - [email protected] + +- added explicit requires to libpython-%version-%release + to prevent bugs like bnc#697251 reappearing + +------------------------------------------------------------------- python.changes: same change calling whatdependson for head-i586 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-base.spec ++++++ --- /var/tmp/diff_new_pack.4zDrOR/_old 2011-06-01 12:42:19.000000000 +0200 +++ /var/tmp/diff_new_pack.4zDrOR/_new 2011-06-01 12:42:19.000000000 +0200 @@ -30,7 +30,7 @@ # Summary: Python Interpreter base package Version: 2.7.1 -Release: 1 +Release: 2 %define tarversion %{version} %define tarname Python-%{tarversion} Source0: %{tarname}.tar.bz2 @@ -56,6 +56,9 @@ %define python_version %(echo %{version} | head -c 3) Provides: %{name} = %{python_version} +# explicitly, see bnc#697251 +Requires: libpython2_7-1_0 = %{version}-%{release} + %description Python is an interpreted, object-oriented programming language, and is often compared to Tcl, Perl, Scheme, or Java. You can find an overview ++++++ python-doc.spec ++++++ --- /var/tmp/diff_new_pack.4zDrOR/_old 2011-06-01 12:42:19.000000000 +0200 +++ /var/tmp/diff_new_pack.4zDrOR/_new 2011-06-01 12:42:19.000000000 +0200 @@ -24,7 +24,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build Summary: Additional Package Documentation for Python. Version: 2.7 -Release: 9 +Release: 10 %define pyver 2.7.1 BuildArch: noarch %define tarname Python-%{pyver} ++++++ python.spec ++++++ --- /var/tmp/diff_new_pack.4zDrOR/_old 2011-06-01 12:42:19.000000000 +0200 +++ /var/tmp/diff_new_pack.4zDrOR/_new 2011-06-01 12:42:19.000000000 +0200 @@ -32,7 +32,7 @@ Obsoletes: python-nothreads python21 python-elementtree python-sqlite Summary: Python Interpreter Version: 2.7.1 -Release: 1 +Release: 6 Requires: python-base = %{version} %define tarversion %{version} %define tarname Python-%{tarversion} ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun... -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
