Hello community,

here is the log from the commit of package yast2-snapper for openSUSE:Factory 
checked in at 2011-11-16 17:22:57
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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-10-19 00:57:15.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.yast2-snapper.new/yast2-snapper.changes 
2011-11-16 17:23:51.000000000 +0100
@@ -1,0 +2,6 @@
+Wed Nov 16 11:20:22 CET 2011 - [email protected]
+
+- merged texts from proofreading
+- 2.22.0 
+
+-------------------------------------------------------------------

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

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

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

Other differences:
------------------
++++++ yast2-snapper.spec ++++++
--- /var/tmp/diff_new_pack.qhkKKr/_old  2011-11-16 17:23:53.000000000 +0100
+++ /var/tmp/diff_new_pack.qhkKKr/_new  2011-11-16 17:23:53.000000000 +0100
@@ -19,17 +19,16 @@
 
 
 Name:           yast2-snapper
-Version:        2.21.16
+Version:        2.22.0
 Release:        0
 Group:         System/YaST
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 Source0:        yast2-snapper-%{version}.tar.bz2
 
-
 Requires:      yast2 >= 2.21.22
 License: GPL-2.0+
-BuildRequires: update-desktop-files yast2 yast2-devtools yast2-testsuite 
libsnapper-devel doxygen yast2-core-devel gcc-c++ perl-XML-Writer
+BuildRequires:  doxygen gcc-c++ libsnapper-devel perl-XML-Writer 
update-desktop-files yast2 yast2-core-devel yast2-devtools yast2-testsuite
 
 Summary:       YaST - file system snapshots review
 
@@ -61,7 +60,6 @@
     %suse_update_desktop_file -d ycc_${d%.desktop} ${d%.desktop}
 done
 
-
 %clean
 rm -rf "$RPM_BUILD_ROOT"
 
@@ -75,3 +73,5 @@
 /usr/share/YaST2/scrconf/*.scr
 %{_libdir}/YaST2/plugin/libpy2ag_snapper*
 %doc %{_prefix}/share/doc/packages/yast2-snapper
+
+%changelog

++++++ yast2-snapper-2.21.16.tar.bz2 -> yast2-snapper-2.22.0.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-snapper-2.21.16/VERSION 
new/yast2-snapper-2.22.0/VERSION
--- old/yast2-snapper-2.21.16/VERSION   2011-10-14 10:15:55.000000000 +0200
+++ new/yast2-snapper-2.22.0/VERSION    2011-11-16 11:20:29.000000000 +0100
@@ -1 +1 @@
-2.21.16
+2.22.0
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-snapper-2.21.16/src/Snapper.ycp 
new/yast2-snapper-2.22.0/src/Snapper.ycp
--- old/yast2-snapper-2.21.16/src/Snapper.ycp   2011-10-10 12:54:08.000000000 
+0200
+++ new/yast2-snapper-2.22.0/src/Snapper.ycp    2011-11-16 11:19:55.000000000 
+0100
@@ -203,7 +203,7 @@
     if (configs == nil)
     {
        // error popup
-       Report::Error (_("File /etc/sysconfig/snapper is not available"));
+       Report::Error (_("File /etc/sysconfig/snapper is not available."));
        configs = [ "root" ];
     }
     return configs;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-snapper-2.21.16/src/dialogs.ycp 
new/yast2-snapper-2.22.0/src/dialogs.ycp
--- old/yast2-snapper-2.21.16/src/dialogs.ycp   2011-10-14 10:16:11.000000000 
+0200
+++ new/yast2-snapper-2.22.0/src/dialogs.ycp    2011-11-16 11:19:55.000000000 
+0100
@@ -410,9 +410,9 @@
            `VSquash (`HBox (
                `HStretch (),
                // button label
-               type == `SINGLE ? `Empty () : `PushButton (`id (`restore_pre), 
_("R&estore From First")),
+               type == `SINGLE ? `Empty () : `PushButton (`id (`restore_pre), 
_("R&estore from First")),
                // button label
-               `PushButton (`id (`restore), type == `SINGLE ? _("Restore") : 
_("Res&tore From Second"))
+               `PushButton (`id (`restore), type == `SINGLE ? _("Restore") : 
_("Res&tore from Second"))
            ))
            ), `HSpacing (0.5))
        );
@@ -677,7 +677,7 @@
            // popup headline
            if (Popup::AnyQuestionRichText (_("Restoring files"),
                // popup message, %1 is snapshot number, %2 list of files
-               sformat (_("These files will be copied from snapshot '%1' to 
current system: <p>%2</p>Are you sure?"),
+               sformat (_("These files will be copied from snapshot '%1' to 
current system: <p>%2.</p>Are you sure?"),
                    previous_num, mergestring (to_restore, "<br>")),
                60, 20,  Label::YesButton (), Label::NoButton (), `focus_no))
            {
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-snapper-2.21.16/src/helps.ycp 
new/yast2-snapper-2.22.0/src/helps.ycp
--- old/yast2-snapper-2.21.16/src/helps.ycp     2011-10-07 11:14:51.000000000 
+0200
+++ new/yast2-snapper-2.22.0/src/helps.ycp      2011-11-16 11:19:55.000000000 
+0100
@@ -38,32 +38,37 @@
 
     /* Read dialog help */
     "read" : _("<p><b><big>Reading the list of snapshots</big></b><br>
-Please wait...<br></p>
+</p>
 "),
 
     /* Summary dialog help: */
     "summary" : _("<p><b><big>Snapshots Configuration</big></b><p>
-<p>The table shows a list of root filesystem snapshots. There are three types 
of snapshots, <b>single</b>, <b>pre</b> and <b>post</b>. Single snapshots are 
used for storing file system state in certain time, while Pre and Post are used 
to define the changes done by special operation proceeded between taking those 
two snapshots. Pre and Post snapshots are coupled together in the table.</p>
-<p>Select a snapshot or snapshot couple and click <b>Show Changes</b> to see 
the file system changes new in specified snapshot.</p>
+<p>The table shows a list of root filesystem snapshots. There are three types
+of snapshots, <b>single</b>, <b>pre</b> and <b>post</b>. Single snapshots are
+used for storing the file system state in a certain time, while Pre and Post 
are used to define the changes done by special operation performed between 
taking those two snapshots. Pre and Post snapshots are coupled together in the 
table.</p>
+<p>Select a snapshot or snapshot couple and click <b>Show Changes</b> to see 
the
+new file system changes in the specified snapshot.</p>
 "),
 
     /* Show snapshot dialog help */
     "show_couple" : _("<p><b><big>Snapshot Overview</big></b><p>
 <p>
-The tree shows all the files that were modified between creating first ('pre') 
and second ('post') snapshot. On the right side, you can see the description 
generated when the first snapshot was created and the time of creation for both 
snapshots.
+The tree shows all the files that were modified between creating the first 
('pre') and second ('post') snapshot. On the right side, you see the 
description generated when the first snapshot was created and the time of 
creation for both snapshots.
 </p>
 <p>
-When file is selected in the tree, you can see the changes done to it. By 
default, changes between selected coupled snapshots are shown, but it is 
possible to compare the file with different versions.
-</p>"),
+When a file is selected in the tree, you see the changes done to it. By 
default, changes between selected coupled snapshots are shown, but it is 
possible to compare the file with different versions.
+</p>
+"),
 
     /* Show snapshot dialog help, alternative for single snapshots */
     "show_single" : _("<p><b><big>Snapshot Overview</big></b><p>
 <p>
-The tree shows all the files that are different between selected snapshot and 
current system. On the right side, you can see the snapshot description and 
time of its creation.
+The tree shows all the files that differ in a selected snapshot and the 
current system. On the right side, you see the snapshot description and time of 
its creation.
 </p>
 <p>
-When file is selected in the tree, you can see the its difference between 
snapshot version and current system.
-</p>"),
+When a file is selected in the tree, you can see the its difference between 
snapshot version and current system.
+</p>
+"),
 
 ];
 

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

Reply via email to