Hello community,

here is the log from the commit of package yast2-snapper for openSUSE:Factory
checked in at Tue Oct 4 18:03:31 CEST 2011.



--------
--- openSUSE:Factory/yast2-snapper/yast2-snapper.changes        2011-09-23 
12:53:23.000000000 +0200
+++ /mounts/work_src_done/STABLE/yast2-snapper/yast2-snapper.changes    
2011-09-28 23:08:06.000000000 +0200
@@ -1,0 +2,6 @@
+Wed Sep 28 23:04:59 CEST 2011 - vis...@suse.cz
+
+- set dialog title
+- 2.21.10 
+
+-------------------------------------------------------------------

calling whatdependson for head-i586


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

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

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

Other differences:
------------------
++++++ yast2-snapper.spec ++++++
--- /var/tmp/diff_new_pack.ylE1zI/_old  2011-10-04 18:03:27.000000000 +0200
+++ /var/tmp/diff_new_pack.ylE1zI/_new  2011-10-04 18:03:27.000000000 +0200
@@ -19,16 +19,16 @@
 
 
 Name:           yast2-snapper
-Version:        2.21.9
-Release:        1
-
+Version:        2.21.10
+Release:        0
 Group:          System/YaST
+
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
-Source0:        yast2-snapper-2.21.9.tar.bz2
+Source0:        yast2-snapper-%{version}.tar.bz2
 
 Prefix:         /usr
 
-Requires:       yast2
+Requires:       yast2 >= 2.21.22
 License:        GPL v2 or later
 BuildRequires:  doxygen gcc-c++ libsnapper-devel perl-XML-Writer 
update-desktop-files yast2 yast2-core-devel yast2-devtools yast2-testsuite
 
@@ -38,7 +38,7 @@
 YaST module for accessing and managing btrfs system snapshots
 
 %prep
-%setup -n yast2-snapper-2.21.9
+%setup -n yast2-snapper-%{version}
 
 %build
 %{prefix}/bin/y2tool y2autoconf
@@ -75,4 +75,5 @@
 /usr/share/YaST2/scrconf/*.scr
 %{_libdir}/YaST2/plugin/libpy2ag_snapper*
 %doc %{prefix}/share/doc/packages/yast2-snapper
+
 %changelog

++++++ yast2-snapper-2.21.9.tar.bz2 -> yast2-snapper-2.21.10.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-snapper-2.21.9/Makefile.am 
new/yast2-snapper-2.21.10/Makefile.am
--- old/yast2-snapper-2.21.9/Makefile.am        2011-06-23 16:00:15.000000000 
+0200
+++ new/yast2-snapper-2.21.10/Makefile.am       2011-09-28 23:06:23.000000000 
+0200
@@ -20,7 +20,6 @@
 IS_DEVTOOLS            = $(findstring yast2-devtools,$(RPMNAME))
 
 DEVTOOLS_DIR           = $(if 
$(IS_DEVTOOLS),$(srcdir)/devtools,$(Y2DEVTOOLS_PREFIX)/share/YaST2/data/devtools)
-ALL_PACKAGES           = $(DEVTOOLS_DIR)/admin/all-packages
 LEGALESE_DIR           = $(if 
$(HAS_YAST_LICENSE),$(DEVTOOLS_DIR)/admin/copyright/yast,$(DEVTOOLS_DIR)/admin/copyright/gpl)
 
 COPYRIGHT_files_gpl    = README COPYING
@@ -155,7 +154,7 @@
            $(Y2TOOL) create-spec < $$i > $$here/package/$${newname} ; \
        done
 
-package: check-up-to-date check-tagversion check-all-packages check-textdomain 
package-local
+package: check-up-to-date check-tagversion check-textdomain package-local
 
 TAGVERSION      = $(Y2TOOL) tagversion
 
@@ -185,21 +184,6 @@
 check-parse:
        @echo "Not running parseycp."
 
-check-all-packages:
-       @if [ ! -e "$(ALL_PACKAGES)" ]; then                            \
-               echo ERROR: "Can't find $(ALL_PACKAGES)"; false;        \
-       fi
-       @if ! grep -q "^$(RPMNAME)[[:space:]]" $(ALL_PACKAGES); then            
\
-               echo ERROR: "$(RPMNAME) not in $(ALL_PACKAGES)"; false; \
-       fi
-       @if grep -q "^$(RPMNAME)[[:space:]]\+.*?" $(ALL_PACKAGES); then \
-               echo ERROR: "$(RPMNAME) info in $(ALL_PACKAGES) contains some 
unknown (?) fields:";     \
-               echo;                                                   \
-               grep "^$(RPMNAME)[[:space:]]\+.*?" $(ALL_PACKAGES);     \
-               echo;                                                   \
-               false;                                                  \
-       fi
-
 check-textdomain:
        $(Y2TOOL) check-textdomain $(srcdir)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-snapper-2.21.9/Makefile.in 
new/yast2-snapper-2.21.10/Makefile.in
--- old/yast2-snapper-2.21.9/Makefile.in        2011-06-23 16:00:24.000000000 
+0200
+++ new/yast2-snapper-2.21.10/Makefile.in       2011-09-28 23:06:29.000000000 
+0200
@@ -315,7 +315,6 @@
 # do we do Makefile.am for devtools? It is a little special...
 IS_DEVTOOLS = $(findstring yast2-devtools,$(RPMNAME))
 DEVTOOLS_DIR = $(if 
$(IS_DEVTOOLS),$(srcdir)/devtools,$(Y2DEVTOOLS_PREFIX)/share/YaST2/data/devtools)
-ALL_PACKAGES = $(DEVTOOLS_DIR)/admin/all-packages
 LEGALESE_DIR = $(if 
$(HAS_YAST_LICENSE),$(DEVTOOLS_DIR)/admin/copyright/yast,$(DEVTOOLS_DIR)/admin/copyright/gpl)
 COPYRIGHT_files_gpl = README COPYING
 COPYRIGHT_files_yast = YAST_LICENSE README COPYING COPYRIGHT.english \
@@ -986,7 +985,7 @@
            $(Y2TOOL) create-spec < $$i > $$here/package/$${newname} ; \
        done
 
-package: check-up-to-date check-tagversion check-all-packages check-textdomain 
package-local
+package: check-up-to-date check-tagversion check-textdomain package-local
 
 check-up-to-date check-cvs-up-to-date check-svn-up-to-date:
        if [ -d $(srcdir)/CVS ]; then \
@@ -1014,21 +1013,6 @@
 check-parse:
        @echo "Not running parseycp."
 
-check-all-packages:
-       @if [ ! -e "$(ALL_PACKAGES)" ]; then                            \
-               echo ERROR: "Can't find $(ALL_PACKAGES)"; false;        \
-       fi
-       @if ! grep -q "^$(RPMNAME)[[:space:]]" $(ALL_PACKAGES); then            
\
-               echo ERROR: "$(RPMNAME) not in $(ALL_PACKAGES)"; false; \
-       fi
-       @if grep -q "^$(RPMNAME)[[:space:]]\+.*?" $(ALL_PACKAGES); then \
-               echo ERROR: "$(RPMNAME) info in $(ALL_PACKAGES) contains some 
unknown (?) fields:";     \
-               echo;                                                   \
-               grep "^$(RPMNAME)[[:space:]]\+.*?" $(ALL_PACKAGES);     \
-               echo;                                                   \
-               false;                                                  \
-       fi
-
 check-textdomain:
        $(Y2TOOL) check-textdomain $(srcdir)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-snapper-2.21.9/VERSION 
new/yast2-snapper-2.21.10/VERSION
--- old/yast2-snapper-2.21.9/VERSION    2011-08-30 11:43:39.000000000 +0200
+++ new/yast2-snapper-2.21.10/VERSION   2011-09-28 23:05:13.000000000 +0200
@@ -1 +1 @@
-2.21.9
+2.21.10
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-snapper-2.21.9/configure 
new/yast2-snapper-2.21.10/configure
--- old/yast2-snapper-2.21.9/configure  2011-06-23 16:00:22.000000000 +0200
+++ new/yast2-snapper-2.21.10/configure 2011-09-28 23:06:28.000000000 +0200
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.68 for yast2-snapper 2.21.7.
+# Generated by GNU Autoconf 2.68 for yast2-snapper 2.21.10.
 #
 # Report bugs to <http://bugs.opensuse.org/>.
 #
@@ -709,8 +709,8 @@
 # Identity of this package.
 PACKAGE_NAME='yast2-snapper'
 PACKAGE_TARNAME='yast2-snapper'
-PACKAGE_VERSION='2.21.7'
-PACKAGE_STRING='yast2-snapper 2.21.7'
+PACKAGE_VERSION='2.21.10'
+PACKAGE_STRING='yast2-snapper 2.21.10'
 PACKAGE_BUGREPORT='http://bugs.opensuse.org/'
 PACKAGE_URL=''
 
@@ -1490,7 +1490,7 @@
   # Omit some internal or obsolete options to make the list less imposing.
   # This message is too long to be a string in the A/UX 3.1 sh.
   cat <<_ACEOF
-\`configure' configures yast2-snapper 2.21.7 to adapt to many kinds of systems.
+\`configure' configures yast2-snapper 2.21.10 to adapt to many kinds of 
systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1561,7 +1561,7 @@
 
 if test -n "$ac_init_help"; then
   case $ac_init_help in
-     short | recursive ) echo "Configuration of yast2-snapper 2.21.7:";;
+     short | recursive ) echo "Configuration of yast2-snapper 2.21.10:";;
    esac
   cat <<\_ACEOF
 
@@ -1675,7 +1675,7 @@
 test -n "$ac_init_help" && exit $ac_status
 if $ac_init_version; then
   cat <<\_ACEOF
-yast2-snapper configure 2.21.7
+yast2-snapper configure 2.21.10
 generated by GNU Autoconf 2.68
 
 Copyright (C) 2010 Free Software Foundation, Inc.
@@ -2128,7 +2128,7 @@
 This file contains any messages produced by compilers while
 running configure, to aid debugging if configure makes a mistake.
 
-It was created by yast2-snapper $as_me 2.21.7, which was
+It was created by yast2-snapper $as_me 2.21.10, which was
 generated by GNU Autoconf 2.68.  Invocation command line was
 
   $ $0 $@
@@ -3058,7 +3058,7 @@
 
 # Define the identity of the package.
  PACKAGE='yast2-snapper'
- VERSION='2.21.7'
+ VERSION='2.21.10'
 
 
 cat >>confdefs.h <<_ACEOF
@@ -3180,7 +3180,7 @@
 
 
 
-VERSION="2.21.7"
+VERSION="2.21.10"
 RPMNAME="yast2-snapper"
 MAINTAINER="Jiri Suchomel <jsuch...@suse.cz>"
 
@@ -15994,7 +15994,7 @@
 # report actual input values of CONFIG_FILES etc. instead of their
 # values after options handling.
 ac_log="
-This file was extended by yast2-snapper $as_me 2.21.7, which was
+This file was extended by yast2-snapper $as_me 2.21.10, which was
 generated by GNU Autoconf 2.68.  Invocation command line was
 
   CONFIG_FILES    = $CONFIG_FILES
@@ -16060,7 +16060,7 @@
 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; 
s/[\\""\`\$]/\\\\&/g'`"
 ac_cs_version="\\
-yast2-snapper config.status 2.21.7
+yast2-snapper config.status 2.21.10
 configured by $0, generated by GNU Autoconf 2.68,
   with options \\"\$ac_cs_config\\"
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-snapper-2.21.9/configure.in 
new/yast2-snapper-2.21.10/configure.in
--- old/yast2-snapper-2.21.9/configure.in       2011-06-23 16:00:15.000000000 
+0200
+++ new/yast2-snapper-2.21.10/configure.in      2011-09-28 23:06:23.000000000 
+0200
@@ -1,9 +1,9 @@
 dnl configure.in for yast2-snapper
 dnl
-dnl -- This file is generated by y2autoconf 2.18.11 - DO NOT EDIT! --
+dnl -- This file is generated by y2autoconf 2.21.2 - DO NOT EDIT! --
 dnl    (edit configure.in.in instead)
 
-AC_INIT(yast2-snapper, 2.21.7, http://bugs.opensuse.org/, yast2-snapper)
+AC_INIT(yast2-snapper, 2.21.10, http://bugs.opensuse.org/, yast2-snapper)
 dnl Check for presence of file 'RPMNAME'
 AC_CONFIG_SRCDIR([RPMNAME])
 
@@ -18,7 +18,7 @@
 AM_INIT_AUTOMAKE(tar-ustar -Wno-portability)
 
 dnl Important YaST2 variables
-VERSION="2.21.7"
+VERSION="2.21.10"
 RPMNAME="yast2-snapper"
 MAINTAINER="Jiri Suchomel <jsuch...@suse.cz>"
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-snapper-2.21.9/snapper.pot 
new/yast2-snapper-2.21.10/snapper.pot
--- old/yast2-snapper-2.21.9/snapper.pot        2011-06-23 16:00:29.000000000 
+0200
+++ new/yast2-snapper-2.21.10/snapper.pot       1970-01-01 01:00:00.000000000 
+0100
@@ -1,282 +0,0 @@
-# SOME DESCRIPTIVE TITLE.
-# Copyright (C) YEAR SuSE Linux Products GmbH, Nuernberg
-# This file is distributed under the same license as the PACKAGE package.
-# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
-#
-#, fuzzy
-msgid ""
-msgstr ""
-"Project-Id-Version: PACKAGE VERSION\n"
-"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2011-06-23 16:00+0200\n"
-"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
-"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
-"Language-Team: LANGUAGE <l...@li.org>\n"
-"Language: \n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=CHARSET\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. popup error
-#: src/Snapper.ycp:79
-#, ycp-format
-msgid "Snapshot '%1' was not found."
-msgstr ""
-
-#: src/Snapper.ycp:196
-msgid "Reason not known."
-msgstr ""
-
-#: src/Snapper.ycp:199
-msgid "Configuration not found."
-msgstr ""
-
-#: src/Snapper.ycp:203
-msgid "Configuration is not valid."
-msgstr ""
-
-#. error popup
-#: src/Snapper.ycp:208
-#, ycp-format
-msgid ""
-"Failed to initialize snapper library:\n"
-"%1"
-msgstr ""
-
-#. Snapper read dialog caption
-#: src/Snapper.ycp:222
-msgid "Initializing Snapper"
-msgstr ""
-
-#. Progress stage 1/3
-#: src/Snapper.ycp:229
-msgid "Read the list of snapshots"
-msgstr ""
-
-#. Progress step 1/3
-#: src/Snapper.ycp:232
-msgid "Reading the database..."
-msgstr ""
-
-#. Progress finished
-#: src/Snapper.ycp:234
-msgid "Finished"
-msgstr ""
-
-#. label for log window
-#: src/Snapper.ycp:278
-msgid "Restoring Files..."
-msgstr ""
-
-#. log entry (%1 is file name)
-#: src/Snapper.ycp:295
-#, ycp-format
-msgid "%1 does not exist in snapshot %2\n"
-msgstr ""
-
-#. log entry (%1 is file name)
-#: src/Snapper.ycp:320
-#, ycp-format
-msgid "%1 skipped\n"
-msgstr ""
-
-#. summary dialog caption
-#: src/dialogs.ycp:68
-msgid "Snapshots"
-msgstr ""
-
-#: src/dialogs.ycp:86
-msgid "Single"
-msgstr ""
-
-#: src/dialogs.ycp:100
-msgid "Pre & Post"
-msgstr ""
-
-#. table header
-#: src/dialogs.ycp:111
-msgid "ID"
-msgstr ""
-
-#: src/dialogs.ycp:111
-msgid "Type"
-msgstr ""
-
-#: src/dialogs.ycp:111
-msgid "Start Date"
-msgstr ""
-
-#: src/dialogs.ycp:111
-msgid "End Date"
-msgstr ""
-
-#: src/dialogs.ycp:111
-msgid "Description"
-msgstr ""
-
-#: src/dialogs.ycp:115
-msgid "Show Changes"
-msgstr ""
-
-#. dialog caption
-#: src/dialogs.ycp:172
-msgid "Selected Snapshot Overview"
-msgstr ""
-
-#. '%1: %2' means 'ID: description', adapt the order if necessary
-#: src/dialogs.ycp:202
-#, ycp-format
-msgid "%1: %2"
-msgstr ""
-
-#. busy popup message
-#: src/dialogs.ycp:219
-msgid "Calculating changed files..."
-msgstr ""
-
-#. busy popup message
-#: src/dialogs.ycp:288
-msgid "Calculating file modifications..."
-msgstr ""
-
-#. text label, %1, %2 are file modes (like '-rw-r--r--')
-#: src/dialogs.ycp:321
-#, ycp-format
-msgid "File mode was changed from '%1' to '%2'."
-msgstr ""
-
-#. text label, %1, %2 are user names
-#: src/dialogs.ycp:329
-#, ycp-format
-msgid "File user ownership was changed from '%1' to '%2'."
-msgstr ""
-
-#. text label, %1, %2 are group names
-#: src/dialogs.ycp:338
-#, ycp-format
-msgid "File group ownership was changed from '%1' to '%2'."
-msgstr ""
-
-#. button label
-#: src/dialogs.ycp:359
-msgid "R&estore From First"
-msgstr ""
-
-#. button label
-#: src/dialogs.ycp:361
-msgid "Restore"
-msgstr ""
-
-#: src/dialogs.ycp:361
-msgid "Res&tore From Second"
-msgstr ""
-
-#. radio button label
-#: src/dialogs.ycp:396
-msgid "Show the difference between snapshot and current system"
-msgstr ""
-
-#. radio button label, snapshot selection will follow
-#: src/dialogs.ycp:400
-msgid "Show the difference between current and selected snapshot:"
-msgstr ""
-
-#. radio button label
-#: src/dialogs.ycp:421
-msgid "Show the difference between first and second snapshot"
-msgstr ""
-
-#. radio button label
-#: src/dialogs.ycp:424
-msgid "Show the difference between first snapshot and current system"
-msgstr ""
-
-#. radio button label
-#: src/dialogs.ycp:427
-msgid "Show the difference between second snapshot and current system"
-msgstr ""
-
-#. label, date string will follow at the end of line
-#: src/dialogs.ycp:445
-msgid "Time of taking the first snapshot:"
-msgstr ""
-
-#. label, date string will follow at the end of line
-#: src/dialogs.ycp:450
-msgid "Time of taking the second snapshot:"
-msgstr ""
-
-#. label, date string will follow at the end of line
-#: src/dialogs.ycp:459
-msgid "Time of taking the snapshot:"
-msgstr ""
-
-#. button label
-#: src/dialogs.ycp:478
-msgid "&Open"
-msgstr ""
-
-#. button label
-#: src/dialogs.ycp:502
-msgid "Restore Selected"
-msgstr ""
-
-#. popup message
-#: src/dialogs.ycp:605
-msgid "No file was selected for restoring"
-msgstr ""
-
-#. FIXME restore from PRE or POST? (PRE by default)
-#. popup headline
-#: src/dialogs.ycp:610
-msgid "Restoring files"
-msgstr ""
-
-#. popup message, %1 is snapshot number, %2 list of files
-#: src/dialogs.ycp:612
-#, ycp-format
-msgid "These files will be copied from snapshot '%1' to current system: 
<p>%2</p>Are you sure?"
-msgstr ""
-
-#. Read dialog help
-#: src/helps.ycp:40
-msgid ""
-"<p><b><big>Reading the list of snapshots</big></b><br>\n"
-"Please wait...<br></p>\n"
-msgstr ""
-
-#. Summary dialog help:
-#: src/helps.ycp:45
-msgid ""
-"<p><b><big>Snapshots Configuration</big></b><p>\n"
-"<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>\n"
-"<p>Select a snapshot or snapshot couple and click <b>Show Changes</b> to see 
the file system changes new in specified snapshot.</p>\n"
-msgstr ""
-
-#. Show snapshot dialog help
-#: src/helps.ycp:51
-msgid ""
-"<p><b><big>Snapshot Overview</big></b><p>\n"
-"<p>\n"
-"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.\n"
-"</p>\n"
-"<p>\n"
-"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.\n"
-"</p>"
-msgstr ""
-
-#. Show snapshot dialog help, alternative for single snapshots
-#: src/helps.ycp:60
-msgid ""
-"<p><b><big>Snapshot Overview</big></b><p>\n"
-"<p>\n"
-"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.\n"
-"</p>\n"
-"<p>\n"
-"When file is selected in the tree, you can see the its difference between 
snapshot version and current system.\n"
-"</p>"
-msgstr ""
-
-#: src/snapper.ycp:53
-msgid "Configuration of system snapshots"
-msgstr ""
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-snapper-2.21.9/src/wizards.ycp 
new/yast2-snapper-2.21.10/src/wizards.ycp
--- old/yast2-snapper-2.21.9/src/wizards.ycp    2011-08-30 11:41:04.000000000 
+0200
+++ new/yast2-snapper-2.21.10/src/wizards.ycp   2011-09-28 23:05:42.000000000 
+0200
@@ -24,7 +24,7 @@
  * Summary:    Wizards definitions
  * Authors:    Jiri Suchomel <jsuch...@suse.cz>
  *
- * $Id: wizards.ycp 63520 2011-03-07 09:21:10Z jsuchome $
+ * $Id: wizards.ycp 66122 2011-09-28 21:05:41Z visnov $
  */
 
 {
@@ -90,7 +90,7 @@
     ];
 
     Wizard::CreateDialog ();
-    Wizard::SetDesktopIcon ("snapper");
+    Wizard::SetDesktopTitleAndIcon ("snapper");
     any ret = Sequencer::Run(aliases, sequence);
 
     UI::CloseDialog();

continue with "q"...



Remember to have fun...

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to