Accepting request 184956 from home:dimstar:branches:GNOME:Factory

Update to 2.37.5

OBS-URL: https://build.opensuse.org/request/show/184956
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/glib2?expand=0&rev=233
This commit is contained in:
Dominique Leuenberger 2013-07-31 18:54:03 +00:00 committed by Git OBS Bridge
parent 6a24cdfb1f
commit b1c800c497
6 changed files with 45 additions and 20 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:7e76a32e6ea0ced118aa64f87e46cdf5c3e90527f1f0eb93eabe42a03cebd1e7
size 6698320

3
glib-2.37.5.tar.xz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:3fa4cd8ec1758744675d9e35106e8f654c2ebdf03564525c5d72a8915f11960a
size 6717524

View File

@ -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"

View File

@ -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"

View File

@ -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

View File

@ -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