commit python-MySQL-python for openSUSE:Factory

2017-09-12 Thread root
Hello community,

here is the log from the commit of package python-MySQL-python for 
openSUSE:Factory checked in at 2017-09-12 19:55:07

Comparing /work/SRC/openSUSE:Factory/python-MySQL-python (Old)
 and  /work/SRC/openSUSE:Factory/.python-MySQL-python.new (New)


Package is "python-MySQL-python"

Tue Sep 12 19:55:07 2017 rev:4 rq:523205 version:1.2.5

Changes:

--- /work/SRC/openSUSE:Factory/python-MySQL-python/python-MySQL-python.changes  
2015-08-05 06:50:38.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-MySQL-python.new/python-MySQL-python.changes 
2017-09-12 19:55:31.389995093 +0200
@@ -1,0 +2,6 @@
+Mon Sep 11 13:02:29 UTC 2017 - jmate...@suse.com
+
+- add Provides: python2-MySQL-python, to express singlespec compatibility
+  (package itself is for python2 only)
+
+---



Other differences:
--
++ python-MySQL-python.spec ++
--- /var/tmp/diff_new_pack.Fg7l3T/_old  2017-09-12 19:55:31.929919175 +0200
+++ /var/tmp/diff_new_pack.Fg7l3T/_new  2017-09-12 19:55:31.929919175 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-MySQL-python
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -36,6 +36,7 @@
 Recommends: mariadb
 %endif
 Provides:   python-mysql = %{version}
+Provides:   python2-MySQL-python
 Obsoletes:  python-mysql < %{version}
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %if 0%{?suse_version} && 0%{?suse_version} <= 1110





commit python-MySQL-python for openSUSE:Factory

2015-08-04 Thread h_root
Hello community,

here is the log from the commit of package python-MySQL-python for 
openSUSE:Factory checked in at 2015-08-05 06:50:37

Comparing /work/SRC/openSUSE:Factory/python-MySQL-python (Old)
 and  /work/SRC/openSUSE:Factory/.python-MySQL-python.new (New)


Package is "python-MySQL-python"

Changes:

--- /work/SRC/openSUSE:Factory/python-MySQL-python/python-MySQL-python.changes  
2014-01-30 15:20:20.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-MySQL-python.new/python-MySQL-python.changes 
2015-08-05 06:50:38.0 +0200
@@ -1,0 +2,5 @@
+Fri Jul 24 20:41:53 UTC 2015 - seife+...@b1-systems.com
+
+- Fix build on non-SUSE distros by conditionalizing Recommends: tag
+
+---



Other differences:
--
++ python-MySQL-python.spec ++
--- /var/tmp/diff_new_pack.SxjR7i/_old  2015-08-05 06:50:38.0 +0200
+++ /var/tmp/diff_new_pack.SxjR7i/_new  2015-08-05 06:50:38.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-MySQL-python
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -32,7 +32,9 @@
 BuildRequires:  unzip
 # Documentation requirements:
 BuildRequires:  python-Sphinx
+%if 0%{?suse_version}
 Recommends: mariadb
+%endif
 Provides:   python-mysql = %{version}
 Obsoletes:  python-mysql < %{version}
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build