Hello community,

here is the log from the commit of package yast2-snapper for openSUSE:Factory 
checked in at 2017-10-10 11:35:31
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/yast2-snapper (Old)
 and      /work/SRC/openSUSE:Factory/.yast2-snapper.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "yast2-snapper"

Tue Oct 10 11:35:31 2017 rev:55 rq:531589 version:4.0.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/yast2-snapper/yast2-snapper.changes      
2017-09-13 21:36:28.858311122 +0200
+++ /work/SRC/openSUSE:Factory/.yast2-snapper.new/yast2-snapper.changes 
2017-10-10 11:35:35.594941636 +0200
@@ -1,0 +2,6 @@
+Thu Oct 05 11:57:30 CEST 2017 - [email protected]
+
+- make dialog caption bigger (bsc#1061498)
+- 4.0.1
+
+-------------------------------------------------------------------

Old:
----
  yast2-snapper-4.0.0.tar.bz2

New:
----
  yast2-snapper-4.0.1.tar.bz2

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

Other differences:
------------------
++++++ yast2-snapper.spec ++++++
--- /var/tmp/diff_new_pack.g9TLnA/_old  2017-10-10 11:35:36.118918639 +0200
+++ /var/tmp/diff_new_pack.g9TLnA/_new  2017-10-10 11:35:36.122918464 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           yast2-snapper
-Version:        4.0.0
+Version:        4.0.1
 Release:        0
 
 # change to noarch causes problems according to behlert

++++++ yast2-snapper-4.0.0.tar.bz2 -> yast2-snapper-4.0.1.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-snapper-4.0.0/package/yast2-snapper.changes 
new/yast2-snapper-4.0.1/package/yast2-snapper.changes
--- old/yast2-snapper-4.0.0/package/yast2-snapper.changes       2017-09-12 
12:19:25.025670079 +0200
+++ new/yast2-snapper-4.0.1/package/yast2-snapper.changes       2017-10-05 
12:20:29.315228136 +0200
@@ -1,4 +1,10 @@
 -------------------------------------------------------------------
+Thu Oct 05 11:57:30 CEST 2017 - [email protected]
+
+- make dialog caption bigger (bsc#1061498)
+- 4.0.1
+
+-------------------------------------------------------------------
 Tue Sep 12 07:12:53 UTC 2017 - [email protected]
 
 - Add missing dependency on ruby-dbus library (bsc#1058127)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-snapper-4.0.0/package/yast2-snapper.spec 
new/yast2-snapper-4.0.1/package/yast2-snapper.spec
--- old/yast2-snapper-4.0.0/package/yast2-snapper.spec  2017-09-12 
12:19:25.025670079 +0200
+++ new/yast2-snapper-4.0.1/package/yast2-snapper.spec  2017-10-05 
12:20:29.315228136 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           yast2-snapper
-Version:        4.0.0
+Version:        4.0.1
 Release:        0
 Group:         System/YaST
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-snapper-4.0.0/src/include/snapper/dialogs.rb 
new/yast2-snapper-4.0.1/src/include/snapper/dialogs.rb
--- old/yast2-snapper-4.0.0/src/include/snapper/dialogs.rb      2017-09-12 
12:19:25.025670079 +0200
+++ new/yast2-snapper-4.0.1/src/include/snapper/dialogs.rb      2017-10-05 
12:20:29.315228136 +0200
@@ -158,13 +158,13 @@
       if type != :POST
         cont = VBox(
           # popup label, %{num} is number
-          Label(_("Modify Snapshot %{num}") % { :num => num }),
+          Heading(_("Modify Snapshot %{num}") % { :num => num }),
           snapshot_term.call("", snapshot)
         )
       else
         cont = VBox(
           # popup label, %{pre} and %{post} are numbers
-          Label(_("Modify Snapshot %{pre} and %{post}") % { :pre => pre_num, 
:post => num }),
+          Heading(_("Modify Snapshot %{pre} and %{post}") % { :pre => pre_num, 
:post => num }),
           # label
           Left(Label(_("Pre (%{pre})") % { :pre => pre_num })),
           snapshot_term.call("pre_", pre_snapshot),
@@ -247,7 +247,7 @@
             VSpacing(0.5),
             HSpacing(65),
             # popup label
-            Label(_("Create New Snapshot")),
+            Heading(_("Create New Snapshot")),
             # text entry label
             InputField(Id("description"), Opt(:hstretch), _("Description"), 
""),
             RadioButtonGroup(


Reply via email to