From 06eac3dbb1c2991fe248164e84bf11cad4218ebbd402d59b4d4fefd6d3e0010e Mon Sep 17 00:00:00 2001 From: Marcus Rueckert Date: Wed, 17 Aug 2011 21:00:58 +0000 Subject: [PATCH 1/3] Accepting request 78996 from home:dimstar:branches:GNOME:Factory Update to 2.29.16 OBS-URL: https://build.opensuse.org/request/show/78996 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/glib2?expand=0&rev=159 --- glib-2.29.14.tar.bz2 | 3 --- glib-2.29.16.tar.bz2 | 3 +++ glib2.changes | 26 ++++++++++++++++++++++++++ glib2.spec | 2 +- 4 files changed, 30 insertions(+), 4 deletions(-) delete mode 100644 glib-2.29.14.tar.bz2 create mode 100644 glib-2.29.16.tar.bz2 diff --git a/glib-2.29.14.tar.bz2 b/glib-2.29.14.tar.bz2 deleted file mode 100644 index 9450d9c..0000000 --- a/glib-2.29.14.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d474069c198fb63e0cab401f1baf054c57fe7db9c55650c3d8347d686ca163a0 -size 7382284 diff --git a/glib-2.29.16.tar.bz2 b/glib-2.29.16.tar.bz2 new file mode 100644 index 0000000..be3c981 --- /dev/null +++ b/glib-2.29.16.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e1e82f3c9b30527ead3c7b56bc6f97ecfa7c06aa00bfb27083f8c8e4df7b35da +size 7499682 diff --git a/glib2.changes b/glib2.changes index 66842d6..5bb1b7b 100644 --- a/glib2.changes +++ b/glib2.changes @@ -1,3 +1,29 @@ +------------------------------------------------------------------- +Tue Aug 16 03:44:30 CEST 2011 - dimstar@opensuse.org + +- Update to version 2.29.16: + + GTlsDatabase: an abstract class that provides support or + certificate and key lookup. An implementation will be provided + in glib-networking + + GHmac: Support or HMAC digests + + Misc new API: + - g_ptr_array_add_full: creates a GPtrArray with a preallocated + size and a destroy function + - g_desktop_app_info_get_show_in: checks if a GDesktopAppInfo + should be shown in a given desktop environment + - g_mkdtemp, g_mkdtemp_full, g_dir_make_tmp: create temporary + directories + + Unify thread wakeup implementations of GMainContext and + GCancellable, and use eventfd for it when available + + Show mounts in $XDG_USER_DIR in addition to /media and $HOME + + Bugs fixed: bgo#636572, bgo#644601, bgo#652284, bgo#652827, + bgo#653063, bgo#654078, bgo#654450, bgo#654793, bgo#655044, + bgo#655148, bgo#655241, bgo#655598, bgo#655664, bgo#655769, + bgo#656031, bgo#656048, bgo#656151, bgo#656152, bgo#656162, + bgo#656282, bgo#656283, bgo#118563, bgo#636405, bgo#656039, + bgo#656492 + + Updated translations. + ------------------------------------------------------------------- Tue Jul 26 15:18:31 CEST 2011 - vuntz@opensuse.org diff --git a/glib2.spec b/glib2.spec index 3814d3a..bf3467d 100644 --- a/glib2.spec +++ b/glib2.spec @@ -21,7 +21,7 @@ Name: glib2 %define _name glib -Version: 2.29.14 +Version: 2.29.16 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 From b41a2e412c24efbdbbbae31bdfc92ec18f6a706417f9da1fc70fd89c5c7331f4 Mon Sep 17 00:00:00 2001 From: Vincent Untz Date: Thu, 1 Sep 2011 23:49:06 +0000 Subject: [PATCH 2/3] Accepting request 80329 from home:vuntz:branches:GNOME:Factory Update to 2.29.18 OBS-URL: https://build.opensuse.org/request/show/80329 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/glib2?expand=0&rev=160 --- glib-2.29.16.tar.bz2 | 3 --- glib-2.29.18.tar.bz2 | 3 +++ glib2.changes | 16 ++++++++++++++++ glib2.spec | 5 +++-- 4 files changed, 22 insertions(+), 5 deletions(-) delete mode 100644 glib-2.29.16.tar.bz2 create mode 100644 glib-2.29.18.tar.bz2 diff --git a/glib-2.29.16.tar.bz2 b/glib-2.29.16.tar.bz2 deleted file mode 100644 index be3c981..0000000 --- a/glib-2.29.16.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e1e82f3c9b30527ead3c7b56bc6f97ecfa7c06aa00bfb27083f8c8e4df7b35da -size 7499682 diff --git a/glib-2.29.18.tar.bz2 b/glib-2.29.18.tar.bz2 new file mode 100644 index 0000000..f8a8fb5 --- /dev/null +++ b/glib-2.29.18.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e550927f6df381651d23a091541028266b651b129ebce1d4817ec3ca4230381d +size 7648850 diff --git a/glib2.changes b/glib2.changes index 5bb1b7b..87bde39 100644 --- a/glib2.changes +++ b/glib2.changes @@ -1,3 +1,19 @@ +------------------------------------------------------------------- +Wed Aug 31 09:52:47 CEST 2011 - vuntz@opensuse.org + +- Update to version 2.29.18: + + GDateTime is now respecting LC_TIME when formatting + + GTimeZoneMonitor has been removed again + + A new API for wallclock functionality has been added: + g_date_time_source_new(). This API is still experimental + and may be changed or removed before 2.30. + + Bugs fixed: bgo#628904, bgo#650763, bgo#655129, bgo#656341, + bgo#656387, bgo#656443, bgo#656675, bgo#656772, bgo#656914, + bgo#657083, bgo#657084, bgo#657138, bgo#657206, bgo#657243, + bgo#657274, bgo#657336, bgo#657452, bgo#657454, bgo#657540, + bgo#657593, bgo#646082, bgo#657517. + + Updated translations. + ------------------------------------------------------------------- Tue Aug 16 03:44:30 CEST 2011 - dimstar@opensuse.org diff --git a/glib2.spec b/glib2.spec index bf3467d..560e3a1 100644 --- a/glib2.spec +++ b/glib2.spec @@ -21,7 +21,7 @@ Name: glib2 %define _name glib -Version: 2.29.16 +Version: 2.29.18 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 @@ -464,7 +464,8 @@ rm -rf %{buildroot} %{_includedir}/gio-unix-2.0 %{_libdir}/lib*.so %dir %{_libdir}/glib-2.0/ -%{_libdir}/gdbus-codegen/ +%dir %{_libdir}/gdbus-2.0/ +%{_libdir}/gdbus-2.0/codegen/ %{_libdir}/glib-2.0/include/ %{_libdir}/pkgconfig/*.pc %{_datadir}/gtk-doc/html/gio From 00c763ba7c339a7290f482bee817560df8f4e9238ae939e5cc6bc086aaed20f3 Mon Sep 17 00:00:00 2001 From: Vincent Untz Date: Tue, 6 Sep 2011 19:46:37 +0000 Subject: [PATCH 3/3] 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