Hello community,
here is the log from the commit of package python-beautifulsoup4 for
openSUSE:Factory checked in at 2015-08-01 11:37:00
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-beautifulsoup4 (Old)
and /work/SRC/openSUSE:Factory/.python-beautifulsoup4.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-beautifulsoup4"
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-beautifulsoup4/python-beautifulsoup4.changes
2014-01-09 15:30:58.000000000 +0100
+++
/work/SRC/openSUSE:Factory/.python-beautifulsoup4.new/python-beautifulsoup4.changes
2015-08-01 11:37:01.000000000 +0200
@@ -1,0 +2,5 @@
+Fri Jul 24 20:25:54 UTC 2015 - [email protected]
+
+- fix non-SUSE build by conditionalizing Recommends: tag
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-beautifulsoup4.spec ++++++
--- /var/tmp/diff_new_pack.mNdBNu/_old 2015-08-01 11:37:01.000000000 +0200
+++ /var/tmp/diff_new_pack.mNdBNu/_new 2015-08-01 11:37:01.000000000 +0200
@@ -1,7 +1,7 @@
#
# spec file for package python-beautifulsoup4
#
-# 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
@@ -72,7 +72,9 @@
%package doc
Summary: Documentation for %{name}
Group: Development/Libraries/Python
+%if 0%{?suse_version}
Recommends: %{name} = %{version}
+%endif
%description doc
Documentation and help files for %{name}