Script 'mail_helper' called by obssrc
Hello community,

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

Package is "gstreamer-editing-services"

Thu Aug  6 16:25:59 2026 rev:81 rq:1369827 version:1.28.6

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/gstreamer-editing-services/gstreamer-editing-services.changes
    2026-07-10 17:47:44.574357790 +0200
+++ 
/work/SRC/openSUSE:Factory/.gstreamer-editing-services.new.16738/gstreamer-editing-services.changes
 2026-08-06 16:28:17.725183335 +0200
@@ -1,0 +2,9 @@
+Wed Aug  5 16:31:02 UTC 2026 - Bjørn Lie <[email protected]>
+
+- Update to version 1.28.6:
+  + meson: Make the g-ir-scanner init section consistent across
+    modules
+  + Remove incorrect G_GNUC_CONST annotation for _get_type()
+    functions and some other functions
+
+-------------------------------------------------------------------

Old:
----
  gst-editing-services-1.28.5.obscpio

New:
----
  gst-editing-services-1.28.6.obscpio

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

Other differences:
------------------
++++++ gstreamer-editing-services.spec ++++++
--- /var/tmp/diff_new_pack.OUJq67/_old  2026-08-06 16:28:18.257201695 +0200
+++ /var/tmp/diff_new_pack.OUJq67/_new  2026-08-06 16:28:18.261201834 +0200
@@ -21,7 +21,7 @@
 %define _baseversion 1.28.0
 
 Name:           gstreamer-editing-services
-Version:        1.28.5
+Version:        1.28.6
 Release:        0
 Summary:        GStreamer Editing Services
 License:        LGPL-2.0-or-later AND LGPL-2.1-or-later

++++++ _service ++++++
--- /var/tmp/diff_new_pack.OUJq67/_old  2026-08-06 16:28:18.289202800 +0200
+++ /var/tmp/diff_new_pack.OUJq67/_new  2026-08-06 16:28:18.293202938 +0200
@@ -5,7 +5,7 @@
     <param 
name="url">https://gitlab.freedesktop.org/gstreamer/gstreamer.git</param>
     <param name="subdir">subprojects/gst-editing-services</param>
     <param name="filename">gst-editing-services</param>
-    <param name="revision">1.28.5</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-editing-services-1.28.5.obscpio -> 
gst-editing-services-1.28.6.obscpio ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gst-editing-services-1.28.5/ges/ges-smart-adder.h 
new/gst-editing-services-1.28.6/ges/ges-smart-adder.h
--- old/gst-editing-services-1.28.5/ges/ges-smart-adder.h       2026-07-08 
23:42:39.000000000 +0200
+++ new/gst-editing-services-1.28.6/ges/ges-smart-adder.h       2026-08-05 
13:59:39.000000000 +0200
@@ -61,7 +61,7 @@
 };
 
 GES_API
-GType         ges_smart_adder_get_type (void) G_GNUC_CONST;
+GType         ges_smart_adder_get_type (void);
 
 GES_API
 GstElement*   ges_smart_adder_new      (GESTrack *track);
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/gst-editing-services-1.28.5/ges/ges-smart-video-mixer.h 
new/gst-editing-services-1.28.6/ges/ges-smart-video-mixer.h
--- old/gst-editing-services-1.28.5/ges/ges-smart-video-mixer.h 2026-07-08 
23:42:39.000000000 +0200
+++ new/gst-editing-services-1.28.6/ges/ges-smart-video-mixer.h 2026-08-05 
13:59:39.000000000 +0200
@@ -67,7 +67,7 @@
 };
 
 G_GNUC_INTERNAL
-GType ges_smart_mixer_get_type (void) G_GNUC_CONST;
+GType ges_smart_mixer_get_type (void);
 
 G_GNUC_INTERNAL GstPad *
 ges_smart_mixer_get_mixer_pad (GESSmartMixer *self, GstPad **mixerpad);
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/gst-editing-services-1.28.5/ges/ges-structure-parser.h 
new/gst-editing-services-1.28.6/ges/ges-structure-parser.h
--- old/gst-editing-services-1.28.5/ges/ges-structure-parser.h  2026-07-08 
23:42:39.000000000 +0200
+++ new/gst-editing-services-1.28.6/ges/ges-structure-parser.h  2026-08-05 
13:59:39.000000000 +0200
@@ -48,7 +48,7 @@
   GObjectClass parent_class;
 };
 
-G_GNUC_INTERNAL GType ges_structure_parser_get_type (void) G_GNUC_CONST;
+G_GNUC_INTERNAL GType ges_structure_parser_get_type (void);
 
 G_GNUC_INTERNAL GError * ges_structure_parser_get_error (GESStructureParser 
*self);
 G_GNUC_INTERNAL void ges_structure_parser_parse_string (GESStructureParser 
*self, const gchar *string, gboolean is_symbol);
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/gst-editing-services-1.28.5/gst-editing-services.doap 
new/gst-editing-services-1.28.6/gst-editing-services.doap
--- old/gst-editing-services-1.28.5/gst-editing-services.doap   2026-07-08 
23:42:39.000000000 +0200
+++ new/gst-editing-services-1.28.6/gst-editing-services.doap   2026-08-05 
13:59:39.000000000 +0200
@@ -32,6 +32,16 @@
 
  <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-editing-services/gst-editing-services-1.28.6.tar.xz";
 />
+  </Version>
+ </release>
+
+ <release>
+  <Version>
    <revision>1.28.5</revision>
    <branch>1.28</branch>
    <name></name>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gst-editing-services-1.28.5/meson.build 
new/gst-editing-services-1.28.6/meson.build
--- old/gst-editing-services-1.28.5/meson.build 2026-07-08 23:42:39.000000000 
+0200
+++ new/gst-editing-services-1.28.6/meson.build 2026-08-05 13:59:39.000000000 
+0200
@@ -1,5 +1,5 @@
 project('gst-editing-services', 'c',
-  version : '1.28.5',
+  version : '1.28.6',
   meson_version : '>= 1.4',
   default_options : [ 'warning_level=1',
                       'buildtype=debugoptimized',
@@ -136,7 +136,8 @@
 gir_init_section = [ '--add-init-section=' + \
     'extern void gst_init(gint*,gchar**);' + \
     'extern void ges_init(void);' + \
-    'g_setenv("GST_REGISTRY_1.0", "/no/way/this/exists.reg", TRUE);' + \
+    'g_setenv("GST_REGISTRY_DISABLE", "yes", TRUE);' + \
+    'g_setenv("GST_REGISTRY_1_0", "@0@", 
TRUE);'.format(meson.current_build_dir() + '/gir_empty_registry.reg') + \
     'g_setenv("GST_PLUGIN_PATH_1_0", "", TRUE);' + \
     'g_setenv("GST_PLUGIN_SYSTEM_PATH_1_0", "", TRUE);' + \
     'g_setenv("GST_DEBUG", "0", TRUE);' + \
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/gst-editing-services-1.28.5/plugins/nle/nlecomposition.c 
new/gst-editing-services-1.28.6/plugins/nle/nlecomposition.c
--- old/gst-editing-services-1.28.5/plugins/nle/nlecomposition.c        
2026-07-08 23:42:39.000000000 +0200
+++ new/gst-editing-services-1.28.6/plugins/nle/nlecomposition.c        
2026-08-05 13:59:39.000000000 +0200
@@ -223,7 +223,7 @@
 
 /* *INDENT-OFF* */
 #define NLE_TYPE_COMPOSITION_QUERY_NEEDS_INITIALIZATION_SEEK 
nle_composition_query_needs_initialization_seek_get_type ()
-GType nle_composition_query_needs_initialization_seek_get_type (void) 
G_GNUC_CONST;
+GType nle_composition_query_needs_initialization_seek_get_type (void);
 G_DEFINE_BOXED_TYPE (NleCompositionQueryNeedsInitializationSeek,
     nle_composition_query_needs_initialization_seek,
     g_atomic_rc_box_acquire, g_atomic_rc_box_release);
@@ -240,7 +240,7 @@
 
 /* *INDENT-OFF* */
 #define NLE_TYPE_COMPOSITION_QUERY_PIPELINE_POSITION 
nle_composition_query_pipeline_position_get_type ()
-GType nle_composition_query_pipeline_position_get_type (void) G_GNUC_CONST;
+GType nle_composition_query_pipeline_position_get_type (void);
 G_DEFINE_BOXED_TYPE (NleCompositionQueryPipelinePosition,
     nle_composition_query_pipeline_position,
     g_atomic_rc_box_acquire, g_atomic_rc_box_release);
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/gst-editing-services-1.28.5/plugins/shared/nlegesplugin.h 
new/gst-editing-services-1.28.6/plugins/shared/nlegesplugin.h
--- old/gst-editing-services-1.28.5/plugins/shared/nlegesplugin.h       
2026-07-08 23:42:39.000000000 +0200
+++ new/gst-editing-services-1.28.6/plugins/shared/nlegesplugin.h       
2026-08-05 13:59:39.000000000 +0200
@@ -33,7 +33,7 @@
 
 /* *INDENT-OFF* */
 #define NLE_TYPE_QUERY_PARENT_NLE_OBJECT nle_query_parent_nle_object_get_type 
()
-GType nle_query_parent_nle_object_get_type (void) G_GNUC_CONST;
+GType nle_query_parent_nle_object_get_type (void);
 /* *INDENT-ON* */
 
 void nle_query_parent_nle_object_release (NleQueryParentNleObject * query);

++++++ gst-editing-services.obsinfo ++++++
--- /var/tmp/diff_new_pack.OUJq67/_old  2026-08-06 16:28:18.777219642 +0200
+++ /var/tmp/diff_new_pack.OUJq67/_new  2026-08-06 16:28:18.789220056 +0200
@@ -1,5 +1,5 @@
 name: gst-editing-services
-version: 1.28.5
-mtime: 1783546959
-commit: 727ceb91886862d200f423baf36cde2bb7ce5b4d
+version: 1.28.6
+mtime: 1785931179
+commit: 2d3e05cbdad68e47d645f548899b432dc9fb4473
 

Reply via email to