Hello community,

here is the log from the commit of package glib2 for openSUSE:Factory checked 
in at 2017-06-12 15:07:56
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/glib2 (Old)
 and      /work/SRC/openSUSE:Factory/.glib2.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "glib2"

Mon Jun 12 15:07:56 2017 rev:185 rq:501742 version:2.52.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/glib2/glib2.changes      2017-05-31 
12:15:21.989461356 +0200
+++ /work/SRC/openSUSE:Factory/.glib2.new/glib2.changes 2017-06-12 
15:07:57.531545457 +0200
@@ -7,0 +8,7 @@
+Fri May 26 05:57:24 UTC 2017 - o...@aepfle.de
+
+- Remove version string from files generated by gdbus-codegen
+  to avoid needless republishing of pkgs depending on glib2-devel
+  added glib2-gdbus-codegen-version.patch
+
+-------------------------------------------------------------------

New:
----
  glib2-gdbus-codegen-version.patch

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

Other differences:
------------------
++++++ glib2.spec ++++++
--- /var/tmp/diff_new_pack.Gdyift/_old  2017-06-12 15:07:58.987339947 +0200
+++ /var/tmp/diff_new_pack.Gdyift/_new  2017-06-12 15:07:58.987339947 +0200
@@ -52,6 +52,7 @@
 Patch14:        glib2-dbus-socket-path.patch
 # PATCH-FIX-UPSTREAM 
glib2-gmain-only-signal-GWakeup-right-before-or-during-a-b.patch bgo761102 
pbonz...@redhat.com -- Fix event loop thread wakeup issue
 Patch15:               
glib2-gmain-only-signal-GWakeup-right-before-or-during-a-b.patch
+Patch16:        glib2-gdbus-codegen-version.patch
 BuildRequires:  automake
 BuildRequires:  docbook-xsl-stylesheets
 BuildRequires:  fdupes
@@ -266,6 +267,7 @@
 %patch13 -p1
 %patch14 -p1
 %patch15 -p1
+%patch16 -p1
 cp -a %{S:1} %{S:2} %{S:5} .
 cp -a %{S:4} gnome_defaults.conf
 if ! test -f %{_datadir}/aclocal/gtk-doc.m4 ; then

++++++ glib2-gdbus-codegen-version.patch ++++++
--- a/gio/gdbus-2.0/codegen/codegen.py
+++ b/gio/gdbus-2.0/codegen/codegen.py
@@ -56,12 +56,12 @@ class CodeGenerator:
 
     def generate_intro(self):
         self.c.write('/*\n'
-                     ' * Generated by gdbus-codegen %s. DO NOT EDIT.\n'
+                     ' * Generated by gdbus-codegen. DO NOT EDIT.\n'
                      ' *\n'
                      ' * The license of this code is the same as for the 
source it was derived from.\n'
                      ' */\n'
                      '\n'
-                     %(config.VERSION))
+                     )
         self.c.write('#ifdef HAVE_CONFIG_H\n'
                      '#  include "config.h"\n'
                      '#endif\n'
@@ -220,14 +220,14 @@ class CodeGenerator:
                      '\n')
 
         self.h.write('/*\n'
-                     ' * Generated by gdbus-codegen %s. DO NOT EDIT.\n'
+                     ' * Generated by gdbus-codegen. DO NOT EDIT.\n'
                      ' *\n'
                      ' * The license of this code is the same as for the 
source it was derived from.\n'
                      ' */\n'
                      '\n'
                      '#ifndef __%s__\n'
                      '#define __%s__\n'
-                     '\n'%(config.VERSION, self.header_guard, 
self.header_guard))
+                     '\n'%(self.header_guard, self.header_guard))
         self.h.write('#include <gio/gio.h>\n'
                      '\n'
                      'G_BEGIN_DECLS\n'

Reply via email to