From 9fa6d6c1a6dc5edf1b3bbc78f4f5000ab2c47690f0e673a84cc4b9373fc566d3 Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Mon, 1 Nov 2010 20:19:13 +0000 Subject: [PATCH] Accepting request 51921 from home:vuntz:branches:GNOME:Factory OBS-URL: https://build.opensuse.org/request/show/51921 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/glib2?expand=0&rev=111 --- glib-2.27.0.tar.bz2 | 3 --- glib-2.27.1.tar.bz2 | 3 +++ glib2-fix-regex-build.patch | 25 ------------------------ glib2.changes | 38 +++++++++++++++++++++++++++++++++++++ glib2.spec | 9 +++------ 5 files changed, 44 insertions(+), 34 deletions(-) delete mode 100644 glib-2.27.0.tar.bz2 create mode 100644 glib-2.27.1.tar.bz2 delete mode 100644 glib2-fix-regex-build.patch diff --git a/glib-2.27.0.tar.bz2 b/glib-2.27.0.tar.bz2 deleted file mode 100644 index 77b49a9..0000000 --- a/glib-2.27.0.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7266a9580e6984658b3c55bd2683289416e87a26c35e7b1b5f6d5ac87db9ddf4 -size 6564913 diff --git a/glib-2.27.1.tar.bz2 b/glib-2.27.1.tar.bz2 new file mode 100644 index 0000000..84f8368 --- /dev/null +++ b/glib-2.27.1.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6071f91fab89456a425969077325a6679d9d1ccf0ebfca2d030e1bef2b66e868 +size 6747605 diff --git a/glib2-fix-regex-build.patch b/glib2-fix-regex-build.patch deleted file mode 100644 index 5c29ac7..0000000 --- a/glib2-fix-regex-build.patch +++ /dev/null @@ -1,25 +0,0 @@ -commit ac05f990db211a27a950d61ef4bf47335ced7cc4 -Author: Ryan Lortie -Date: Sat Sep 18 12:52:58 2010 -0400 - - Fix header cleaup fallout when using system pcre - - Using the internal pcre has the side effect of exposing gregex.c to - glib.h. When we use the system one, we lose that, so we need to - explicitly include the things we use (glist, gatomic, etc..) - -diff --git a/glib/gregex.c b/glib/gregex.c -index f21fbe8..b62bda7 100644 ---- a/glib/gregex.c -+++ b/glib/gregex.c -@@ -32,6 +32,10 @@ - #include "gtypes.h" - #include "gregex.h" - #include "glibintl.h" -+#include "glist.h" -+#include "gmessages.h" -+#include "gstrfuncs.h" -+#include "gatomic.h" - - /** - * SECTION:gregex diff --git a/glib2.changes b/glib2.changes index 172f04f..0a63699 100644 --- a/glib2.changes +++ b/glib2.changes @@ -1,3 +1,41 @@ +------------------------------------------------------------------- +Mon Nov 1 11:44:58 EDT 2010 - vuntz@opensuse.org + +- Update to version 2.27.1: + + GDateTime now has full week number support. + New API: g_date_time_get_week_numbering_year + + The GSettings schema compiler will now skip over broken .xml + schema files instead of aborting altogether. + + GSettings now works properly on bigendian systems. + + GSettings has more complete support for ranges. + New API: g_settings_get_range and g_settings_range_check + The gsettings commandline tool supports ranges too. + + GApplication has been rewritten; see the API docs for details + and examples. The action support is not complete yet. + + The GLib mainloop has gained 'dispatch to context' + functionality, which can replace manually created idles in many + cases. + New API: g_main_context_invoke and g_main_context_invoke_full + + The gio-desktop-app-info-lookup extension point has been + removed from GIO. GIO now uses x-scheme-handler mimetypes when + looking for default applications. + + On win32, make g_get_user_data_dir() return the + CSIDL_LOCAL_APPDATA folder on Windows, and not CSIDL_PERSONAL. + This matches what Qt does, and has been widely requested. Also + make g_get_user_config_dir() return this and not the (roaming) + CSIDL_APPDATA folder. + + A periodic event clock has been added in GIO: GPeriodic. Note + that this API is still experimental and expected to undergo + changes before it will be incorporated into a stable GLib + release. Use at your own risk. + + Bug fixes: bgo#613822, bgo#618737, bgo#620710, bgo#623400, + bgo#627126, bgo#627171, bgo#628876, bgo#628937, bgo#629274, + bgo#629289, bgo#629687, bgo#629849, bgo#629945, bgo#630000, + bgo#630077, bgo#630185, bgo#630797, bgo#630968, bgo#631263, + bgo#631264, bgo#631379, bgo#631410, bgo#632884. + + Updated translations. +- Drop glib2-fix-regex-build.patch: fixed upstream. + ------------------------------------------------------------------- Mon Nov 1 11:05:30 EDT 2010 - vuntz@opensuse.org diff --git a/glib2.spec b/glib2.spec index 551ec2a..40ccf7e 100644 --- a/glib2.spec +++ b/glib2.spec @@ -1,5 +1,5 @@ # -# spec file for package glib2 (Version 2.27.0) +# spec file for package glib2 (Version 2.27.1) # # Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany. # @@ -21,8 +21,8 @@ Name: glib2 %define _name glib -Version: 2.27.0 -Release: 2 +Version: 2.27.1 +Release: 1 # FIXME: change zlib-devel to pkgconfig(zlib) once we have a recent enough version of zlib # FIXME: find out if tapsets should really be in devel package or in main package License: LGPLv2+ @@ -40,8 +40,6 @@ Source5: macros.glib2 # Please update this file from the latest gtk-doc package: Source6: gtk-doc.m4 Source99: baselibs.conf -# PATCH-FIX-UPSTREAM glib2-fix-regex-build.patch vuntz@opensuse.org -- Fix build of gregex, taken from git -Patch0: glib2-fix-regex-build.patch # PATCH-FIX-OPENSUSE glib2-bnc379332-desktop-su.patch bnc379332 vuntz@novell.com -- Use X-KDE-SubstituteUID Patch8: glib2-bnc379332-desktop-su.patch # PATCH-FEATURE-UPSTREAM glib2-bgo569829-gettext-gkeyfile.patch fate300461 bgo569829 vuntz@novell.com -- Look for translation of desktop entry strings via gettext, part that we share with Ubuntu and try to push upstream @@ -241,7 +239,6 @@ The GObject library provides an object-oriented framework for C. %prep %setup -q -n %{_name}-%{version} translation-update-upstream -%patch0 -p1 %patch8 %patch10 -p1 %patch11 -p1