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.000000000 +0100
+++
/work/SRC/openSUSE:Factory/.python-MySQL-python.new/python-MySQL-python.changes
2015-08-05 06:50:38.000000000 +0200
@@ -1,0 +2,5 @@
+Fri Jul 24 20:41:53 UTC 2015 - [email protected]
+
+- 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.000000000 +0200
+++ /var/tmp/diff_new_pack.SxjR7i/_new 2015-08-05 06:50:38.000000000 +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