Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package gupnp-av for openSUSE:Factory checked in at 2022-04-30 00:44:47 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/gupnp-av (Old) and /work/SRC/openSUSE:Factory/.gupnp-av.new.1538 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "gupnp-av" Sat Apr 30 00:44:47 2022 rev:42 rq:973138 version:0.14.0 Changes: -------- --- /work/SRC/openSUSE:Factory/gupnp-av/gupnp-av.changes 2021-09-29 20:18:07.690865378 +0200 +++ /work/SRC/openSUSE:Factory/.gupnp-av.new.1538/gupnp-av.changes 2022-04-30 00:45:19.930940700 +0200 @@ -1,0 +2,7 @@ +Mon Apr 25 14:23:15 UTC 2022 - Dominique Leuenberger <dims...@opensuse.org> + +- Rename libgupnp-av-1_0-2 subpackage to libgupnp-av-1_0-3, + correcting the package name to match the provided library. +- Conflict with the wrongly provided libgupnp-av-1_0-2. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ gupnp-av.spec ++++++ --- /var/tmp/diff_new_pack.0ayGMW/_old 2022-04-30 00:45:20.342941057 +0200 +++ /var/tmp/diff_new_pack.0ayGMW/_new 2022-04-30 00:45:20.346941060 +0200 @@ -1,7 +1,7 @@ # # spec file for package gupnp-av # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -35,12 +35,14 @@ GUPnP A/V is a small utility library that aims to ease the handling and implementation of UPnP A/V profiles. -%package -n libgupnp-av-1_0-2 +%package -n libgupnp-av-1_0-3 Summary: Library to ease the handling and implementation of UPnP A/V profiles Group: Development/Libraries/C and C++ Requires: %{name} >= %{version} +# Version 0.13 0.14 wrongly provided libgupnp-av-1.0.so.3 in libgupnp-av-1_0-2 +Conflicts: libgupnp-av-1_0-2 > 0.13 -%description -n libgupnp-av-1_0-2 +%description -n libgupnp-av-1_0-3 GUPnP A/V is a small utility library that aims to ease the handling and implementation of UPnP A/V profiles. @@ -57,7 +59,7 @@ %package -n libgupnp-av-devel Summary: Library to ease the handling and implementation of UPnP A/V profiles - Development Files Group: Development/Libraries/C and C++ -Requires: libgupnp-av-1_0-2 = %{version} +Requires: libgupnp-av-1_0-3 = %{version} Requires: typelib-1_0-GUPnPAV-1_0 = %{version} %description -n libgupnp-av-devel @@ -77,13 +79,13 @@ %check %meson_test -%post -n libgupnp-av-1_0-2 -p /sbin/ldconfig -%postun -n libgupnp-av-1_0-2 -p /sbin/ldconfig +%post -n libgupnp-av-1_0-3 -p /sbin/ldconfig +%postun -n libgupnp-av-1_0-3 -p /sbin/ldconfig %files %{_datadir}/gupnp-av/ -%files -n libgupnp-av-1_0-2 +%files -n libgupnp-av-1_0-3 %license COPYING %doc AUTHORS NEWS %{_libdir}/*.so.*