commit yast2-snapper for openSUSE:Factory
Hello community, here is the log from the commit of package yast2-snapper for openSUSE:Factory checked in at 2012-03-30 14:22:09 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/yast2-snapper (Old) and /work/SRC/openSUSE:Factory/.yast2-snapper.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "yast2-snapper", Maintainer is "jsuchome@suse.com" Changes: -------- --- /work/SRC/openSUSE:Factory/yast2-snapper/yast2-snapper.changes 2012-01-17 16:17:56.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.yast2-snapper.new/yast2-snapper.changes 2012-03-30 14:22:12.000000000 +0200 @@ -1,0 +2,6 @@ +Thu Mar 29 16:01:03 CEST 2012 - jsuchome@suse.cz + +- merge proofread texts +- 2.22.4 + +------------------------------------------------------------------- Old: ---- yast2-snapper-2.22.3.tar.bz2 New: ---- yast2-snapper-2.22.4.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ yast2-snapper.spec ++++++ --- /var/tmp/diff_new_pack.DlRsfs/_old 2012-03-30 14:22:14.000000000 +0200 +++ /var/tmp/diff_new_pack.DlRsfs/_new 2012-03-30 14:22:14.000000000 +0200 @@ -16,21 +16,28 @@ # - Name: yast2-snapper -Version: 2.22.3 +Version: 2.22.4 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: libsnapper-devel update-desktop-files yast2 yast2-devtools yast2-testsuite -BuildRequires: doxygen gcc-c++ libtool perl-XML-Writer yast2-core-devel +BuildRequires: doxygen +BuildRequires: gcc-c++ +BuildRequires: libsnapper-devel +BuildRequires: libtool +BuildRequires: perl-XML-Writer +BuildRequires: update-desktop-files +BuildRequires: yast2 +BuildRequires: yast2-core-devel +BuildRequires: yast2-devtools +BuildRequires: yast2-testsuite Summary: YaST - file system snapshots review +License: GPL-2.0 +Group: System/YaST %description YaST module for accessing and managing btrfs system snapshots ++++++ yast2-snapper-2.22.3.tar.bz2 -> yast2-snapper-2.22.4.tar.bz2 ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-snapper-2.22.3/VERSION new/yast2-snapper-2.22.4/VERSION --- old/yast2-snapper-2.22.3/VERSION 2012-01-16 15:07:37.000000000 +0100 +++ new/yast2-snapper-2.22.4/VERSION 2012-03-29 16:01:12.000000000 +0200 @@ -1 +1 @@ -2.22.3 +2.22.4 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-snapper-2.22.3/src/Snapper.ycp new/yast2-snapper-2.22.4/src/Snapper.ycp --- old/yast2-snapper-2.22.3/src/Snapper.ycp 2012-01-16 15:07:11.000000000 +0100 +++ new/yast2-snapper-2.22.4/src/Snapper.ycp 2012-03-29 16:00:55.000000000 +0200 @@ -23,7 +23,7 @@ * Summary: Snapper settings, input and output functions * Authors: Jiri Suchomel <jsuchome@suse.cz> * - * $Id: Snapper.ycp 66886 2011-11-21 14:29:37Z jsuchome $ + * $Id: Snapper.ycp 67207 2012-01-16 15:09:57Z 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.3/src/dialogs.ycp new/yast2-snapper-2.22.4/src/dialogs.ycp --- old/yast2-snapper-2.22.3/src/dialogs.ycp 2012-01-16 15:06:52.000000000 +0100 +++ new/yast2-snapper-2.22.4/src/dialogs.ycp 2012-03-29 16:01:29.000000000 +0200 @@ -24,7 +24,7 @@ * Summary: Dialogs definitions * Authors: Jiri Suchomel <jsuchome@suse.cz> * - * $Id: dialogs.ycp 66908 2011-11-24 11:00:14Z jsuchome $ + * $Id: dialogs.ycp 67811 2012-03-29 14:01:29Z jsuchome $ */ { @@ -406,7 +406,7 @@ } // button label - string restore_label = _("R&estore From First"); + string restore_label = _("R&estore from First"); // button label string restore_label_single = _("Restore"); @@ -421,7 +421,7 @@ `VSquash (`HBox ( `HStretch (), type == `SINGLE ? `Empty () : `PushButton (`id (`restore_pre), restore_label), - `PushButton (`id (`restore), type == `SINGLE ? restore_label_single : _("Res&tore From Second")) + `PushButton (`id (`restore), type == `SINGLE ? restore_label_single : _("Res&tore from Second")) )) ), `HSpacing (0.5)) ); diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-snapper-2.22.3/src/helps.ycp new/yast2-snapper-2.22.4/src/helps.ycp --- old/yast2-snapper-2.22.3/src/helps.ycp 2012-01-16 15:06:59.000000000 +0100 +++ new/yast2-snapper-2.22.4/src/helps.ycp 2012-03-29 16:00:55.000000000 +0200 @@ -24,7 +24,7 @@ * Summary: Help texts of all the dialogs * Authors: Jiri Suchomel <jsuchome@suse.cz> * - * $Id: helps.ycp 66812 2011-11-16 10:20:49Z jsuchome $ + * $Id: helps.ycp 67207 2012-01-16 15:09:57Z jsuchome $ */ { diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-snapper-2.22.3/src/snapper.ycp new/yast2-snapper-2.22.4/src/snapper.ycp --- old/yast2-snapper-2.22.3/src/snapper.ycp 2012-01-16 15:07:04.000000000 +0100 +++ new/yast2-snapper-2.22.4/src/snapper.ycp 2012-03-29 16:00:55.000000000 +0200 @@ -24,7 +24,7 @@ * Summary: Main file * Authors: Jiri Suchomel <jsuchome@suse.cz> * - * $Id: snapper.ycp 63520 2011-03-07 09:21:10Z jsuchome $ + * $Id: snapper.ycp 67207 2012-01-16 15:09:57Z jsuchome $ * * Main file for snapper configuration. Uses all other files. */ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-snapper-2.22.3/src/wizards.ycp new/yast2-snapper-2.22.4/src/wizards.ycp --- old/yast2-snapper-2.22.3/src/wizards.ycp 2012-01-16 15:07:18.000000000 +0100 +++ new/yast2-snapper-2.22.4/src/wizards.ycp 2012-01-16 16:09:58.000000000 +0100 @@ -24,7 +24,7 @@ * Summary: Wizards definitions * Authors: Jiri Suchomel <jsuchome@suse.cz> * - * $Id: wizards.ycp 66122 2011-09-28 21:05:41Z visnov $ + * $Id: wizards.ycp 67207 2012-01-16 15:09:57Z jsuchome $ */ { -- To unsubscribe, e-mail: opensuse-commit+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit+help@opensuse.org
participants (1)
-
root@hilbert.suse.de