Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package libcanberra for openSUSE:Factory 
checked in at 2024-04-05 20:24:14
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libcanberra (Old)
 and      /work/SRC/openSUSE:Factory/.libcanberra.new.1905 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libcanberra"

Fri Apr  5 20:24:14 2024 rev:48 rq:1164596 version:0.30

Changes:
--------
--- /work/SRC/openSUSE:Factory/libcanberra/libcanberra.changes  2024-03-20 
21:13:21.215763172 +0100
+++ /work/SRC/openSUSE:Factory/.libcanberra.new.1905/libcanberra.changes        
2024-04-05 20:24:16.362741279 +0200
@@ -1,0 +2,8 @@
+Thu Apr  4 12:56:22 UTC 2024 - Fabian Vogt <fv...@suse.com>
+
+- Don't recommend the gtk modules unconditionally. They already have
+  conditional supplements.
+- Switch from packageand(x:y) to boolean dependencies
+- Use %license
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ libcanberra.spec ++++++
--- /var/tmp/diff_new_pack.cBM5VM/_old  2024-04-05 20:24:16.886760550 +0200
+++ /var/tmp/diff_new_pack.cBM5VM/_new  2024-04-05 20:24:16.890760697 +0200
@@ -92,8 +92,6 @@
 %package gtk-module-common
 Summary:        Portable sound event library -- Common Files for GTK+ Modules
 Group:          System/Libraries
-Recommends:     %{name}-gtk2-module
-Recommends:     %{name}-gtk3-module
 
 %description gtk-module-common
 libcanberra is an implementation of the XDG Sound Theme and Name
@@ -108,7 +106,7 @@
 Summary:        Portable sound event library -- GTK+ 2 Module
 Group:          System/Libraries
 Requires:       %{name}-gtk-module-common = %{version}
-Supplements:    packageand(libcanberra0:gtk2)
+Supplements:    (libcanberra0 and gtk2)
 
 %description gtk2-module
 libcanberra is an implementation of the XDG Sound Theme and Name
@@ -123,7 +121,7 @@
 Summary:        Portable sound event library -- GTK+ 3 Module
 Group:          System/Libraries
 Requires:       %{name}-gtk-module-common = %{version}
-Supplements:    packageand(libcanberra0:gtk3)
+Supplements:    (libcanberra0 and gtk3)
 
 %description gtk3-module
 libcanberra is an implementation of the XDG Sound Theme and Name
@@ -248,7 +246,8 @@
 %postun gtk3-0 -p /sbin/ldconfig
 
 %files -n libcanberra0
-%doc README LGPL
+%doc README
+%license LGPL
 %{_libdir}/libcanberra.so.*
 %dir %{_libdir}/libcanberra-%{version}/
 %{_libdir}/libcanberra-%{version}/libcanberra-alsa.so

++++++ baselibs.conf ++++++
--- /var/tmp/diff_new_pack.cBM5VM/_old  2024-04-05 20:24:16.914761579 +0200
+++ /var/tmp/diff_new_pack.cBM5VM/_new  2024-04-05 20:24:16.918761727 +0200
@@ -2,7 +2,7 @@
 libcanberra-gtk0
 libcanberra-gtk3-0
 libcanberra-gtk2-module
-  supplements "packageand(libcanberra0:gtk2-<targettype>)"
+  supplements "(libcanberra0 and gtk2-<targettype>)"
 libcanberra-gtk3-module
-  supplements "packageand(libcanberra0:gtk3-<targettype>)"
+  supplements "(libcanberra0 and gtk3-<targettype>)"
 

Reply via email to