Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package ddcutil for openSUSE:Factory checked in at 2022-04-25 23:36:11 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/ddcutil (Old) and /work/SRC/openSUSE:Factory/.ddcutil.new.1538 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ddcutil" Mon Apr 25 23:36:11 2022 rev:11 rq:972687 version:1.2.1 Changes: -------- --- /work/SRC/openSUSE:Factory/ddcutil/ddcutil.changes 2021-12-20 21:06:56.790962838 +0100 +++ /work/SRC/openSUSE:Factory/.ddcutil.new.1538/ddcutil.changes 2022-04-25 23:36:35.110505375 +0200 @@ -1,0 +2,7 @@ +Mon Apr 25 15:40:21 UTC 2022 - Dominique Leuenberger <[email protected]> + +- Rename libddcutil3 subpackage to libddcutil4, making the package + name actually match the provided library. conflict the wrongly + named package. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ ddcutil.spec ++++++ --- /var/tmp/diff_new_pack.uAC3KP/_old 2022-04-25 23:36:35.706506210 +0200 +++ /var/tmp/diff_new_pack.uAC3KP/_new 2022-04-25 23:36:35.714506222 +0200 @@ -1,7 +1,7 @@ # # spec file for package ddcutil # -# 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 @@ -50,11 +50,13 @@ the time a monitor is calibrated, and then restored when the calibration is applied. -%package -n libddcutil3 +%package -n libddcutil4 Summary: Shared library to query and update monitor settings Group: System/Libraries +# libddcutil.so.4 was wrongly packaged as libddcutil3 after the 1.x upgrade +Conflicts: libddcutil3 >= 1.0 -%description -n libddcutil3 +%description -n libddcutil4 Shared library version of ddcutil, exposing a C API. ddcutil communicates with monitors implementing MCCS (Monitor Control Command @@ -64,7 +66,7 @@ %package -n libddcutil-devel Summary: Development files for libddcutil Group: Development/Libraries/C and C++ -Requires: libddcutil3 = %{version} +Requires: libddcutil4 = %{version} %description -n libddcutil-devel Header files and pkgconfig control file for libddcutil. @@ -84,8 +86,8 @@ %install %make_install -%post -n libddcutil3 -p /sbin/ldconfig -%postun -n libddcutil3 -p /sbin/ldconfig +%post -n libddcutil4 -p /sbin/ldconfig +%postun -n libddcutil4 -p /sbin/ldconfig %files %doc AUTHORS NEWS.md README.md CHANGELOG.md @@ -97,9 +99,9 @@ %{_mandir}/man1/ddcutil.1* %{_bindir}/ddcutil -%files -n libddcutil3 +%files -n libddcutil4 %license COPYING -%{_libdir}/libddcutil.so.* +%{_libdir}/libddcutil.so.4* %files -n libddcutil-devel %{_includedir}/ddcutil_types.h
