Hello community, here is the log from the commit of package glib2 for openSUSE:Factory checked in at 2017-10-06 10:59:34 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/glib2 (Old) and /work/SRC/openSUSE:Factory/.glib2.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "glib2" Fri Oct 6 10:59:34 2017 rev:189 rq:531570 version:2.54.1 Changes: -------- --- /work/SRC/openSUSE:Factory/glib2/glib2.changes 2017-09-15 21:06:18.833752288 +0200 +++ /work/SRC/openSUSE:Factory/.glib2.new/glib2.changes 2017-10-06 10:59:45.690811834 +0200 @@ -1,0 +2,14 @@ +Wed Oct 4 17:51:53 CEST 2017 - [email protected] + +- Install dummy *-mimeapps.list files to prevent dead symlinks + (bsc#1061599). + +------------------------------------------------------------------- +Tue Oct 3 18:35:00 UTC 2017 - [email protected] + +- Update to version 2.54.1: + + Bugs fixed: bgo#786737, bgo#787551, bgo#783270, bgo#783210, + bgo#781867. + + Updated translations. + +------------------------------------------------------------------- Old: ---- glib-2.54.0.tar.xz New: ---- glib-2.54.1.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ glib2.spec ++++++ --- /var/tmp/diff_new_pack.cOnxS8/_old 2017-10-06 10:59:46.474693315 +0200 +++ /var/tmp/diff_new_pack.cOnxS8/_new 2017-10-06 10:59:46.474693315 +0200 @@ -19,7 +19,7 @@ %define with_systemtap 0 %define _name glib Name: glib2 -Version: 2.54.0 +Version: 2.54.1 Release: 0 # FIXME: find out if tapsets should really be in devel package or in main package Summary: General-Purpose Utility Library @@ -351,7 +351,16 @@ %post -n libgthread-2_0-0 -p /sbin/ldconfig -%post -n libgio-2_0-0 -p /sbin/ldconfig +%post -n libgio-2_0-0 +/sbin/ldconfig +for ENV in gnome xfce lxde ; do + if ! test -f %{_localstatedir}/cache/gio-2.0/$ENV-mimeapps.list ; then + cat >%{_localstatedir}/cache/gio-2.0/$ENV-mimeapps.list <<EOF +# Dummy file. Install desktop-file-utils to get a better defaults. +[Default Applications] +EOF +fi +done %post -n libgmodule-2_0-0 -p /sbin/ldconfig ++++++ glib-2.54.0.tar.xz -> glib-2.54.1.tar.xz ++++++ /work/SRC/openSUSE:Factory/glib2/glib-2.54.0.tar.xz /work/SRC/openSUSE:Factory/.glib2.new/glib-2.54.1.tar.xz differ: char 26, line 1
