Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package gupnp-tools for openSUSE:Factory 
checked in at 2026-03-27 16:49:59
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/gupnp-tools (Old)
 and      /work/SRC/openSUSE:Factory/.gupnp-tools.new.8177 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "gupnp-tools"

Fri Mar 27 16:49:59 2026 rev:48 rq:1342978 version:0.12.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/gupnp-tools/gupnp-tools.changes  2025-03-13 
15:08:25.211793960 +0100
+++ /work/SRC/openSUSE:Factory/.gupnp-tools.new.8177/gupnp-tools.changes        
2026-03-27 16:51:47.429169035 +0100
@@ -1,0 +2,12 @@
+Wed Mar 25 15:11:16 UTC 2026 - Dominique Leuenberger <[email protected]>
+
+- Add gupnp-tools-ignore-deprecated.patch: Do not error the build
+  due to deprecations in libxml2. This is good for upstreams CI,
+  but not for a distro build (glgo#GNOME/gupnp-tools#29).
+
+-------------------------------------------------------------------
+Mon Mar 23 08:16:34 UTC 2026 - Dominique Leuenberger <[email protected]>
+
+- Migrate to xz compression and manual service run
+
+-------------------------------------------------------------------

Old:
----
  gupnp-tools-0.12.2.obscpio

New:
----
  _scmsync.obsinfo
  build.specials.obscpio
  gupnp-tools-0.12.2.tar.xz
  gupnp-tools-ignore-deprecated.patch

----------(New B)----------
  New:
- Add gupnp-tools-ignore-deprecated.patch: Do not error the build
  due to deprecations in libxml2. This is good for upstreams CI,
----------(New E)----------

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

Other differences:
------------------
++++++ gupnp-tools.spec ++++++
--- /var/tmp/diff_new_pack.sUmUS0/_old  2026-03-27 16:51:49.593259520 +0100
+++ /var/tmp/diff_new_pack.sUmUS0/_new  2026-03-27 16:51:49.613260355 +0100
@@ -23,7 +23,9 @@
 License:        GPL-2.0-or-later
 Group:          Productivity/Networking/Other
 URL:            http://www.gupnp.org/
-Source0:        %{name}-%{version}.tar.zst
+Source0:        %{name}-%{version}.tar.xz
+# PATCH-FIX-UPSTREAM Do not error on deprecated APis from e.g. libxml2
+Patch0:         gupnp-tools-ignore-deprecated.patch
 
 BuildRequires:  fdupes
 BuildRequires:  meson

++++++ _scmsync.obsinfo ++++++
mtime: 1774461810
commit: 9996ae877afd654ea481a968917414a8998cb9ff246cab541460695125318b51
url: https://src.opensuse.org/GNOME/gupnp-tools
revision: 9996ae877afd654ea481a968917414a8998cb9ff246cab541460695125318b51
projectscmsync: https://src.opensuse.org/GNOME/_ObsPrj

++++++ _service ++++++
--- /var/tmp/diff_new_pack.sUmUS0/_old  2026-03-27 16:51:50.153282935 +0100
+++ /var/tmp/diff_new_pack.sUmUS0/_new  2026-03-27 16:51:50.189284440 +0100
@@ -9,12 +9,11 @@
     <param name="versionrewrite-replacement">\1</param>
     <param name="changesgenerate">disable</param>
   </service>
-  <service name="tar" mode="buildtime"/>
-  <service name="recompress" mode="buildtime">
+  <service name="tar" mode="manual"/>
+  <service name="recompress" mode="manual">
     <param name="file">*.tar</param>
-    <param name="compression">zst</param>
+    <param name="compression">xz</param>
   </service>
-  <service name="set_version" mode="manual" />
+  <service name="set_version" mode="manual"/>
 </services>
 
-

++++++ build.specials.obscpio ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/.gitignore new/.gitignore
--- old/.gitignore      1970-01-01 01:00:00.000000000 +0100
+++ new/.gitignore      2026-03-25 19:04:10.000000000 +0100
@@ -0,0 +1,5 @@
+*.obscpio
+*.osc
+_build.*
+.pbuild
+osc-collab.*

++++++ gupnp-tools-ignore-deprecated.patch ++++++
Index: gupnp-tools-0.12.2/meson.build
===================================================================
--- gupnp-tools-0.12.2.orig/meson.build
+++ gupnp-tools-0.12.2/meson.build
@@ -44,7 +44,6 @@ conf.set('HAVE_GTK_SOURCEVIEW', gtksourc
 conf.set('GETTEXT_PACKAGE', '"@0@"'.format(meson.project_name()))
 conf.set('LOCALEDIR', '"@0@"'.format(localedir))
 cc = meson.get_compiler('c')
-add_project_arguments(cc.get_supported_arguments('-Werror=deprecated-declarations'),
 language: 'c')
 conf.set('GLIB_VERSION_MIN_REQUIRED', 
'GLIB_VERSION_@0@'.format(glib_version.underscorify()))
 conf.set('GLIB_VERSION_MAX_ALLOWED', 
'GLIB_VERSION_@0@'.format(glib_version.underscorify()))
 

Reply via email to