Script 'mail_helper' called by obssrc
Hello community,

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

Package is "gnome-disk-utility"

Wed Jul 21 19:06:01 2021 rev:76 rq:907049 version:40.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/gnome-disk-utility/gnome-disk-utility.changes    
2021-05-06 22:51:39.698988444 +0200
+++ 
/work/SRC/openSUSE:Factory/.gnome-disk-utility.new.2632/gnome-disk-utility.changes
  2021-07-21 19:06:55.799348826 +0200
@@ -1,0 +2,7 @@
+Sun Jul 11 13:01:55 UTC 2021 - Bj??rn Lie <[email protected]>
+
+- Update to version 40.2:
+  + gdusdmonitor: Fix notification icon.
+  + Escape hyperlink text in mount point label.
+
+-------------------------------------------------------------------

Old:
----
  gnome-disk-utility-40.1.tar.xz

New:
----
  gnome-disk-utility-40.2.tar.xz

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

Other differences:
------------------
++++++ gnome-disk-utility.spec ++++++
--- /var/tmp/diff_new_pack.ecVWdX/_old  2021-07-21 19:06:56.219349555 +0200
+++ /var/tmp/diff_new_pack.ecVWdX/_new  2021-07-21 19:06:56.223349562 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           gnome-disk-utility
-Version:        40.1
+Version:        40.2
 Release:        0
 Summary:        Disks application for dealing with storage devices
 License:        GPL-2.0-or-later

++++++ gnome-disk-utility-40.1.tar.xz -> gnome-disk-utility-40.2.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gnome-disk-utility-40.1/NEWS 
new/gnome-disk-utility-40.2/NEWS
--- old/gnome-disk-utility-40.1/NEWS    2021-05-01 19:28:48.233709600 +0200
+++ new/gnome-disk-utility-40.2/NEWS    2021-07-10 23:58:52.324780000 +0200
@@ -1,3 +1,12 @@
+40.2 - July 10, 2021
+====================
+
+Manuel Wassermann:
+ * gdusdmonitor: Fix notification icon
+
+Kai L??ke:
+ * Escape hyperlink text in mount point label
+
 40.1 - May 1, 2021
 ==================
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gnome-disk-utility-40.1/meson.build 
new/gnome-disk-utility-40.2/meson.build
--- old/gnome-disk-utility-40.1/meson.build     2021-05-01 19:28:48.241709500 
+0200
+++ new/gnome-disk-utility-40.2/meson.build     2021-07-10 23:58:52.328780200 
+0200
@@ -1,6 +1,6 @@
 project(
   'gnome-disk-utility', 'c',
-  version: '40.1',
+  version: '40.2',
   license: 'GPL2.0',
   default_options: 'buildtype=debugoptimized',
   meson_version: '>= 0.50.0',
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gnome-disk-utility-40.1/src/disks/gduwindow.c 
new/gnome-disk-utility-40.2/src/disks/gduwindow.c
--- old/gnome-disk-utility-40.1/src/disks/gduwindow.c   2021-05-01 
19:28:48.681711200 +0200
+++ new/gnome-disk-utility-40.2/src/disks/gduwindow.c   2021-07-10 
23:58:52.508780500 +0200
@@ -2542,7 +2542,7 @@
             }
           else
             {
-              s = g_strdup_printf ("<a href=\"file://%s\">%s</a>",
+              s = g_markup_printf_escaped ("<a href=\"file://%s\">%s</a>",
                                    mount_points[0], mount_points[0]);
             }
           /* Translators: Shown as in-use part of 'Contents'. The first %s is 
the mount point, e.g. /media/foobar */
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gnome-disk-utility-40.1/src/notify/gdusdmonitor.c 
new/gnome-disk-utility-40.2/src/notify/gdusdmonitor.c
--- old/gnome-disk-utility-40.1/src/notify/gdusdmonitor.c       2021-05-01 
19:28:48.693711300 +0200
+++ new/gnome-disk-utility-40.2/src/notify/gdusdmonitor.c       2021-07-10 
23:58:52.512780400 +0200
@@ -356,7 +356,7 @@
                        C_("notify-smart", "Hard Disk Problems Detected"),
                        /* Translators: This is used as the text of the SMART 
failure notification */
                        C_("notify-smart", "A hard disk is likely to fail 
soon."),
-                       "gnome-disks",
+                       "org.gnome.DiskUtility",
                        "examine-smart",
                        /* Translators: Text for button in SMART failure 
notification */
                        C_("notify-smart", "Examine"));

Reply via email to