Hello community, here is the log from the commit of package glib2 for openSUSE:Factory checked in at 2015-10-25 19:12:31 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 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-10-06 16:23:30.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.glib2.new/glib2.changes 2015-10-25 19:12:35.000000000 +0100 @@ -1,0 +2,31 @@ +Tue Oct 20 17:03:40 CEST 2015 - [email protected] + +- Add glib2-remove_fam_debug_print.patch: remove debug output + "II 1" from the fam monitor (boo#951221, bgo#756879). + +------------------------------------------------------------------- +Wed Oct 14 15:36:13 UTC 2015 - [email protected] + +- Update to version 2.46.1: + + Remove system_header pragma (should fix lack of warnings with + things like g_return_if_fail). + + Move GStrv typedef (and auto-cleanup) from libgobject to + libglib. + + Fix order of trashing files to be closer to what is required in + the specification. Namely, trashinfo files are written first. + This should fix issues with the gvfs trash backend failing to + correctly read the info for recently trashed files (preventing + 'restore'). + + Tweak mime logic to return text/plain on all empty files + instead of returning application/octet-stream. This includes + files that have extensions that imply that they may be other + types of files, which is a slight change of behaviour with + respect to old GLib versions. + + Many win32 fixes. + + Many docs fixes. + + Bugs fixed: bgo#735754, bgo#743011, bgo#749161, bgo#751924, + bgo#752837, bgo#753310, bgo#755083, bgo#755351, bgo#755355, + bgo#755496, bgo#755795, bgo#756179, bgo#756251, bgo#756255. + + Updated translations. + +------------------------------------------------------------------- Old: ---- glib-2.46.0.tar.xz New: ---- glib-2.46.1.tar.xz glib2-remove_fam_debug_print.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ glib2.spec ++++++ --- /var/tmp/diff_new_pack.kRwugm/_old 2015-10-25 19:12:37.000000000 +0100 +++ /var/tmp/diff_new_pack.kRwugm/_new 2015-10-25 19:12:37.000000000 +0100 @@ -20,7 +20,7 @@ Name: glib2 %define _name glib -Version: 2.46.0 +Version: 2.46.1 Release: 0 # FIXME: find out if tapsets should really be in devel package or in main package Summary: General-Purpose Utility Library @@ -50,6 +50,8 @@ Patch13: glib2-suppress-schema-deprecated-path-warning.patch # PATCH-FIX-OPENSUSE glib2-dbus-socket-path.patch bnc#845287 [email protected] -- Have gio look for the system dbus socket in /run instead of /var/run. Patch14: glib2-dbus-socket-path.patch +# PATCH-FIX-UPSTREAM glib2-dbus-socket-path.patch boo#951221 bgo#756879 [email protected] -- remove debug output "II 1" from the fam monitor +Patch15: glib2-remove_fam_debug_print.patch BuildRequires: automake BuildRequires: docbook-xsl-stylesheets BuildRequires: fdupes @@ -258,6 +260,7 @@ %patch11 -p1 %patch13 -p1 %patch14 -p1 +%patch15 cp -a %{S:1} %{S:2} %{S:5} . cp -a %{S:4} gnome_defaults.conf if ! test -f %{_datadir}/aclocal/gtk-doc.m4 ; then ++++++ glib-2.46.0.tar.xz -> glib-2.46.1.tar.xz ++++++ /work/SRC/openSUSE:Factory/glib2/glib-2.46.0.tar.xz /work/SRC/openSUSE:Factory/.glib2.new/glib-2.46.1.tar.xz differ: char 26, line 1 ++++++ glib2-remove_fam_debug_print.patch ++++++ --- gio/fam/gfamfilemonitor.c +++ gio/fam/gfamfilemonitor.c @@ -140,7 +140,7 @@ g_mutex_unlock (&fam_lock); - g_print ("II %d\n", fam_initialised); + /* g_print ("II %d\n", fam_initialised); */ return fam_initialised; }
