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-12-20 15:24:38
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libcanberra (Old)
 and      /work/SRC/openSUSE:Factory/.libcanberra.new.1881 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libcanberra"

Fri Dec 20 15:24:38 2024 rev:49 rq:1232785 version:0.30+2

Changes:
--------
--- /work/SRC/openSUSE:Factory/libcanberra/libcanberra.changes  2024-04-05 
20:24:16.362741279 +0200
+++ /work/SRC/openSUSE:Factory/.libcanberra.new.1881/libcanberra.changes        
2024-12-20 15:24:56.865997176 +0100
@@ -1,0 +2,18 @@
+Thu Dec 19 10:17:46 UTC 2024 - Dominique Leuenberger <dims...@opensuse.org>
+
+- Update to version v0.30+2:
+  + gtk: Don't assume all GdkDisplays are GdkX11Displays.
+- Migrate package to obs_scm: we don't expect changes in git to
+  happen anymore, but it's the line used across all GNOME packages.
+- Call autogen.sh in build section: the git checkout is not
+  bootstrapped.
+- Drop libcanberra-broadway-fix.patch: part of the upstream git
+  tree.
+- Pass --with-systemdunitdir=no to configure: dbus-broker newly
+  pulls in systemd, but we have been running without those service
+  files for like ever. With libcanberra being in maintenance only
+  mode, there seems to be no justification to change this now.
+- Do not package documentation: building them requires lynx, which
+  seems a bit exaggerated.
+
+-------------------------------------------------------------------

Old:
----
  libcanberra-0.30.tar.xz
  libcanberra-broadway-fix.patch

New:
----
  _service
  libcanberra-0.30+2.obscpio
  libcanberra.obsinfo

BETA DEBUG BEGIN:
  Old:  bootstrapped.
- Drop libcanberra-broadway-fix.patch: part of the upstream git
  tree.
BETA DEBUG END:

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

Other differences:
------------------
++++++ libcanberra.spec ++++++
--- /var/tmp/diff_new_pack.nWhxCq/_old  2024-12-20 15:24:58.794076644 +0100
+++ /var/tmp/diff_new_pack.nWhxCq/_new  2024-12-20 15:24:58.810077304 +0100
@@ -18,19 +18,17 @@
 
 %define debug_package_requires libcanberra0 = %{version}-%{release}
 Name:           libcanberra
-Version:        0.30
+Version:        0.30+2
 Release:        0
 Summary:        Portable sound event library
 License:        LGPL-2.0-or-later
 Group:          Development/Libraries/GNOME
 URL:            http://0pointer.de/lennart/projects/libcanberra
-Source:         
http://0pointer.de/lennart/projects/libcanberra/%{name}-%{version}.tar.xz
+Source:         %{name}-%{version}.tar.zst
 Source1:        libcanberra-gtk-module.sh
 Source99:       baselibs.conf
 # PATCH-FIX-UPSTREAM libcanberra-multi-backend.patch boo#753243 fdo#51662 
dims...@opensuse.org -- Set the multi backend as default and allow it actually 
to work.
 Patch0:         libcanberra-multi-backend.patch
-# PATCH-FIX-UPSTREAM libcanberra-broadway-fix.patch boo#789066 
michael.me...@suse.com
-Patch1:         libcanberra-broadway-fix.patch
 BuildRequires:  gtk-doc
 BuildRequires:  libltdl-devel
 BuildRequires:  pkgconfig
@@ -217,6 +215,7 @@
 cp %{SOURCE1} libcanberra-gtk-module.sh
 
 %build
+./autogen.sh
 %configure \
   --disable-static   \
   --enable-pulse     \
@@ -224,6 +223,7 @@
   --enable-null      \
   --disable-oss      \
   --enable-udev      \
+  --with-systemdsystemunitdir=no \
   --with-builtin=dso
 make %{?_smp_mflags} V=1
 
@@ -231,7 +231,6 @@
 %make_install
 install -Dpm 0755 libcanberra-gtk-module.sh \
   %{buildroot}%{_sysconfdir}/X11/xinit/xinitrc.d/libcanberra-gtk-module.sh
-rm %{buildroot}%{_datadir}/doc/libcanberra/README
 
 %suse_update_desktop_file 
%{buildroot}%{_datadir}/gnome/autostart/libcanberra-login-sound.desktop
 %suse_update_desktop_file 
%{buildroot}%{_datadir}/gdm/autostart/LoginWindow/libcanberra-ready-sound.desktop
@@ -246,14 +245,13 @@
 %postun gtk3-0 -p /sbin/ldconfig
 
 %files -n libcanberra0
-%doc README
 %license LGPL
 %{_libdir}/libcanberra.so.*
-%dir %{_libdir}/libcanberra-%{version}/
-%{_libdir}/libcanberra-%{version}/libcanberra-alsa.so
-%{_libdir}/libcanberra-%{version}/libcanberra-multi.so
-%{_libdir}/libcanberra-%{version}/libcanberra-null.so
-%{_libdir}/libcanberra-%{version}/libcanberra-pulse.so
+%dir %{_libdir}/libcanberra-*/
+%{_libdir}/libcanberra-*/libcanberra-alsa.so
+%{_libdir}/libcanberra-*/libcanberra-multi.so
+%{_libdir}/libcanberra-*/libcanberra-null.so
+%{_libdir}/libcanberra-*/libcanberra-pulse.so
 
 %files gtk0
 %{_libdir}/libcanberra-gtk.so.*
@@ -299,7 +297,6 @@
 %{_libdir}/pkgconfig/libcanberra-gtk3.pc
 
 %files devel
-%doc %{_datadir}/gtk-doc/html/libcanberra/
 %{_includedir}/canberra.h
 %{_includedir}/canberra-gtk.h
 %{_libdir}/libcanberra.so

++++++ _service ++++++
<?xml version="1.0"?>
<services>
  <service name="obs_scm" mode="manual">
    <param name="scm">git</param>
    <param name="url">http://git.0pointer.net/clone/libcanberra.git</param>
    <param name="revision">master</param>
    <param name="versionformat">@PARENT_TAG@+@TAG_OFFSET@</param>
    <param name="versionrewrite-pattern">v?(.*)(\+0)?</param>
    <param name="versionrewrite-replacement">\1</param>
<!--    <param name="changesgenerate">enable</param> -->
  </service>
  <service name="tar" mode="buildtime"/>
  <service name="recompress" mode="buildtime">
    <param name="file">*.tar</param>
    <param name="compression">zst</param>
  </service>
  <service name="set_version" mode="manual" />
</services>


++++++ libcanberra.obsinfo ++++++
name: libcanberra
version: 0.30+2
mtime: 1352503095
commit: c0620e432650e81062c1967cc669829dbd29b310

Reply via email to