commit python for openSUSE:12.2

2012-08-08 Thread h_root
Hello community,

here is the log from the commit of package python for openSUSE:12.2 checked in 
at 2012-08-08 21:57:38

Comparing /work/SRC/openSUSE:12.2/python (Old)
 and  /work/SRC/openSUSE:12.2/.python.new (New)


Package is python, Maintainer is jmate...@suse.com

Changes:

--- /work/SRC/openSUSE:12.2/python/python-base.changes  2012-07-31 
14:16:13.0 +0200
+++ /work/SRC/openSUSE:12.2/.python.new/python-base.changes 2012-08-08 
21:57:41.0 +0200
@@ -2 +2 @@
-Tue Jul 24 21:44:46 UTC 2012 - meiss...@suse.com
+Fri Aug  3 18:43:32 UTC 2012 - dims...@opensuse.org
@@ -4 +4,14 @@
-- fixed 64bit big endian problem in dbm module.
+- Add python-bundle-lang.patch: gettext: If bindtextdomain is
+  instructed to look in the default location of translations, we
+  check additionally in locale-bundle. Fixes issues like bnc#617751
+
+---
+Tue Jul 31 12:36:04 UTC 2012 - jmate...@suse.com
+
+- all subpackages require python-base=%{version}-%{release} explicitly
+  (fixes bnc#766778 bug and similar that might arise in the future)
+
+---
+Tue Jun 26 11:54:22 UTC 2012 - dval...@suse.com
+
+- Fix failing test_dbm on ppc64 
--- /work/SRC/openSUSE:12.2/python/python.changes   2012-07-31 
14:16:14.0 +0200
+++ /work/SRC/openSUSE:12.2/.python.new/python.changes  2012-08-08 
21:57:41.0 +0200
@@ -2 +2 @@
-Tue Jul 24 21:44:46 UTC 2012 - meiss...@suse.com
+Tue Jun 26 11:54:22 UTC 2012 - dval...@suse.com
@@ -4 +4 @@
-- fixed 64bit big endian problem in dbm module.
+- Fix failing test_dbm on ppc64

Old:

  python-2.6.8-dbm-ssize.patch

New:

  python-2.7.3-fix-dbm-64bit-bigendian.patch
  python-bundle-lang.patch



Other differences:
--
++ python-base.spec ++
--- /var/tmp/diff_new_pack.rS22h4/_old  2012-08-08 21:57:42.0 +0200
+++ /var/tmp/diff_new_pack.rS22h4/_new  2012-08-08 21:57:42.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-base
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2011 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
@@ -16,13 +16,14 @@
 #
 
 
+
 Name:   python-base
 Version:2.7.3
 Release:0
-Summary:Python Interpreter base package
 License:Python-2.0
-Group:  Development/Languages/Python
+Summary:Python Interpreter base package
 Url:http://www.python.org/
+Group:  Development/Languages/Python
 %define tarversion %{version}
 %define tarname Python-%{tarversion}
 Source0:%{tarname}.tar.bz2
@@ -49,7 +50,9 @@
 Patch17:remove-static-libpython.diff
 # PATCH-FIX-OPENSUSE python-2.7.3-ssl_ca_path.patch [bnc#761501] -- Support 
directory-based certificate stores with the ca_certs parameter of SSL functions
 Patch18:python-2.7.3-ssl_ca_path.patch
-Patch19:python-2.6.8-dbm-ssize.patch
+Patch19:python-2.7.3-fix-dbm-64bit-bigendian.patch
+# PATCH-FEATURE-OPENSUSE python-bundle-lang.patch bnc#617751 
dims...@opensuse.org -- gettext: when looking in default_localedir also check 
in locale-bundle.
+Patch20:python-bundle-lang.patch
 # COMMON-PATCH-END
 %define python_version%(echo %{tarversion} | head -c 3)
 BuildRequires:  automake
@@ -78,7 +81,7 @@
 Summary:Include Files and Libraries Mandatory for Building Python 
Modules
 Group:  Development/Languages/Python
 Requires:   glibc-devel
-Requires:   python-base = %{version}
+Requires:   python-base = %{version}-%{release}
 
 %description -n python-devel
 The Python programming language's interpreter can be extended with
@@ -91,7 +94,7 @@
 %package -n python-xml
 Summary:A Python XML Interface
 Group:  Development/Libraries/Python
-Requires:   python-base = %{version}
+Requires:   python-base = %{version}-%{release}
 # pyxml used to live out of tree
 Provides:   pyxml = 0.8.5
 Obsoletes:  pyxml  0.8.5
@@ -137,6 +140,7 @@
 %patch17
 %patch18
 %patch19 -p1
+%patch20 -p1
 # COMMON-PREP-END
 
 # drop Autoconf version requirement

++ python-doc.spec ++
--- /var/tmp/diff_new_pack.rS22h4/_old  2012-08-08 21:57:42.0 +0200
+++ /var/tmp/diff_new_pack.rS22h4/_new  2012-08-08 21:57:42.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-doc
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the 

commit python for openSUSE:12.2

2012-07-31 Thread h_root
Hello community,

here is the log from the commit of package python for openSUSE:12.2 checked in 
at 2012-07-31 14:05:07

Comparing /work/SRC/openSUSE:12.2/python (Old)
 and  /work/SRC/openSUSE:12.2/.python.new (New)


Package is python, Maintainer is jmate...@suse.com

Changes:

--- /work/SRC/openSUSE:12.2/python/python-base.changes  2012-06-25 
15:50:45.0 +0200
+++ /work/SRC/openSUSE:12.2/.python.new/python-base.changes 2012-07-31 
14:16:13.0 +0200
@@ -1,0 +2,5 @@
+Tue Jul 24 21:44:46 UTC 2012 - meiss...@suse.com
+
+- fixed 64bit big endian problem in dbm module.
+
+---
--- /work/SRC/openSUSE:12.2/python/python.changes   2012-06-25 
15:50:45.0 +0200
+++ /work/SRC/openSUSE:12.2/.python.new/python.changes  2012-07-31 
14:16:14.0 +0200
@@ -1,0 +2,5 @@
+Tue Jul 24 21:44:46 UTC 2012 - meiss...@suse.com
+
+- fixed 64bit big endian problem in dbm module.
+
+---

New:

  python-2.6.8-dbm-ssize.patch



Other differences:
--
++ python-base.spec ++
--- /var/tmp/diff_new_pack.XhMxqI/_old  2012-07-31 14:17:44.0 +0200
+++ /var/tmp/diff_new_pack.XhMxqI/_new  2012-07-31 14:17:44.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-base
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 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
@@ -16,14 +16,13 @@
 #
 
 
-
 Name:   python-base
 Version:2.7.3
 Release:0
-License:Python-2.0
 Summary:Python Interpreter base package
-Url:http://www.python.org/
+License:Python-2.0
 Group:  Development/Languages/Python
+Url:http://www.python.org/
 %define tarversion %{version}
 %define tarname Python-%{tarversion}
 Source0:%{tarname}.tar.bz2
@@ -50,6 +49,7 @@
 Patch17:remove-static-libpython.diff
 # PATCH-FIX-OPENSUSE python-2.7.3-ssl_ca_path.patch [bnc#761501] -- Support 
directory-based certificate stores with the ca_certs parameter of SSL functions
 Patch18:python-2.7.3-ssl_ca_path.patch
+Patch19:python-2.6.8-dbm-ssize.patch
 # COMMON-PATCH-END
 %define python_version%(echo %{tarversion} | head -c 3)
 BuildRequires:  automake
@@ -136,6 +136,7 @@
 %patch16 -p1
 %patch17
 %patch18
+%patch19 -p1
 # COMMON-PREP-END
 
 # drop Autoconf version requirement

++ python-doc.spec ++
--- /var/tmp/diff_new_pack.XhMxqI/_old  2012-07-31 14:17:44.0 +0200
+++ /var/tmp/diff_new_pack.XhMxqI/_new  2012-07-31 14:17:44.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-doc
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 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
@@ -15,13 +15,14 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 Name:   python-doc
 Version:2.7
 Release:0
-License:Python-2.0
 Summary:Additional Package Documentation for Python
-Url:http://www.python.org/
+License:Python-2.0
 Group:  Development/Languages/Python
+Url:http://www.python.org/
 %define pyver   2.7.3
 %define tarname Python-%{pyver}
 Source0:%{tarname}.tar.bz2

++ python.spec ++
--- /var/tmp/diff_new_pack.XhMxqI/_old  2012-07-31 14:17:44.0 +0200
+++ /var/tmp/diff_new_pack.XhMxqI/_new  2012-07-31 14:17:44.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 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
@@ -15,13 +15,14 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 Name:   python
 Version:2.7.3
 Release:0
-License:Python-2.0
 Summary:Python Interpreter
-Url:http://www.python.org/
+License:Python-2.0
 Group:  Development/Languages/Python
+Url:http://www.python.org/
 %define tarversion %{version}
 %define tarname Python-%{tarversion}
 Source0:%{tarname}.tar.bz2
@@ -54,6 +55,7 @@
 Patch17: