Hello community,

here is the log from the commit of package glib2 for openSUSE:Factory checked 
in at 2015-03-30 19:26:41
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/glib2 (Old)
 and      /work/SRC/openSUSE:Factory/.glib2.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "glib2"

Changes:
--------
--- /work/SRC/openSUSE:Factory/glib2/glib2.changes      2015-03-03 
11:10:02.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.glib2.new/glib2.changes 2015-03-30 
19:26:43.000000000 +0200
@@ -1,0 +2,137 @@
+Mon Mar 23 17:10:31 UTC 2015 - [email protected]
+
+- 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 - [email protected]
+
+- 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 - [email protected]
+
+- 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 - [email protected]
+
+- 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 - [email protected]
+
+- 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 - [email protected]
+
+- 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 - [email protected]
+
+- 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 - [email protected]
+
+- 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 - [email protected]
+
+- 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.
+
+-------------------------------------------------------------------

Old:
----
  glib-2.42.2.tar.xz

New:
----
  glib-2.44.0.tar.xz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ glib2.spec ++++++
--- /var/tmp/diff_new_pack.nehJQJ/_old  2015-03-30 19:26:45.000000000 +0200
+++ /var/tmp/diff_new_pack.nehJQJ/_new  2015-03-30 19:26:45.000000000 +0200
@@ -20,14 +20,14 @@
 
 Name:           glib2
 %define _name glib
-Version:        2.42.2
+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.42/%{_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:

++++++ glib-2.42.2.tar.xz -> glib-2.44.0.tar.xz ++++++
/work/SRC/openSUSE:Factory/glib2/glib-2.42.2.tar.xz 
/work/SRC/openSUSE:Factory/.glib2.new/glib-2.44.0.tar.xz differ: char 26, line 1


Reply via email to