From 00c763ba7c339a7290f482bee817560df8f4e9238ae939e5cc6bc086aaed20f3 Mon Sep 17 00:00:00 2001 From: Vincent Untz Date: Tue, 6 Sep 2011 19:46:37 +0000 Subject: [PATCH] Accepting request 81133 from home:vuntz:branches:GNOME:Factory Update to 2.29.90 OBS-URL: https://build.opensuse.org/request/show/81133 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/glib2?expand=0&rev=161 --- glib-2.29.18.tar.bz2 | 3 --- glib-2.29.90.tar.bz2 | 3 +++ glib2.changes | 32 ++++++++++++++++++++++++++++++++ glib2.spec | 2 +- 4 files changed, 36 insertions(+), 4 deletions(-) delete mode 100644 glib-2.29.18.tar.bz2 create mode 100644 glib-2.29.90.tar.bz2 diff --git a/glib-2.29.18.tar.bz2 b/glib-2.29.18.tar.bz2 deleted file mode 100644 index f8a8fb5..0000000 --- a/glib-2.29.18.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e550927f6df381651d23a091541028266b651b129ebce1d4817ec3ca4230381d -size 7648850 diff --git a/glib-2.29.90.tar.bz2 b/glib-2.29.90.tar.bz2 new file mode 100644 index 0000000..85f9732 --- /dev/null +++ b/glib-2.29.90.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:54ff44fc33fd928f0279c54d89e99e178f8c7dbd0bc8c75027c35ee65ab2e3b4 +size 7609207 diff --git a/glib2.changes b/glib2.changes index 87bde39..0931021 100644 --- a/glib2.changes +++ b/glib2.changes @@ -1,3 +1,35 @@ +------------------------------------------------------------------- +Tue Sep 6 15:35:18 UTC 2011 - vuntz@opensuse.org + +- Update to version 2.29.90: + + API/ABI changes: + - Unix signal watches now match the API of all of the other + sources + - Revert the addition of g_date_time_source_new () from last + release + + Networking and other fixes for Solaris: + - We no longer support symbolic port names (ie: from + /etc/services) + - Check if -lsocket is needed + - Fix g_socket_details_from_fd() + - Avoid getmntinfo + - Fix some harmless warnings + + GDateTime improvements: + - Generally improved standards compliance (with C99) + - Support C99-specified format strings: %g, %G, %V, %c, %C, %w + - Consult the locale for the preferred 12-hour time format (%r) + - Drop support for non-standard %N and broken %W + - Better support for formatting non-POSIX (eg: Arabic) numerals + - Locale-related test case fixups, and fix some leaks + + GTlsInteraction: Add interaction method invocation guarantees + + gdbus-codegen: Post-process all interfaces when parsing >1 file + + Make GMainLoop, GMainContext and GSource boxed types + + Fix a race condition in the first use of g_get_monotonic_time() + + Lots of gtk-doc cleanups + + Better intltool compatibility when generating pot file + + Avoid GCC-specific compiler options when not using GCC + + Updated translations. + ------------------------------------------------------------------- Wed Aug 31 09:52:47 CEST 2011 - vuntz@opensuse.org diff --git a/glib2.spec b/glib2.spec index 560e3a1..c30c9ba 100644 --- a/glib2.spec +++ b/glib2.spec @@ -21,7 +21,7 @@ Name: glib2 %define _name glib -Version: 2.29.18 +Version: 2.29.90 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