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 2026-05-30 22:55:36
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/gupnp-av (Old)
 and      /work/SRC/openSUSE:Factory/.gupnp-av.new.1937 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "gupnp-av"

Sat May 30 22:55:36 2026 rev:50 rq:1355932 version:0.14.5

Changes:
--------
--- /work/SRC/openSUSE:Factory/gupnp-av/gupnp-av.changes        2026-03-27 
16:49:24.695178200 +0100
+++ /work/SRC/openSUSE:Factory/.gupnp-av.new.1937/gupnp-av.changes      
2026-05-30 22:57:02.793592681 +0200
@@ -1,0 +2,6 @@
+Sun May 24 07:26:41 UTC 2026 - Bjørn Lie <[email protected]>
+
+- Update to version 0.14.5:
+  + Fix missing chain-up in SearchCriteriaParser
+
+-------------------------------------------------------------------

Old:
----
  gupnp-av-0.14.4.tar.xz

New:
----
  gupnp-av-0.14.5.tar.xz

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

Other differences:
------------------
++++++ gupnp-av.spec ++++++
--- /var/tmp/diff_new_pack.2jzlIu/_old  2026-05-30 22:57:03.849636011 +0200
+++ /var/tmp/diff_new_pack.2jzlIu/_new  2026-05-30 22:57:03.849636011 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           gupnp-av
-Version:        0.14.4
+Version:        0.14.5
 Release:        0
 Summary:        Library to ease the handling and implementation of UPnP A/V 
profiles
 License:        LGPL-2.0-or-later

++++++ _scmsync.obsinfo ++++++
--- /var/tmp/diff_new_pack.2jzlIu/_old  2026-05-30 22:57:03.897637980 +0200
+++ /var/tmp/diff_new_pack.2jzlIu/_new  2026-05-30 22:57:03.901638145 +0200
@@ -1,6 +1,6 @@
-mtime: 1774253811
-commit: c993e95d4bbefc0de47718ecc054126304b8966aa81a582ab0c9ed7ca554db1e
+mtime: 1779608020
+commit: 5c02a20b6fe84aafb9a6bb9cb3884965fa3cedef444a324dfcd172e8a7f39680
 url: https://src.opensuse.org/GNOME/gupnp-av
-revision: c993e95d4bbefc0de47718ecc054126304b8966aa81a582ab0c9ed7ca554db1e
+revision: 5c02a20b6fe84aafb9a6bb9cb3884965fa3cedef444a324dfcd172e8a7f39680
 projectscmsync: https://src.opensuse.org/GNOME/_ObsPrj
 

++++++ _service ++++++
--- /var/tmp/diff_new_pack.2jzlIu/_old  2026-05-30 22:57:03.929639294 +0200
+++ /var/tmp/diff_new_pack.2jzlIu/_new  2026-05-30 22:57:03.933639458 +0200
@@ -3,7 +3,7 @@
   <service name="obs_scm" mode="manual">
     <param name="scm">git</param>
     <param name="url">https://gitlab.gnome.org/GNOME/gupnp-av.git</param>
-    <param name="revision">gupnp-av-0.14.4</param>
+    <param name="revision">gupnp-av-0.14.5</param>
     <param name="versionformat">@PARENT_TAG@+@TAG_OFFSET@</param>
     <param name="versionrewrite-pattern">gupnp-av-?(.*)\+0</param>
     <param name="versionrewrite-replacement">\1</param>

++++++ build.specials.obscpio ++++++

++++++ 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-05-24 09:33:40.000000000 +0200
@@ -0,0 +1,5 @@
+*.obscpio
+*.osc
+_build.*
+.pbuild
+osc-collab.*

++++++ gupnp-av-0.14.4.tar.xz -> gupnp-av-0.14.5.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gupnp-av-0.14.4/.gitlab-ci/ci.template 
new/gupnp-av-0.14.5/.gitlab-ci/ci.template
--- old/gupnp-av-0.14.4/.gitlab-ci/ci.template  2025-06-28 21:40:05.000000000 
+0200
+++ new/gupnp-av-0.14.5/.gitlab-ci/ci.template  2026-05-23 22:52:12.000000000 
+0200
@@ -52,19 +52,6 @@
       fi
   <<: *check
 
-check-merge-request:
-  variables:
-    GIT_STRATEGY: none
-  stage: review
-  script:
-    - if [[ x"$CI_MERGE_REQUEST_TARGET_BRANCH_NAME" != "x" ]] ;
-      then
-        ci-fairy check-merge-request --require-allow-collaboration 
--junit-xml=check-junit-report.xml ;
-      else
-        echo "Not a merge request" ;
-      fi
-  <<: *check
-
 .build-template: &build
   stage: build
   script:
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gupnp-av-0.14.4/.gitlab-ci.yml 
new/gupnp-av-0.14.5/.gitlab-ci.yml
--- old/gupnp-av-0.14.4/.gitlab-ci.yml  2025-06-28 21:40:05.000000000 +0200
+++ new/gupnp-av-0.14.5/.gitlab-ci.yml  2026-05-23 22:52:12.000000000 +0200
@@ -52,19 +52,6 @@
       fi
   <<: *check
 
-check-merge-request:
-  variables:
-    GIT_STRATEGY: none
-  stage: review
-  script:
-    - if [[ x"$CI_MERGE_REQUEST_TARGET_BRANCH_NAME" != "x" ]] ;
-      then
-        ci-fairy check-merge-request --require-allow-collaboration 
--junit-xml=check-junit-report.xml ;
-      else
-        echo "Not a merge request" ;
-      fi
-  <<: *check
-
 .build-template: &build
   stage: build
   script:
@@ -232,3 +219,4 @@
     - if: $CI_COMMIT_BRANCH == /^wip\/.*\/ci.*$/
     - if: $CI_COMMIT_BRANCH == /^wip\/.*\/.*doc.*$/
 
+
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gupnp-av-0.14.4/NEWS new/gupnp-av-0.14.5/NEWS
--- old/gupnp-av-0.14.4/NEWS    2025-06-28 21:40:05.000000000 +0200
+++ new/gupnp-av-0.14.5/NEWS    2026-05-23 22:52:12.000000000 +0200
@@ -1,3 +1,10 @@
+0.14.5 (stable)
+
+- Fix missing chain-up in SearchCriteriaParser
+
+All contributors to this release:
+ - Jens Georg <[email protected]>
+
 0.14.4 (stable)
 
 - Move documentation to gi-docgen
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/gupnp-av-0.14.4/libgupnp-av/gupnp-search-criteria-parser.c 
new/gupnp-av-0.14.5/libgupnp-av/gupnp-search-criteria-parser.c
--- old/gupnp-av-0.14.4/libgupnp-av/gupnp-search-criteria-parser.c      
2025-06-28 21:40:05.000000000 +0200
+++ new/gupnp-av-0.14.5/libgupnp-av/gupnp-search-criteria-parser.c      
2026-05-23 22:52:12.000000000 +0200
@@ -206,7 +206,7 @@
 
         gobject_class =
                 G_OBJECT_CLASS (gupnp_search_criteria_parser_parent_class);
-        gobject_class->dispose (object);
+        gobject_class->finalize (object);
 }
 
 static void
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gupnp-av-0.14.4/meson.build 
new/gupnp-av-0.14.5/meson.build
--- old/gupnp-av-0.14.4/meson.build     2025-06-28 21:40:05.000000000 +0200
+++ new/gupnp-av-0.14.5/meson.build     2026-05-23 22:52:12.000000000 +0200
@@ -1,4 +1,4 @@
-project('gupnp-av', 'c', version : '0.14.4', default_options: ['c_std=c11'], 
meson_version:  '>= 0.58.0')
+project('gupnp-av', 'c', version : '0.14.5', default_options: ['c_std=c11'], 
meson_version:  '>= 0.58.0')
 
 gnome = import('gnome')
 

++++++ gupnp-av.obsinfo ++++++
--- /var/tmp/diff_new_pack.2jzlIu/_old  2026-05-30 22:57:04.465661287 +0200
+++ /var/tmp/diff_new_pack.2jzlIu/_new  2026-05-30 22:57:04.469661451 +0200
@@ -1,5 +1,5 @@
 name: gupnp-av
-version: 0.14.4
-mtime: 1751139605
-commit: 5b1552fd9be2f4bbad3a655570ba5bb16e90d4ec
+version: 0.14.5
+mtime: 1779569532
+commit: 9fe909ba5adf4b817825773886bd5f053a6453b7
 

Reply via email to