Hello community,

here is the log from the commit of package yast2-restore for openSUSE:Factory
checked in at Wed Sep 21 17:33:41 CEST 2011.



--------
--- yast2-restore/yast2-restore.changes 2011-08-02 16:21:46.000000000 +0200
+++ /mounts/work_src_done/STABLE/yast2-restore/yast2-restore.changes    
2011-09-19 14:39:15.000000000 +0200
@@ -1,0 +2,11 @@
+Mon Sep 19 14:38:15 CEST 2011 - [email protected]
+
+- remove dependency on Wizard_hw
+- 2.21.1 
+
+-------------------------------------------------------------------
+Fri Aug  5 12:34:47 CEST 2011 - [email protected]
+
+- fixed .desktop file (bnc #681249)
+
+-------------------------------------------------------------------

calling whatdependson for head-i586


Old:
----
  yast2-restore-2.21.0.tar.bz2

New:
----
  yast2-restore-2.21.1.tar.bz2

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

Other differences:
------------------
++++++ yast2-restore.spec ++++++
--- /var/tmp/diff_new_pack.Yt9tD6/_old  2011-09-21 17:33:35.000000000 +0200
+++ /var/tmp/diff_new_pack.Yt9tD6/_new  2011-09-21 17:33:35.000000000 +0200
@@ -19,11 +19,11 @@
 
 
 Name:           yast2-restore
-Version:        2.21.0
+Version:        2.21.1
 Release:        0
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
-Source0:        yast2-restore-2.21.0.tar.bz2
+Source0:        yast2-restore-2.21.1.tar.bz2
 
 Prefix:         /usr
 
@@ -47,7 +47,7 @@
 Backup module.
 
 %prep
-%setup -n yast2-restore-2.21.0
+%setup -n yast2-restore-2.21.1
 
 %build
 %{prefix}/bin/y2tool y2autoconf

++++++ yast2-restore-2.21.0.tar.bz2 -> yast2-restore-2.21.1.tar.bz2 ++++++
++++ 6973 lines of diff (skipped)
++++    retrying with extended exclude list
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/yast2-restore-2.21.0/Makefile.am new/yast2-restore-2.21.1/Makefile.am
--- old/yast2-restore-2.21.0/Makefile.am        2011-08-02 16:20:05.000000000 
+0200
+++ new/yast2-restore-2.21.1/Makefile.am        2011-08-19 09:48:32.000000000 
+0200
@@ -32,10 +32,10 @@
 
 # less strict; prefer bzip2
 AUTOMAKE_OPTIONS = foreign dist-bzip2 no-dist-gzip
-# where devtools install m4 snippets
+# where devtools instal m4 snippets
 # argh, executed literally
 #ACLOCAL_AMFLAGS = -I $(Y2DEVTOOLS_PREFIX)/share/aclocal
-ACLOCAL_AMFLAGS = -I . -I `if test -d ./devtools/admin; then echo 
./devtools/admin; else pkg-config --print-errors --variable=datadir 
yast2-devtools; fi`/aclocal
+ACLOCAL_AMFLAGS = -I `if test -d ./devtools/admin; then echo ./devtools/admin; 
else pkg-config --print-errors --variable=datadir yast2-devtools; fi`/aclocal
 
 Makefile.am.common: $(DEVTOOLS_DIR)/admin/Makefile.am.common
        cmp -s $< $@ || cp -f $< $@
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/yast2-restore-2.21.0/VERSION new/yast2-restore-2.21.1/VERSION
--- old/yast2-restore-2.21.0/VERSION    2011-08-02 16:19:22.000000000 +0200
+++ new/yast2-restore-2.21.1/VERSION    2011-09-19 14:38:12.000000000 +0200
@@ -1 +1 @@
-2.21.0
+2.21.1
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/yast2-restore-2.21.0/autodocs-ycp.ami 
new/yast2-restore-2.21.1/autodocs-ycp.ami
--- old/yast2-restore-2.21.0/autodocs-ycp.ami   2011-08-02 16:20:05.000000000 
+0200
+++ new/yast2-restore-2.21.1/autodocs-ycp.ami   1970-01-01 01:00:00.000000000 
+0100
@@ -1,32 +0,0 @@
-# -*- makefile -*- Automake include file
-# $Id: autodocs-ycp.ami 57644 2009-06-19 08:38:11Z mvidner $
-
-# Builds source documentation for YCP sources
-# Uses ycpdoc
-# PARAMETERS:
-#   AUTODOCS_YCP: Files that the ycp autodocs is built from
-#                Optional - the default is $(srcdir)/../../src/*.ycp
-#   AUTODOCS_PM: Files that the perl autodocs is built from
-#                Optional - the default is $(srcdir)/../../src/*.pm
-#   AUTODOCS_SUBDIR: To install the result to $(docdir)/SUBDIR/autodocs
-#              Optional - the default is no subdir, $(docdir)/autodocs
-#   AUTODOCS_STRIP: Strip it from filenames. The remaining / are replaced by __
-#              Optional - the default is $(srcdir)/../../src
-
-htmldir = $(docdir)/$(AUTODOCS_SUBDIR)/autodocs
-
-html_DATA = index.html $(filter-out index.html, $(wildcard *.html))
-CLEANFILES = $(html_DATA) pod2htm*.tmp
-
-AUTODOCS_YCP ?= $(wildcard $(srcdir)/../../src/*.ycp)
-AUTODOCS_PM  ?= $(wildcard $(srcdir)/../../src/*.pm)
-AUTODOCS_STRIP ?= $(srcdir)/../../src
-
-index.html: $(AUTODOCS_YCP) $(AUTODOCS_PM)
-#including *.pm, for the index
-       ${YCPDOC} -d. -s$(AUTODOCS_STRIP) $(AUTODOCS_YCP)
-       for i in $(AUTODOCS_PM); do \
-               b=$${i##$(AUTODOCS_STRIP)}; b=$${b#/}; b=$${b//\//__}; 
b=$${b%.pm}; \
-               pod2html --title=$$b --infile=$$i --outfile=$$b.html; \
-               echo "<a href='$$b.html'>$${b/__/::}</a>" > $$b.mod.html; \
-       done
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/yast2-restore-2.21.0/configure.in new/yast2-restore-2.21.1/configure.in
--- old/yast2-restore-2.21.0/configure.in       2011-08-02 16:20:05.000000000 
+0200
+++ new/yast2-restore-2.21.1/configure.in       2011-08-19 09:48:32.000000000 
+0200
@@ -1,9 +1,9 @@
 dnl configure.in for yast2-restore
 dnl
-dnl -- This file is generated by y2autoconf 2.18.11 - DO NOT EDIT! --
+dnl -- This file is generated by y2autoconf 2.17.6 - DO NOT EDIT! --
 dnl    (edit configure.in.in instead)
 
-AC_INIT(yast2-restore, 2.21.0, http://bugs.opensuse.org/, yast2-restore)
+AC_INIT(yast2-restore, 2.16.2, http://bugs.opensuse.org/, yast2-restore)
 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.0"
+VERSION="2.16.2"
 RPMNAME="yast2-restore"
 MAINTAINER="Lukas Ocilka <[email protected]>"
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/yast2-restore-2.21.0/missing new/yast2-restore-2.21.1/missing
--- old/yast2-restore-2.21.0/missing    2011-08-02 16:20:08.000000000 +0200
+++ new/yast2-restore-2.21.1/missing    2011-08-19 09:48:32.000000000 +0200
@@ -1,10 +1,10 @@
 #! /bin/sh
 # Common stub for a few missing GNU programs while installing.
 
-scriptversion=2009-04-28.21; # UTC
+scriptversion=2006-05-10.23
 
-# Copyright (C) 1996, 1997, 1999, 2000, 2002, 2003, 2004, 2005, 2006,
-# 2008, 2009 Free Software Foundation, Inc.
+# Copyright (C) 1996, 1997, 1999, 2000, 2002, 2003, 2004, 2005, 2006
+#   Free Software Foundation, Inc.
 # Originally by Fran,cois Pinard <[email protected]>, 1996.
 
 # This program is free software; you can redistribute it and/or modify
@@ -18,7 +18,9 @@
 # GNU General Public License for more details.
 
 # You should have received a copy of the GNU General Public License
-# along with this program.  If not, see <http://www.gnu.org/licenses/>.
+# along with this program; if not, write to the Free Software
+# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
+# 02110-1301, USA.
 
 # As a special exception to the GNU General Public License, if you
 # distribute this file as part of a program that contains a
@@ -87,9 +89,6 @@
   tar          try tar, gnutar, gtar, then tar without non-portable flags
   yacc         create \`y.tab.[ch]', if possible, from existing .[ch]
 
-Version suffixes to PROGRAM as well as the prefixes \`gnu-', \`gnu', and
-\`g' are ignored when checking the name.
-
 Send bug reports to <[email protected]>."
     exit $?
     ;;
@@ -107,22 +106,15 @@
 
 esac
 
-# normalize program name to check for.
-program=`echo "$1" | sed '
-  s/^gnu-//; t
-  s/^gnu//; t
-  s/^g//; t'`
-
 # Now exit if we have it, but it failed.  Also exit now if we
 # don't have it and --version was passed (most likely to detect
-# the program).  This is about non-GNU programs, so use $1 not
-# $program.
+# the program).
 case $1 in
-  lex*|yacc*)
+  lex|yacc)
     # Not GNU programs, they don't have --version.
     ;;
 
-  tar*)
+  tar)
     if test -n "$run"; then
        echo 1>&2 "ERROR: \`tar' requires --run"
        exit 1
@@ -146,7 +138,7 @@
 
 # If it does not exist, or fails to run (possibly an outdated version),
 # try to emulate it.
-case $program in
+case $1 in
   aclocal*)
     echo 1>&2 "\
 WARNING: \`$1' is $msg.  You should only need it if
@@ -156,7 +148,7 @@
     touch aclocal.m4
     ;;
 
-  autoconf*)
+  autoconf)
     echo 1>&2 "\
 WARNING: \`$1' is $msg.  You should only need it if
          you modified \`${configure_ac}'.  You might want to install the
@@ -165,7 +157,7 @@
     touch configure
     ;;
 
-  autoheader*)
+  autoheader)
     echo 1>&2 "\
 WARNING: \`$1' is $msg.  You should only need it if
          you modified \`acconfig.h' or \`${configure_ac}'.  You might want
@@ -195,7 +187,7 @@
           while read f; do touch "$f"; done
     ;;
 
-  autom4te*)
+  autom4te)
     echo 1>&2 "\
 WARNING: \`$1' is needed, but is $msg.
          You might have modified some files without having the
@@ -218,7 +210,7 @@
     fi
     ;;
 
-  bison*|yacc*)
+  bison|yacc)
     echo 1>&2 "\
 WARNING: \`$1' $msg.  You should only need it if
          you modified a \`.y' file.  You may need the \`Bison' package
@@ -248,7 +240,7 @@
     fi
     ;;
 
-  lex*|flex*)
+  lex|flex)
     echo 1>&2 "\
 WARNING: \`$1' is $msg.  You should only need it if
          you modified a \`.l' file.  You may need the \`Flex' package
@@ -271,7 +263,7 @@
     fi
     ;;
 
-  help2man*)
+  help2man)
     echo 1>&2 "\
 WARNING: \`$1' is $msg.  You should only need it if
         you modified a dependency of a manual page.  You may need the
@@ -285,11 +277,11 @@
     else
        test -z "$file" || exec >$file
        echo ".ab help2man is required to generate this page"
-       exit $?
+       exit 1
     fi
     ;;
 
-  makeinfo*)
+  makeinfo)
     echo 1>&2 "\
 WARNING: \`$1' is $msg.  You should only need it if
          you modified a \`.texi' or \`.texinfo' file, or any other file
@@ -318,7 +310,7 @@
     touch $file
     ;;
 
-  tar*)
+  tar)
     shift
 
     # We have already tried tar in the generic part.
@@ -371,6 +363,5 @@
 # eval: (add-hook 'write-file-hooks 'time-stamp)
 # time-stamp-start: "scriptversion="
 # time-stamp-format: "%:y-%02m-%02d.%02H"
-# time-stamp-time-zone: "UTC"
-# time-stamp-end: "; # UTC"
+# time-stamp-end: "$"
 # End:
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/yast2-restore-2.21.0/src/restore.desktop 
new/yast2-restore-2.21.1/src/restore.desktop
--- old/yast2-restore-2.21.0/src/restore.desktop        2010-01-15 
11:14:00.000000000 +0100
+++ new/yast2-restore-2.21.1/src/restore.desktop        2011-09-15 
17:20:36.000000000 +0200
@@ -3,7 +3,6 @@
 Categories=Settings;System;Qt;X-SuSE-YaST;X-SuSE-YaST-System;
 
 X-KDE-ModuleType=Library
-X-KDE-RootOnly=true
 X-KDE-HasReadOnlyMode=true
 X-KDE-Library=yast2
 X-SuSE-YaST-Call=restore
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/yast2-restore-2.21.0/src/ui.ycp new/yast2-restore-2.21.1/src/ui.ycp
--- old/yast2-restore-2.21.0/src/ui.ycp 2009-12-14 11:17:01.000000000 +0100
+++ new/yast2-restore-2.21.1/src/ui.ycp 2011-09-19 08:46:16.000000000 +0200
@@ -11,7 +11,7 @@
  * Authors:
  *   Ladislav Slezak <[email protected]>
  *
- * $Id: ui.ycp 60090 2009-12-14 10:16:38Z locilka $
+ * $Id: ui.ycp 65755 2011-09-19 06:46:16Z visnov $
  *
  * All user interface functions.
  *
@@ -22,7 +22,6 @@
 textdomain "restore";
 
 import "Wizard";
-import "Wizard_hw";
 import "Progress";
 import "Restore";
 import "Mode";


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



Remember to have fun...

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

Reply via email to