Hello community,

here is the log from the commit of package glib2 for openSUSE:Factory checked 
in at 2013-08-16 12:25:13
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/glib2 (Old)
 and      /work/SRC/openSUSE:Factory/.glib2.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "glib2"

Changes:
--------
--- /work/SRC/openSUSE:Factory/glib2/glib2.changes      2013-07-16 
15:00:42.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.glib2.new/glib2.changes 2013-08-16 
12:25:15.000000000 +0200
@@ -1,0 +2,25 @@
+Tue Jul 30 07:07:08 UTC 2013 - dims...@opensuse.org
+
+- Update to version 2.37.5:
+  + Implement the Desktop Action specification.
+  + GPropertyAction is a new type of GAction that represents the
+    value of a property on an object, and allows to change the
+    value when activated.
+  + GNetworkMonitorNetlink can now handle default routes via a
+    device.
+  + The gsettings tool now reports failure to write a key (e.g.
+    because the key was locked down).
+  + Miscellaneous new api:
+    - g_variant_new_printf
+    - g_action_print_detailed_name
+    - g_regex_get_max_lookbehind
+  + Bugs fixed: bgo#664444, bgo#684123, bgo#689794, bgo#699259,
+    bgo#700460, bgo#701511, bgo#701609, bgo#703270, bgo#704157,
+    bgo#704250, bgo#704267, bgo#704322, bgo#704424, bgo#704447,
+    bgo#704523, bgo#704543, bgo#704567, bgo#704585, bgo#704587,
+    bgo#704699, bgo#704704, bgo#704873, bgo#704999, bgo#704931.
+  + Updated translations.
+- Rebase glib2-bgo569829-gettext-gkeyfile.patch and
+  glib2-fate300461-gettext-gkeyfile-suse.patch.
+
+-------------------------------------------------------------------

Old:
----
  glib-2.37.4.tar.xz

New:
----
  glib-2.37.5.tar.xz

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

Other differences:
------------------
++++++ glib2.spec ++++++
--- /var/tmp/diff_new_pack.PotCPH/_old  2013-08-16 12:25:16.000000000 +0200
+++ /var/tmp/diff_new_pack.PotCPH/_new  2013-08-16 12:25:16.000000000 +0200
@@ -20,7 +20,7 @@
 
 Name:           glib2
 %define _name glib
-Version:        2.37.4
+Version:        2.37.5
 Release:        0
 # FIXME: Remove libtool BuildRequires and autoreconf call
 # FIXME: find out if tapsets should really be in devel package or in main 
package

++++++ glib-2.37.4.tar.xz -> glib-2.37.5.tar.xz ++++++
/work/SRC/openSUSE:Factory/glib2/glib-2.37.4.tar.xz 
/work/SRC/openSUSE:Factory/.glib2.new/glib-2.37.5.tar.xz differ: char 27, line 1

++++++ glib2-bgo569829-gettext-gkeyfile.patch ++++++
--- /var/tmp/diff_new_pack.PotCPH/_old  2013-08-16 12:25:16.000000000 +0200
+++ /var/tmp/diff_new_pack.PotCPH/_new  2013-08-16 12:25:16.000000000 +0200
@@ -1,7 +1,7 @@
-Index: glib-2.37.2/glib/gkeyfile.c
+Index: glib-2.37.5/glib/gkeyfile.c
 ===================================================================
---- glib-2.37.2.orig/glib/gkeyfile.c
-+++ glib-2.37.2/glib/gkeyfile.c
+--- glib-2.37.5.orig/glib/gkeyfile.c
++++ glib-2.37.5/glib/gkeyfile.c
 @@ -445,6 +445,7 @@ struct _GKeyFile
    GKeyFileFlags flags;
  
@@ -128,14 +128,14 @@
    /* Fallback to untranslated key
     */
    if (!translated_value)
-Index: glib-2.37.2/glib/gkeyfile.h
+Index: glib-2.37.5/glib/gkeyfile.h
 ===================================================================
---- glib-2.37.2.orig/glib/gkeyfile.h
-+++ glib-2.37.2/glib/gkeyfile.h
-@@ -306,6 +306,7 @@ gboolean  g_key_file_remove_group
- #define G_KEY_FILE_DESKTOP_KEY_STARTUP_WM_CLASS "StartupWMClass"
+--- glib-2.37.5.orig/glib/gkeyfile.h
++++ glib-2.37.5/glib/gkeyfile.h
+@@ -307,6 +307,7 @@ gboolean  g_key_file_remove_group
  #define G_KEY_FILE_DESKTOP_KEY_URL              "URL"
  #define G_KEY_FILE_DESKTOP_KEY_DBUS_ACTIVATABLE "DBusActivatable"
+ #define G_KEY_FILE_DESKTOP_KEY_ACTIONS          "Actions"
 +#define G_KEY_FILE_DESKTOP_KEY_GETTEXT_DOMAIN   "X-GNOME-Gettext-Domain"
  
  #define G_KEY_FILE_DESKTOP_TYPE_APPLICATION     "Application"

++++++ glib2-fate300461-gettext-gkeyfile-suse.patch ++++++
--- /var/tmp/diff_new_pack.PotCPH/_old  2013-08-16 12:25:16.000000000 +0200
+++ /var/tmp/diff_new_pack.PotCPH/_new  2013-08-16 12:25:16.000000000 +0200
@@ -1,7 +1,7 @@
-Index: glib-2.37.2/glib/gkeyfile.c
+Index: glib-2.37.5/glib/gkeyfile.c
 ===================================================================
---- glib-2.37.2.orig/glib/gkeyfile.c
-+++ glib-2.37.2/glib/gkeyfile.c
+--- glib-2.37.5.orig/glib/gkeyfile.c
++++ glib-2.37.5/glib/gkeyfile.c
 @@ -446,6 +446,7 @@ struct _GKeyFile
  
    gchar **locales;
@@ -153,14 +153,14 @@
  
            g_free (orig_value);
  
-Index: glib-2.37.2/glib/gkeyfile.h
+Index: glib-2.37.5/glib/gkeyfile.h
 ===================================================================
---- glib-2.37.2.orig/glib/gkeyfile.h
-+++ glib-2.37.2/glib/gkeyfile.h
-@@ -306,7 +306,7 @@ gboolean  g_key_file_remove_group
- #define G_KEY_FILE_DESKTOP_KEY_STARTUP_WM_CLASS "StartupWMClass"
+--- glib-2.37.5.orig/glib/gkeyfile.h
++++ glib-2.37.5/glib/gkeyfile.h
+@@ -307,7 +307,7 @@ gboolean  g_key_file_remove_group
  #define G_KEY_FILE_DESKTOP_KEY_URL              "URL"
  #define G_KEY_FILE_DESKTOP_KEY_DBUS_ACTIVATABLE "DBusActivatable"
+ #define G_KEY_FILE_DESKTOP_KEY_ACTIONS          "Actions"
 -#define G_KEY_FILE_DESKTOP_KEY_GETTEXT_DOMAIN   "X-GNOME-Gettext-Domain"
 +#define G_KEY_FILE_DESKTOP_KEY_GETTEXT_DOMAIN   "X-SUSE-Gettext-Domain"
  

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to