Hello community,

here is the log from the commit of package pcp for openSUSE:Factory checked in 
at 2019-09-07 12:34:28
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/pcp (Old)
 and      /work/SRC/openSUSE:Factory/.pcp.new.7948 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "pcp"

Sat Sep  7 12:34:28 2019 rev:52 rq:727813 version:4.3.4

Changes:
--------
--- /work/SRC/openSUSE:Factory/pcp/pcp.changes  2019-08-27 10:15:33.767962839 
+0200
+++ /work/SRC/openSUSE:Factory/.pcp.new.7948/pcp.changes        2019-09-07 
12:34:29.985665195 +0200
@@ -1,0 +2,6 @@
+Wed Aug 28 10:17:39 UTC 2019 - David Disseldorp <dd...@suse.com>
+
+- Fix python library dependencies broken via shared library packaging policy
+  split; (bsc#1129991).
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ pcp.spec ++++++
--- /var/tmp/diff_new_pack.5EWX7f/_old  2019-09-07 12:34:32.697664862 +0200
+++ /var/tmp/diff_new_pack.5EWX7f/_new  2019-09-07 12:34:32.733664858 +0200
@@ -2149,8 +2149,11 @@
 Group:          %{lib_gr}
 Url:            https://pcp.io
 BuildRequires:  %{__python2}-devel
-%if !0%{?suse_version}
 Requires:       %{lib_pkg} = %{version}-%{release}
+%if 0%{?suse_version}
+Requires:       libpcp_gui%{libpcp_gui_sover} = %{version}-%{release}
+Requires:       libpcp_import%{libpcp_import_sover} = %{version}-%{release}
+Requires:       libpcp_mmv%{libpcp_mmv_sover} = %{version}-%{release}
 %endif
 Requires:       %{__python2}
 Requires:       pcp = %{version}-%{release}
@@ -2176,6 +2179,11 @@
 Group:          %{lib_gr}
 Url:            https://pcp.io
 Requires:       %{lib_pkg} = %{version}-%{release}
+%if 0%{?suse_version}
+Requires:       libpcp_gui%{libpcp_gui_sover} = %{version}-%{release}
+Requires:       libpcp_import%{libpcp_import_sover} = %{version}-%{release}
+Requires:       libpcp_mmv%{libpcp_mmv_sover} = %{version}-%{release}
+%endif
 Requires:       python3
 BuildRequires:  python3-setuptools
 


Reply via email to