diff --git a/glib-2.37.4.tar.xz b/glib-2.37.4.tar.xz deleted file mode 100644 index c57c972..0000000 --- a/glib-2.37.4.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7e76a32e6ea0ced118aa64f87e46cdf5c3e90527f1f0eb93eabe42a03cebd1e7 -size 6698320 diff --git a/glib-2.37.5.tar.xz b/glib-2.37.5.tar.xz new file mode 100644 index 0000000..c04b97c --- /dev/null +++ b/glib-2.37.5.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3fa4cd8ec1758744675d9e35106e8f654c2ebdf03564525c5d72a8915f11960a +size 6717524 diff --git a/glib2-bgo569829-gettext-gkeyfile.patch b/glib2-bgo569829-gettext-gkeyfile.patch index 23e1411..eab23f8 100644 --- a/glib2-bgo569829-gettext-gkeyfile.patch +++ b/glib2-bgo569829-gettext-gkeyfile.patch @@ -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 @@ Index: glib-2.37.2/glib/gkeyfile.c /* 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" diff --git a/glib2-fate300461-gettext-gkeyfile-suse.patch b/glib2-fate300461-gettext-gkeyfile-suse.patch index 5821f20..d062f95 100644 --- a/glib2-fate300461-gettext-gkeyfile-suse.patch +++ b/glib2-fate300461-gettext-gkeyfile-suse.patch @@ -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 @@ Index: glib-2.37.2/glib/gkeyfile.c 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" diff --git a/glib2.changes b/glib2.changes index 7893cb8..47b3593 100644 --- a/glib2.changes +++ b/glib2.changes @@ -1,3 +1,28 @@ +------------------------------------------------------------------- +Tue Jul 30 07:07:08 UTC 2013 - dimstar@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. + ------------------------------------------------------------------- Tue Jul 9 20:03:10 UTC 2013 - dimstar@opensuse.org diff --git a/glib2.spec b/glib2.spec index 7e61281..a898eec 100644 --- a/glib2.spec +++ b/glib2.spec @@ -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