Hello community,

here is the log from the commit of package yast2-snapper for openSUSE:Factory 
checked in at 2011-11-25 23:13:25
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/yast2-snapper (Old)
 and      /work/SRC/openSUSE:Factory/.yast2-snapper.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "yast2-snapper", Maintainer is "[email protected]"

Changes:
--------
--- /work/SRC/openSUSE:Factory/yast2-snapper/yast2-snapper.changes      
2011-11-22 17:50:29.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.yast2-snapper.new/yast2-snapper.changes 
2011-11-25 23:06:26.000000000 +0100
@@ -1,0 +2,6 @@
+Thu Nov 24 11:49:50 CET 2011 - [email protected]
+
+- removed fixed sizes in UI, to prevent breaking Gtk (bnc#731363)
+- 2.22.2
+
+-------------------------------------------------------------------

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

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

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

Other differences:
------------------
++++++ yast2-snapper.spec ++++++
--- /var/tmp/diff_new_pack.I25mkh/_old  2011-11-25 23:06:31.000000000 +0100
+++ /var/tmp/diff_new_pack.I25mkh/_new  2011-11-25 23:06:31.000000000 +0100
@@ -19,7 +19,7 @@
 
 
 Name:           yast2-snapper
-Version:        2.22.1
+Version:        2.22.2
 Release:        0
 Group:          System/YaST
 

++++++ yast2-snapper-2.22.1.tar.bz2 -> yast2-snapper-2.22.2.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-snapper-2.22.1/VERSION 
new/yast2-snapper-2.22.2/VERSION
--- old/yast2-snapper-2.22.1/VERSION    2011-11-21 15:16:33.000000000 +0100
+++ new/yast2-snapper-2.22.2/VERSION    2011-11-24 11:50:47.000000000 +0100
@@ -1 +1 @@
-2.22.1
+2.22.2
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-snapper-2.22.1/src/Snapper.ycp 
new/yast2-snapper-2.22.2/src/Snapper.ycp
--- old/yast2-snapper-2.22.1/src/Snapper.ycp    2011-11-21 13:24:06.000000000 
+0100
+++ new/yast2-snapper-2.22.2/src/Snapper.ycp    2011-11-21 15:29:39.000000000 
+0100
@@ -23,7 +23,7 @@
  * Summary:    Snapper settings, input and output functions
  * Authors:    Jiri Suchomel <[email protected]>
  *
- * $Id: Snapper.ycp 66812 2011-11-16 10:20:49Z jsuchome $
+ * $Id: Snapper.ycp 66886 2011-11-21 14:29:37Z jsuchome $
  *
  * Representation of the configuration of snapper.
  * Input and output routines.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-snapper-2.22.1/src/dialogs.ycp 
new/yast2-snapper-2.22.2/src/dialogs.ycp
--- old/yast2-snapper-2.22.1/src/dialogs.ycp    2011-11-16 11:20:50.000000000 
+0100
+++ new/yast2-snapper-2.22.2/src/dialogs.ycp    2011-11-24 12:00:15.000000000 
+0100
@@ -24,7 +24,7 @@
  * Summary:    Dialogs definitions
  * Authors:    Jiri Suchomel <[email protected]>
  *
- * $Id: dialogs.ycp 66812 2011-11-16 10:20:49Z jsuchome $
+ * $Id: dialogs.ycp 66908 2011-11-24 11:00:14Z jsuchome $
  */
 
 {
@@ -520,7 +520,7 @@
     }
 
     term contents = `HBox (
-       `HWeight (1, `HBox (`VSpacing (20), `VBox (`HSpacing(70),
+       `HWeight (1, `VBox (
            `HBox (
                `HSpacing (),
                `ReplacePoint (`id (`reptree), `VBox (
@@ -538,7 +538,7 @@
                  `Empty (),
                `HSpacing (1.5)
            )
-       ))),
+       )),
        `HWeight (2, `VBox (
            `Left (`Label (`id (`desc), description)),
            date_widget,
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-snapper-2.22.1/testsuite/tests/ReadConfigs.out 
new/yast2-snapper-2.22.2/testsuite/tests/ReadConfigs.out
--- old/yast2-snapper-2.22.1/testsuite/tests/ReadConfigs.out    1970-01-01 
01:00:00.000000000 +0100
+++ new/yast2-snapper-2.22.2/testsuite/tests/ReadConfigs.out    2011-11-21 
15:28:35.000000000 +0100
@@ -0,0 +1,12 @@
+Read   .snapper.configs []
+Return []
+Return root
+Read   .snapper.configs nil
+Return ["root"]
+Return root
+Read   .snapper.configs ["opt", "var", "root"]
+Return ["opt", "var", "root"]
+Return root
+Read   .snapper.configs ["opt", "var"]
+Return ["opt", "var"]
+Return opt
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-snapper-2.22.1/testsuite/tests/ReadConfigs.ycp 
new/yast2-snapper-2.22.2/testsuite/tests/ReadConfigs.ycp
--- old/yast2-snapper-2.22.1/testsuite/tests/ReadConfigs.ycp    1970-01-01 
01:00:00.000000000 +0100
+++ new/yast2-snapper-2.22.2/testsuite/tests/ReadConfigs.ycp    2011-11-21 
15:28:18.000000000 +0100
@@ -0,0 +1,31 @@
+{
+    // testedfiles: Snapper.ycp
+
+    import "Testsuite";
+    import "Snapper";
+
+    map READ   = $[
+       "snapper"       : $[
+           "configs"   : []
+       ]
+    ];
+
+    Testsuite::Test (``(Snapper::ReadConfigs ()), [ READ, $[], $[] ], 0);
+    Testsuite::Test (``(Snapper::current_config), [ READ, $[], $[] ], 0);
+
+    READ["snapper","configs"]  = nil;
+
+    Testsuite::Test (``(Snapper::ReadConfigs ()), [ READ, $[], $[] ], 0);
+    Testsuite::Test (``(Snapper::current_config), [ READ, $[], $[] ], 0);
+
+    READ["snapper","configs"]  = [ "opt", "var", "root" ];
+
+    Testsuite::Test (``(Snapper::ReadConfigs ()), [ READ, $[], $[] ], 0);
+    Testsuite::Test (``(Snapper::current_config), [ READ, $[], $[] ], 0);
+
+    READ["snapper","configs"]  = [ "opt", "var" ];
+
+    Testsuite::Test (``(Snapper::ReadConfigs ()), [ READ, $[], $[] ], 0);
+    Testsuite::Test (``(Snapper::current_config), [ READ, $[], $[] ], 0);
+
+}

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to