From 348d8c0d0896568c48c1595d4a19b0c7a10277f4d6180ea4fd52c42561b44a65 Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Thu, 19 Mar 2015 14:35:31 +0000 Subject: [PATCH 1/2] Accepting request 291520 from GNOME:Next Scripted push of project GNOME:Next OBS-URL: https://build.opensuse.org/request/show/291520 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/glib2?expand=0&rev=268 --- glib-2.42.2.tar.xz | 3 -- glib-2.43.92.tar.xz | 3 ++ glib2.changes | 129 ++++++++++++++++++++++++++++++++++++++++++++ glib2.spec | 4 +- 4 files changed, 134 insertions(+), 5 deletions(-) delete mode 100644 glib-2.42.2.tar.xz create mode 100644 glib-2.43.92.tar.xz diff --git a/glib-2.42.2.tar.xz b/glib-2.42.2.tar.xz deleted file mode 100644 index 53d1250..0000000 --- a/glib-2.42.2.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a3cc1ebd2bd310a9fdf42ae4293ee713cdf1764bd29f552febf3bf44cadae7db -size 7002480 diff --git a/glib-2.43.92.tar.xz b/glib-2.43.92.tar.xz new file mode 100644 index 0000000..f888f5f --- /dev/null +++ b/glib-2.43.92.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fec93e24b2c317db3a92ef7aba4ca800b9a2b83c64b6d10fc256a0af4913ceb4 +size 7226440 diff --git a/glib2.changes b/glib2.changes index 30b8bc4..9338da8 100644 --- a/glib2.changes +++ b/glib2.changes @@ -1,3 +1,132 @@ +------------------------------------------------------------------- +Tue Mar 17 08:13:01 UTC 2015 - dimstar@opensuse.org + +- Update to version 2.43.92: + + GUnixMountMonitor now properly supports multiple main contexts + + Many documentation improvements and cleanups. We are now + approaching a point where the documentation is 100% complete + and the xml will build without warnings. This will probably be + enabled by default in the next cycle. + + New support for HTTP proxies in GIO. + + New GTask:completed property. + + Use "private" futexes in order to further improve the + performance of the contended case of GMutex and g_bit_lock(). + + Bugs fixed: bgo#614684, bgo#730352, bgo#733876, bgo#741442, + bgo#742599, bgo#743636, bgo#743661, bgo#744722, bgo#745589, + bgo#745634. + + Updated translations. + +------------------------------------------------------------------- +Tue Mar 3 00:16:34 UTC 2015 - dimstar@opensuse.org + +- Update to version 2.43.91: + + We have now added 'g_autofree' as a libgsystem-style + autocleanup macro that calls g_free() on the content of a local + variable when it leaves scope (working only on GCC and clang). + + GApplication now has an "is-busy" property, allowing one to + query the effective busy state. + + There have been various other bugfixes and cleanups. + + Bugs fixed: bgo#661554, bgo#744263, bgo#744565, bgo#744747, + bgo#744756, bgo#744830, bgo#744876, bgo#745239. + + Updated translations. + +------------------------------------------------------------------- +Thu Feb 26 15:05:59 UTC 2015 - dimstar@opensuse.org + +- Update to version 2.43.90: + + New GSimpleIOStream class to construct a GIOStream from an + arbitrary GInputStream and GOutputStream. + + GApplication: new API for marking 'busy' state according to the + value of a boolean property on another object. + + GOptionGroup: add binding support (boxed type, annotation + fixes, etc.) + + Bugs fixed: bgo#739724, bgo#741024, bgo#741630, bgo#743349, + bgo#743990, bgo#744565. + + Updated translations. + +------------------------------------------------------------------- +Thu Feb 26 15:05:58 UTC 2015 - zaitor@opensuse.org + +- Update to version 2.43.4: + + GType now has type declaration macros G_DECLARE_DERIVABLE_TYPE, + G_DECLARE_FINAL_TYPE and G_DECLARE_INTERFACE, which + significantly reduce the boilerplate needed for GObject types + and interfaces. + + g_autoptr and g_auto are macros for declaring variables with + automatic cleanup. They only work with gcc and clang. + + GListModel is a new interface that represents a dynamic list of + GObjects. + + GListStore is a GSequence-based implementation of GListModel. + + Support thread names on OS X. + + g_simple_action_set_state_hint: New function to set the state + hint of GSimpleActions. + + g_win32_check_windows_version: New function to check Windows + version. + + g_settings_schema_list_children and + g_settings_schema_key_get_name are new functions to complete + the GSettingsSchema API. + + Bugs fixed: bgo#389585, bgo#729351, bgo#736914, bgo#741807, + bgo#741895, bgo#742456, bgo#743508, bgo#743517, bgo#743521, + bgo#743596, bgo#743640, bgo#743827, bgo#743927, bgo#743936, + bgo#744012, bgo#744190. + +------------------------------------------------------------------- +Thu Feb 26 15:05:57 UTC 2015 - badshah400@gmail.com + +- Update to version 2.43.3: + + Add g_set_object() convenience function. + + GNetworkMonitor: check if NM is not running and don't crash. + + Fix some races with g_mkdir_with_parents. + + Fix some warnings in MSVC. + + Avoid use of G_STRLOC in G_OBJECT_WARN_INVALID_PSPEC in order + to save on static strings. + + Fix some content type vs. mime issues. + + Documentation improvements. + + Bugs fixed: bgo#719455, bgo#732439, bgo#734946, bgo#741589 + bgo#741653, bgo#741654, bgo#741707, bgo#741788, bgo#742548 + bgo#742851, bgo#742972, bgo#743014. + + Updated translations. + +------------------------------------------------------------------- +Thu Feb 26 15:05:56 UTC 2015 - zaitor@opensuse.org + +- Update to version 2.43.2: + + New functions: g_strv_contains, g_network_address_new_loopback, + g_socket_send_messages. + + A new GNetworkMonitor implementation using NetworkManager + provides more detailed connectivity information. + + Bugs fixed: bgo#11059, bgo#664562, bgo#685880, bgo#712570, + bgo#719646, bgo#728928, bgo#732317, bgo#740814, bgo#740848, + bgo#741016, bgo#741226. + + Updated translations. + +------------------------------------------------------------------- +Thu Feb 26 15:05:55 UTC 2015 - zaitor@opensuse.org + +- Update to version 2.43.1: + + GQueue now accepts NULL as a sibling in g_queue_insert_before() + and g_queue_insert_after(). + + Bugs fixed: bgo#11059, bgo#726037, bgo#727988, bgo#729739, + bgo#733791, bgo#736286, bgo#736620, bgo#737150, bgo#737160, + bgo#738259, bgo#738551, bgo#738633, bgo#740157, bgo#740309, + bgo#740413. + + Updated translations. + +------------------------------------------------------------------- +Thu Feb 26 15:05:54 UTC 2015 - zaitor@opensuse.org + +- Update to version 2.43.0: + + GObject gained a debug option to provide instance counts. To + use it, set GOBJECT_DEBUG=instance-count and call + g_type_get_instance_count(). + + GOption now has a strict POSIX mode in which it stops parsing + arguments as soon as a non-option argument is encountered. + + Bugs fixed: bgo#354457, bgo#695082, bgo#723160, bgo#729739, + bgo#733338, bgo#736273, bgo#736284, bgo#736914, bgo#737259, + bgo#737338, bgo#737446, bgo#737451, bgo#737741, bgo#737869, + bgo#738374, bgo#738675. + + Updated translations. + ------------------------------------------------------------------- Thu Feb 26 15:05:53 UTC 2015 - zaitor@opensuse.org diff --git a/glib2.spec b/glib2.spec index 60f399b..112ba3e 100644 --- a/glib2.spec +++ b/glib2.spec @@ -20,14 +20,14 @@ Name: glib2 %define _name glib -Version: 2.42.2 +Version: 2.43.92 Release: 0 # FIXME: find out if tapsets should really be in devel package or in main package Summary: General-Purpose Utility Library License: LGPL-2.1+ Group: System/Libraries Url: http://www.gtk.org/ -Source: http://download.gnome.org/sources/glib/2.42/%{_name}-%{version}.tar.xz +Source: http://download.gnome.org/sources/glib/2.43/%{_name}-%{version}.tar.xz Source1: glib2.sh Source2: glib2.csh # Not upstream file. Only proposes upstream packages: From 977cbbf2bbd512a1c7be7bedda19580a5fbcccad48e626453671e2c9830c0a09 Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Wed, 25 Mar 2015 09:02:13 +0000 Subject: [PATCH 2/2] Accepting request 292843 from GNOME:Next Scripted push of project GNOME:Next OBS-URL: https://build.opensuse.org/request/show/292843 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/glib2?expand=0&rev=269 --- glib-2.43.92.tar.xz | 3 --- glib-2.44.0.tar.xz | 3 +++ glib2.changes | 8 ++++++++ glib2.spec | 4 ++-- 4 files changed, 13 insertions(+), 5 deletions(-) delete mode 100644 glib-2.43.92.tar.xz create mode 100644 glib-2.44.0.tar.xz diff --git a/glib-2.43.92.tar.xz b/glib-2.43.92.tar.xz deleted file mode 100644 index f888f5f..0000000 --- a/glib-2.43.92.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:fec93e24b2c317db3a92ef7aba4ca800b9a2b83c64b6d10fc256a0af4913ceb4 -size 7226440 diff --git a/glib-2.44.0.tar.xz b/glib-2.44.0.tar.xz new file mode 100644 index 0000000..7d051a8 --- /dev/null +++ b/glib-2.44.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f2d362b106a08fa801770d41829a06fcfe287a00421018869eebf5efc796f5b9 +size 7239980 diff --git a/glib2.changes b/glib2.changes index 9338da8..89cf604 100644 --- a/glib2.changes +++ b/glib2.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Mon Mar 23 17:10:31 UTC 2015 - dimstar@opensuse.org + +- Update to version 2.44.0: + + gsocket: Document FD ownership with g_socket_new_from_fd() + (bgo#730188). + + Updated translations. + ------------------------------------------------------------------- Tue Mar 17 08:13:01 UTC 2015 - dimstar@opensuse.org diff --git a/glib2.spec b/glib2.spec index 112ba3e..45301d7 100644 --- a/glib2.spec +++ b/glib2.spec @@ -20,14 +20,14 @@ Name: glib2 %define _name glib -Version: 2.43.92 +Version: 2.44.0 Release: 0 # FIXME: find out if tapsets should really be in devel package or in main package Summary: General-Purpose Utility Library License: LGPL-2.1+ Group: System/Libraries Url: http://www.gtk.org/ -Source: http://download.gnome.org/sources/glib/2.43/%{_name}-%{version}.tar.xz +Source: http://download.gnome.org/sources/glib/2.44/%{_name}-%{version}.tar.xz Source1: glib2.sh Source2: glib2.csh # Not upstream file. Only proposes upstream packages: