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
This commit is contained in:
Dominique Leuenberger 2015-03-19 14:35:31 +00:00 committed by Git OBS Bridge
parent f0c7c94418
commit 348d8c0d08
4 changed files with 134 additions and 5 deletions

View File

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

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

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

View File

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

View File

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