Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-gst for openSUSE:Factory 
checked in at 2026-08-06 16:25:55
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-gst (Old)
 and      /work/SRC/openSUSE:Factory/.python-gst.new.16738 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-gst"

Thu Aug  6 16:25:55 2026 rev:78 rq:1369825 version:1.28.6

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-gst/python-gst.changes    2026-06-13 
18:49:26.306666521 +0200
+++ /work/SRC/openSUSE:Factory/.python-gst.new.16738/python-gst.changes 
2026-08-06 16:28:12.340997520 +0200
@@ -1,0 +2,8 @@
+Wed Aug  5 16:26:39 UTC 2026 - Bjørn Lie <[email protected]>
+
+- Update to version 1.28.6:
+  + meson: use dependency('dl') instead of cc.find_library('dl')
+- Update to version 1.28.5:
+  + No changes, stable bump only.
+
+-------------------------------------------------------------------

Old:
----
  gst-python-1.28.4.obscpio

New:
----
  gst-python-1.28.6.obscpio

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

Other differences:
------------------
++++++ python-gst.spec ++++++
--- /var/tmp/diff_new_pack.UJ4z5x/_old  2026-08-06 16:28:13.101023749 +0200
+++ /var/tmp/diff_new_pack.UJ4z5x/_new  2026-08-06 16:28:13.105023888 +0200
@@ -21,7 +21,7 @@
 
 %{?sle15_python_module_pythons}
 Name:           python-gst
-Version:        1.28.4
+Version:        1.28.6
 Release:        0
 Summary:        Python Bindings for GStreamer
 License:        LGPL-2.1-or-later

++++++ _service ++++++
--- /var/tmp/diff_new_pack.UJ4z5x/_old  2026-08-06 16:28:13.149025406 +0200
+++ /var/tmp/diff_new_pack.UJ4z5x/_new  2026-08-06 16:28:13.157025682 +0200
@@ -5,7 +5,7 @@
     <param 
name="url">https://gitlab.freedesktop.org/gstreamer/gstreamer.git</param>
     <param name="subdir">subprojects/gst-python</param>
     <param name="filename">gst-python</param>
-    <param name="revision">1.28.4</param>
+    <param name="revision">1.28.6</param>
     <param name="versionformat">@PARENT_TAG@+@TAG_OFFSET@</param>
     <param name="versionrewrite-pattern">v?(.*)\+0</param>
     <param name="versionrewrite-replacement">\1</param>

++++++ gst-python-1.28.4.obscpio -> gst-python-1.28.6.obscpio ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gst-python-1.28.4/gst-python.doap 
new/gst-python-1.28.6/gst-python.doap
--- old/gst-python-1.28.4/gst-python.doap       2026-06-12 14:19:43.000000000 
+0200
+++ new/gst-python-1.28.6/gst-python.doap       2026-08-05 13:59:39.000000000 
+0200
@@ -32,6 +32,26 @@
 
  <release>
   <Version>
+   <revision>1.28.6</revision>
+   <branch>1.28</branch>
+   <name></name>
+   <created>2026-08-05</created>
+   <file-release 
rdf:resource="https://gstreamer.freedesktop.org/src/gst-python/gst-python-1.28.6.tar.xz";
 />
+  </Version>
+ </release>
+
+ <release>
+  <Version>
+   <revision>1.28.5</revision>
+   <branch>1.28</branch>
+   <name></name>
+   <created>2026-07-08</created>
+   <file-release 
rdf:resource="https://gstreamer.freedesktop.org/src/gst-python/gst-python-1.28.5.tar.xz";
 />
+  </Version>
+ </release>
+
+ <release>
+  <Version>
    <revision>1.28.4</revision>
    <branch>1.28</branch>
    <name></name>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gst-python-1.28.4/meson.build 
new/gst-python-1.28.6/meson.build
--- old/gst-python-1.28.4/meson.build   2026-06-12 14:19:43.000000000 +0200
+++ new/gst-python-1.28.6/meson.build   2026-08-05 13:59:39.000000000 +0200
@@ -1,5 +1,5 @@
 project('gst-python', 'c',
-  version : '1.28.4',
+  version : '1.28.6',
   meson_version : '>= 1.4',
   default_options : [ 'warning_level=1',
                       'buildtype=debugoptimized' ])
@@ -20,7 +20,7 @@
 gstbase_dep = dependency('gstreamer-base-1.0', version : gst_req)
 gstbad_dep = dependency('gstreamer-analytics-1.0', version :gst_req)
 gmodule_dep = dependency('gmodule-no-export-2.0')
-libdl = cc.find_library('dl', required: false)
+libdl = dependency('dl', required: false)
 pygobject_dep = dependency('pygobject-3.0', allow_fallback: true, version: '>= 
3.8')
 
 pymod = import('python')

++++++ gst-python.obsinfo ++++++
--- /var/tmp/diff_new_pack.UJ4z5x/_old  2026-08-06 16:28:13.417034655 +0200
+++ /var/tmp/diff_new_pack.UJ4z5x/_new  2026-08-06 16:28:13.421034794 +0200
@@ -1,5 +1,5 @@
 name: gst-python
-version: 1.28.4
-mtime: 1781266783
-commit: b46f881eaa8126eddfd21b5ae5512f8d4ff36255
+version: 1.28.6
+mtime: 1785931179
+commit: 2d3e05cbdad68e47d645f548899b432dc9fb4473
 

Reply via email to