Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package zenity for openSUSE:Factory checked 
in at 2022-04-30 00:44:58
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/zenity (Old)
 and      /work/SRC/openSUSE:Factory/.zenity.new.1538 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "zenity"

Sat Apr 30 00:44:58 2022 rev:67 rq:973169 version:3.42.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/zenity/zenity.changes    2022-04-05 
19:55:20.254311090 +0200
+++ /work/SRC/openSUSE:Factory/.zenity.new.1538/zenity.changes  2022-04-30 
00:45:38.318956645 +0200
@@ -1,0 +2,9 @@
+Wed Apr 27 11:21:37 UTC 2022 - Dominique Leuenberger <dims...@opensuse.org>
+
+- Update to version 3.42.1:
+  + scale: Make OK button default (allows pressing Enter to accept
+    selected value).
+  + Fix maximum width of message dialogs to 60 characters, and make
+    message dialogs non-resizable (fixes regression from 3b64d05e).
+
+-------------------------------------------------------------------

Old:
----
  zenity-3.42.0.tar.xz

New:
----
  zenity-3.42.1.tar.xz

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

Other differences:
------------------
++++++ zenity.spec ++++++
--- /var/tmp/diff_new_pack.mD7v80/_old  2022-04-30 00:45:38.850957107 +0200
+++ /var/tmp/diff_new_pack.mD7v80/_new  2022-04-30 00:45:38.854957110 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           zenity
-Version:        3.42.0
+Version:        3.42.1
 Release:        0
 Summary:        GNOME Command Line Dialog Utility
 License:        LGPL-2.1-or-later

++++++ zenity-3.42.0.tar.xz -> zenity-3.42.1.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/zenity-3.42.0/NEWS new/zenity-3.42.1/NEWS
--- old/zenity-3.42.0/NEWS      2022-04-01 03:05:08.551353700 +0200
+++ new/zenity-3.42.1/NEWS      2022-04-27 03:33:34.634853100 +0200
@@ -1,3 +1,9 @@
+Zenity 3.42.1
+    - scale: Make OK button default (allows pressing Enter to accept selected
+      value) (hydrargyrum)
+    - Fix maximum width of message dialogs to 60 characters, and make message
+      dialogs non-resizable (fixes regression from 3b64d05e) (David King)
+
 Zenity 3.42.0
     - tree: Clicking row checks radio/checkboxes (Logan Rathbone)
     - Fix search column selection with --imagelist (Janne Pulkkinen)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/zenity-3.42.0/meson.build 
new/zenity-3.42.1/meson.build
--- old/zenity-3.42.0/meson.build       2022-04-01 03:05:08.588353600 +0200
+++ new/zenity-3.42.1/meson.build       2022-04-27 03:33:34.670853100 +0200
@@ -1,5 +1,5 @@
 project('zenity', 'c',
-  version: '3.42.0',
+  version: '3.42.1',
   meson_version: '>=0.53.0',
   license: 'LGPL-2.1-or-later'
 )
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/zenity-3.42.0/src/msg.c new/zenity-3.42.1/src/msg.c
--- old/zenity-3.42.0/src/msg.c 2022-04-01 03:05:08.607353700 +0200
+++ new/zenity-3.42.1/src/msg.c 2022-04-27 03:33:34.687853000 +0200
@@ -202,12 +202,10 @@
        if (data->width > -1)
                gtk_widget_set_size_request (GTK_WIDGET (text), data->width, 
-1);
        else if (!msg_data->ellipsize && !msg_data->no_wrap) {
-               // the magic number 60 is picked from 
gtk+/gtk/ui/gtkmessagedialog.ui
-               // however, 60 would increase the distance between the icon and 
the
-               // text,
-               // decreasing to 10 fix it.
+               /* The magic number 60 is taken from 
gtk+/gtk/ui/gtkmessagedialog.ui
+                  with 10 as a minimum width. */
                gtk_label_set_width_chars (GTK_LABEL (text), 10);
-               gtk_label_set_max_width_chars (GTK_LABEL (text), 10);
+               gtk_label_set_max_width_chars (GTK_LABEL (text), 60);
        }
 
        if (data->modal)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/zenity-3.42.0/src/zenity.ui 
new/zenity-3.42.1/src/zenity.ui
--- old/zenity-3.42.0/src/zenity.ui     2022-04-01 03:05:08.610353700 +0200
+++ new/zenity-3.42.1/src/zenity.ui     2022-04-27 03:33:34.689853200 +0200
@@ -46,6 +46,7 @@
                 <property name="can_focus">True</property>
                 <property name="can_default">True</property>
                 <property name="receives_default">False</property>
+                <property name="has_default">True</property>
               </object>
               <packing>
                 <property name="expand">False</property>
@@ -465,6 +466,7 @@
     <property name="title" translatable="yes">Error</property>
     <property name="window_position">center</property>
     <property name="type_hint">dialog</property>
+    <property name="resizable">false</property>
     <signal name="destroy" handler="gtk_main_quit" swapped="no"/>
     <child internal-child="vbox">
       <object class="GtkBox" id="dialog-vbox7">
@@ -681,6 +683,7 @@
     <property name="title" translatable="yes">Information</property>
     <property name="window_position">center</property>
     <property name="type_hint">dialog</property>
+    <property name="resizable">false</property>
     <signal name="destroy" handler="gtk_main_quit" swapped="no"/>
     <child internal-child="vbox">
       <object class="GtkBox" id="dialog-vbox9">
@@ -882,6 +885,7 @@
     <property name="title" translatable="yes">Question</property>
     <property name="window_position">center</property>
     <property name="type_hint">dialog</property>
+    <property name="resizable">false</property>
     <signal name="destroy" handler="gtk_main_quit" swapped="no"/>
     <child internal-child="vbox">
       <object class="GtkBox" id="dialog-vbox3">
@@ -1064,6 +1068,7 @@
     <property name="title" translatable="yes">Warning</property>
     <property name="window_position">center</property>
     <property name="type_hint">dialog</property>
+    <property name="resizable">false</property>
     <signal name="destroy" handler="gtk_main_quit" swapped="no"/>
     <child internal-child="vbox">
       <object class="GtkBox" id="dialog-vbox1">

Reply via email to