Hello community,

here is the log from the commit of package gnome-control-center for 
openSUSE:Factory checked in at 2014-10-14 13:24:41
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/gnome-control-center (Old)
 and      /work/SRC/openSUSE:Factory/.gnome-control-center.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "gnome-control-center"

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/gnome-control-center/gnome-control-center.changes    
    2014-10-05 20:28:01.000000000 +0200
+++ 
/work/SRC/openSUSE:Factory/.gnome-control-center.new/gnome-control-center.changes
   2014-10-14 13:24:49.000000000 +0200
@@ -1,0 +2,6 @@
+Sat Oct 11 12:29:38 UTC 2014 - [email protected]
+
+- Update gnome-control-center-allow-extra-tools-in-shell.patch:
+  ensure g_strconcat has a NULL Sentinel (boo#900782).
+
+-------------------------------------------------------------------
@@ -22 +28 @@
-- Drop gnome-control-center-bg-translation.patch: Fixed upstream..
+- Drop gnome-control-center-bg-translation.patch: Fixed upstream.

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

Other differences:
------------------
++++++ gnome-control-center-allow-extra-tools-in-shell.patch ++++++
--- /var/tmp/diff_new_pack.sLsNED/_old  2014-10-14 13:24:51.000000000 +0200
+++ /var/tmp/diff_new_pack.sLsNED/_new  2014-10-14 13:24:51.000000000 +0200
@@ -94,7 +94,7 @@
 +      {
        desktop_name = g_strconcat ("gnome-", all_panels[i].name,
                                    "-panel.desktop", NULL);
-+      name = g_strconcat (all_panels[i].name);
++      name = g_strconcat (all_panels[i].name, NULL);
 +      }
        app = g_desktop_app_info_new (desktop_name);
        g_free (desktop_name);

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to