Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package glib2 for openSUSE:Factory checked 
in at 2021-07-21 19:05:59
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/glib2 (Old)
 and      /work/SRC/openSUSE:Factory/.glib2.new.2632 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "glib2"

Wed Jul 21 19:05:59 2021 rev:239 rq:907047 version:2.68.3

Changes:
--------
--- /work/SRC/openSUSE:Factory/glib2/glib2.changes      2021-06-18 
10:13:27.497968233 +0200
+++ /work/SRC/openSUSE:Factory/.glib2.new.2632/glib2.changes    2021-07-21 
19:06:54.819347122 +0200
@@ -1,0 +2,7 @@
+Thu Jul 15 15:02:20 UTC 2021 - Dominique Leuenberger <[email protected]>
+
+- Silence output in libgio-2_0-0 post scriptlet in case the
+  ENV-mimeapps.list files do not exist: we are ready to create them
+  in this case. An error message is only confusing.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ glib2.spec ++++++
--- /var/tmp/diff_new_pack.RmuqlO/_old  2021-07-21 19:06:55.479348269 +0200
+++ /var/tmp/diff_new_pack.RmuqlO/_new  2021-07-21 19:06:55.483348276 +0200
@@ -353,7 +353,7 @@
 %{ldconfig}
 for ENV in gnome xfce lxde
 do mimeapps="%{_localstatedir}/cache/gio-2.0/$ENV-mimeapps.list" &&
-       <"${mimeapps}" || cat >"${mimeapps}" <<EOF
+       2>/dev/null <"${mimeapps}" || cat >"${mimeapps}" <<EOF
 # Dummy file. Install desktop-file-utils to get better defaults.
 [Default Applications]
 EOF

Reply via email to