Hello community,

here is the log from the commit of package yast2-online-update for 
openSUSE:Factory checked in at 2011-12-12 17:00:03
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/yast2-online-update (Old)
 and      /work/SRC/openSUSE:Factory/.yast2-online-update.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "yast2-online-update", Maintainer is "[email protected]"

Changes:
--------
--- /work/SRC/openSUSE:Factory/yast2-online-update/yast2-online-update.changes  
2011-10-03 09:26:36.000000000 +0200
+++ 
/work/SRC/openSUSE:Factory/.yast2-online-update.new/yast2-online-update.changes 
    2011-12-12 17:05:54.000000000 +0100
@@ -1,0 +2,11 @@
+Fri Dec  9 15:42:10 CET 2011 - [email protected]
+
+- show package name in progress log when removing it (bnc#731485)
+- 2.21.5 
+
+-------------------------------------------------------------------
+Fri Nov 25 12:23:01 UTC 2011 - [email protected]
+
+- add libtool as buildrequire to avoid implicit dependency
+
+-------------------------------------------------------------------

Old:
----
  yast2-online-update-2.21.4.tar.bz2

New:
----
  yast2-online-update-2.21.5.tar.bz2

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

Other differences:
------------------
++++++ yast2-online-update.spec ++++++
--- /var/tmp/diff_new_pack.21jnZx/_old  2011-12-12 17:06:01.000000000 +0100
+++ /var/tmp/diff_new_pack.21jnZx/_new  2011-12-12 17:06:01.000000000 +0100
@@ -19,17 +19,15 @@
 
 
 Name:           yast2-online-update
-Version:        2.21.4
+Version:        2.21.5
 Release:        0
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 Source0:        yast2-online-update-%{version}.tar.bz2
 
-Prefix:         /usr
-
 Group:          System/YaST
 License:        GPL-2.0+
-BuildRequires:  gcc-c++ update-desktop-files yast2-devtools yast2-packager
+BuildRequires:  gcc-c++ libtool update-desktop-files yast2-devtools 
yast2-packager
 # changed StartPackage callback signature
 Requires:       yast2-pkg-bindings >= 2.20.3
 # PackagesUI::RunPackageSelector
@@ -60,23 +58,23 @@
 %setup -n yast2-online-update-%{version}
 
 %build
-%{prefix}/bin/y2tool y2autoconf
-%{prefix}/bin/y2tool y2automake
+%{_prefix}/bin/y2tool y2autoconf
+%{_prefix}/bin/y2tool y2automake
 autoreconf --force --install
 
 export CFLAGS="$RPM_OPT_FLAGS -DNDEBUG"
 export CXXFLAGS="$RPM_OPT_FLAGS -DNDEBUG"
 
 %{?suse_update_config:%{suse_update_config -f}}
-./configure --libdir=%{_libdir} --prefix=%{prefix} --mandir=%{_mandir}
+./configure --libdir=%{_libdir} --prefix=%{_prefix} --mandir=%{_mandir}
 # V=1: verbose build in case we used AM_SILENT_RULES(yes)
 # so that RPM_OPT_FLAGS check works
 make %{?jobs:-j%jobs} V=1
 
 %install
 make install DESTDIR="$RPM_BUILD_ROOT"
-[ -e "%{prefix}/share/YaST2/data/devtools/NO_MAKE_CHECK" ] || 
Y2DIR="$RPM_BUILD_ROOT/usr/share/YaST2" make check DESTDIR="$RPM_BUILD_ROOT"
-for f in `find $RPM_BUILD_ROOT/%{prefix}/share/applications/YaST2/ -name 
"*.desktop"` ; do
+[ -e "%{_prefix}/share/YaST2/data/devtools/NO_MAKE_CHECK" ] || 
Y2DIR="$RPM_BUILD_ROOT/usr/share/YaST2" make check DESTDIR="$RPM_BUILD_ROOT"
+for f in `find $RPM_BUILD_ROOT/%{_prefix}/share/applications/YaST2/ -name 
"*.desktop"` ; do
     d=${f##*/}
     %suse_update_desktop_file -d ycc_${d%.desktop} ${d%.desktop}
 done
@@ -93,7 +91,7 @@
 /usr/share/YaST2/clients/do_online_update_auto.ycp
 /usr/share/YaST2/modules/OnlineUpdate*.ycp
 /usr/share/YaST2/modules/OnlineUpdate*.ybc
-%doc %{prefix}/share/doc/packages/yast2-online-update
+%doc %{_prefix}/share/doc/packages/yast2-online-update
 
 %package frontend
 Summary:        YaST2 - Online Update (YOU)
@@ -108,6 +106,6 @@
 
 %files frontend
 %defattr(-,root,root)
-%{prefix}/share/applications/YaST2/online_update.desktop
+%{_prefix}/share/applications/YaST2/online_update.desktop
 
 %changelog

++++++ yast2-online-update-2.21.4.tar.bz2 -> yast2-online-update-2.21.5.tar.bz2 
++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-online-update-2.21.4/Makefile.am 
new/yast2-online-update-2.21.5/Makefile.am
--- old/yast2-online-update-2.21.4/Makefile.am  2011-09-23 17:00:39.000000000 
+0200
+++ new/yast2-online-update-2.21.5/Makefile.am  2011-12-09 15:44:29.000000000 
+0100
@@ -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-online-update-2.21.4/Makefile.in 
new/yast2-online-update-2.21.5/Makefile.in
--- old/yast2-online-update-2.21.4/Makefile.in  2011-09-23 17:00:45.000000000 
+0200
+++ new/yast2-online-update-2.21.5/Makefile.in  2011-12-09 15:44:56.000000000 
+0100
@@ -317,7 +317,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 \
@@ -988,7 +987,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 \
@@ -1016,21 +1015,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-online-update-2.21.4/VERSION 
new/yast2-online-update-2.21.5/VERSION
--- old/yast2-online-update-2.21.4/VERSION      2011-09-23 17:00:19.000000000 
+0200
+++ new/yast2-online-update-2.21.5/VERSION      2011-12-09 15:44:21.000000000 
+0100
@@ -1 +1 @@
-2.21.4
+2.21.5
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-online-update-2.21.4/configure 
new/yast2-online-update-2.21.5/configure
--- old/yast2-online-update-2.21.4/configure    2011-09-23 17:00:44.000000000 
+0200
+++ new/yast2-online-update-2.21.5/configure    2011-12-09 15:44:54.000000000 
+0100
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.68 for yast2-online-update 2.21.4.
+# Generated by GNU Autoconf 2.68 for yast2-online-update 2.21.5.
 #
 # Report bugs to <http://bugs.opensuse.org/>.
 #
@@ -570,8 +570,8 @@
 # Identity of this package.
 PACKAGE_NAME='yast2-online-update'
 PACKAGE_TARNAME='yast2-online-update'
-PACKAGE_VERSION='2.21.4'
-PACKAGE_STRING='yast2-online-update 2.21.4'
+PACKAGE_VERSION='2.21.5'
+PACKAGE_STRING='yast2-online-update 2.21.5'
 PACKAGE_BUGREPORT='http://bugs.opensuse.org/'
 PACKAGE_URL=''
 
@@ -1354,7 +1354,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-online-update 2.21.4 to adapt to many kinds of 
systems.
+\`configure' configures yast2-online-update 2.21.5 to adapt to many kinds of 
systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1426,7 +1426,7 @@
 
 if test -n "$ac_init_help"; then
   case $ac_init_help in
-     short | recursive ) echo "Configuration of yast2-online-update 2.21.4:";;
+     short | recursive ) echo "Configuration of yast2-online-update 2.21.5:";;
    esac
   cat <<\_ACEOF
 
@@ -1542,7 +1542,7 @@
 test -n "$ac_init_help" && exit $ac_status
 if $ac_init_version; then
   cat <<\_ACEOF
-yast2-online-update configure 2.21.4
+yast2-online-update configure 2.21.5
 generated by GNU Autoconf 2.68
 
 Copyright (C) 2010 Free Software Foundation, Inc.
@@ -1995,7 +1995,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-online-update $as_me 2.21.4, which was
+It was created by yast2-online-update $as_me 2.21.5, which was
 generated by GNU Autoconf 2.68.  Invocation command line was
 
   $ $0 $@
@@ -2925,7 +2925,7 @@
 
 # Define the identity of the package.
  PACKAGE='yast2-online-update'
- VERSION='2.21.4'
+ VERSION='2.21.5'
 
 
 cat >>confdefs.h <<_ACEOF
@@ -3047,7 +3047,7 @@
 
 
 
-VERSION="2.21.4"
+VERSION="2.21.5"
 RPMNAME="yast2-online-update"
 MAINTAINER="Jiri Suchomel <[email protected]>"
 
@@ -16615,7 +16615,7 @@
 # report actual input values of CONFIG_FILES etc. instead of their
 # values after options handling.
 ac_log="
-This file was extended by yast2-online-update $as_me 2.21.4, which was
+This file was extended by yast2-online-update $as_me 2.21.5, which was
 generated by GNU Autoconf 2.68.  Invocation command line was
 
   CONFIG_FILES    = $CONFIG_FILES
@@ -16681,7 +16681,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-online-update config.status 2.21.4
+yast2-online-update config.status 2.21.5
 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-online-update-2.21.4/configure.in 
new/yast2-online-update-2.21.5/configure.in
--- old/yast2-online-update-2.21.4/configure.in 2011-09-23 17:00:39.000000000 
+0200
+++ new/yast2-online-update-2.21.5/configure.in 2011-12-09 15:44:29.000000000 
+0100
@@ -1,9 +1,9 @@
 dnl configure.in for yast2-online-update
 dnl
-dnl -- This file is generated by y2autoconf 2.21.2 - DO NOT EDIT! --
+dnl -- This file is generated by y2autoconf 2.21.6 - DO NOT EDIT! --
 dnl    (edit configure.in.in instead)
 
-AC_INIT(yast2-online-update, 2.21.4, http://bugs.opensuse.org/, 
yast2-online-update)
+AC_INIT(yast2-online-update, 2.21.5, http://bugs.opensuse.org/, 
yast2-online-update)
 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.4"
+VERSION="2.21.5"
 RPMNAME="yast2-online-update"
 MAINTAINER="Jiri Suchomel <[email protected]>"
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-online-update-2.21.4/online-update.pot 
new/yast2-online-update-2.21.5/online-update.pot
--- old/yast2-online-update-2.21.4/online-update.pot    1970-01-01 
01:00:00.000000000 +0100
+++ new/yast2-online-update-2.21.5/online-update.pot    2011-10-05 
10:04:15.000000000 +0200
@@ -0,0 +1,443 @@
+# 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-10-05 10:04+0200\n"
+"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
+"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
+"Language-Team: LANGUAGE <[email protected]>\n"
+"Language: \n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=CHARSET\n"
+"Content-Transfer-Encoding: 8bit\n"
+
+#. popup message
+#: src/OnlineUpdate.ycp:28
+msgid ""
+"At least one of the updates installed requires restart of the session.\n"
+"Relogin into your system as soon as possible."
+msgstr ""
+
+#. popup message
+#: src/OnlineUpdate.ycp:32
+msgid ""
+"Packages for package management were updated.\n"
+"Finishing and restarting now."
+msgstr ""
+
+#. popup message
+#: src/OnlineUpdate.ycp:42
+msgid ""
+"At least one of the updates installed requires a system reboot to function\n"
+"properly. Reboot the system as soon as possible."
+msgstr ""
+
+#. popup message
+#: src/OnlineUpdate.ycp:46
+#, ycp-format
+msgid ""
+"These updates require a system reboot to function properly:\n"
+"\n"
+"%1.\n"
+"\n"
+"Reboot the system as soon as possible."
+msgstr ""
+
+#. continue/cancel popup text
+#: src/OnlineUpdate.ycp:53
+msgid ""
+"There are patches for package management available that require a restart of 
YaST.\n"
+"They should be installed first and all other patches after the restart.\n"
+"\n"
+"You selected some other patches to be installed now.\n"
+"\n"
+"Continue with installing your selection?"
+msgstr ""
+
+#. progress log item (%1 is name of package)
+#: src/OnlineUpdateCallbacks.ycp:94
+#, ycp-format
+msgid "Retrieving %1..."
+msgstr ""
+
+#. progress bar label
+#: src/OnlineUpdateCallbacks.ycp:99
+msgid "Package Download Progress"
+msgstr ""
+
+#. progress log action (what is being done with the package)
+#: src/OnlineUpdateCallbacks.ycp:128
+msgid "Removing"
+msgstr ""
+
+#: src/OnlineUpdateCallbacks.ycp:128
+msgid "Installing"
+msgstr ""
+
+#. progress bar label
+#: src/OnlineUpdateCallbacks.ycp:141
+msgid "Package Installation Progress"
+msgstr ""
+
+#. progress log item (=previous action finished correctly)
+#: src/OnlineUpdateCallbacks.ycp:154
+msgid "OK"
+msgstr ""
+
+#. Progress log. Leave the space at the end, some other text may follow
+#: src/OnlineUpdateCallbacks.ycp:222
+#, ycp-format
+msgid "Downloading delta RPM %1 "
+msgstr ""
+
+#. progress bar label
+#: src/OnlineUpdateCallbacks.ycp:227
+msgid "Delta RPM Download Progress"
+msgstr ""
+
+#. progress log item (previous action failed(%1 is reason)
+#: src/OnlineUpdateCallbacks.ycp:253
+#, ycp-format
+msgid "Failed to download delta RPM: %1"
+msgstr ""
+
+#. Progress log item (%1 is name of delta RPM).
+#. Leave the space at the end, some other text may follow.
+#: src/OnlineUpdateCallbacks.ycp:265
+#, ycp-format
+msgid "Applying delta RPM: %1 "
+msgstr ""
+
+#. progress bar label
+#: src/OnlineUpdateCallbacks.ycp:270
+msgid "Delta RPM Application Progress"
+msgstr ""
+
+#. progress log item (previous action failed(%1 is reason)
+#: src/OnlineUpdateCallbacks.ycp:296
+#, ycp-format
+msgid "Failed to apply delta RPM: %1"
+msgstr ""
+
+#. Progress log; lave the space at the end, some other text may follow.
+#: src/OnlineUpdateCallbacks.ycp:311
+#, ycp-format
+msgid "Downloading patch RPM %1 "
+msgstr ""
+
+#. progress bar label
+#: src/OnlineUpdateCallbacks.ycp:316
+msgid "Patch RPM Download Progress"
+msgstr ""
+
+#. progress log item (previous action failed(%1 is reason)
+#: src/OnlineUpdateCallbacks.ycp:342
+#, ycp-format
+msgid "Failed to download patch RPM: %1"
+msgstr ""
+
+#. progress bar label
+#: src/OnlineUpdateCallbacks.ycp:368
+msgid "Script Execution Progress"
+msgstr ""
+
+#. log entry, %1 is name of the patch which contains the script
+#: src/OnlineUpdateCallbacks.ycp:373
+#, ycp-format
+msgid "Starting script %1"
+msgstr ""
+
+#. label, %1 is patch name with version and architecture
+#: src/OnlineUpdateCallbacks.ycp:446
+#, ycp-format
+msgid ""
+"Patch %1\n"
+"\n"
+msgstr ""
+
+#. error popoup (detailed info follows)
+#: src/OnlineUpdateCallbacks.ycp:519
+msgid "There was an error in the repository initialization."
+msgstr ""
+
+#: src/OnlineUpdateDialogs.ycp:22
+msgid "No details available."
+msgstr ""
+
+#: src/OnlineUpdateDialogs.ycp:24
+msgid "&Details <<"
+msgstr ""
+
+#: src/OnlineUpdateDialogs.ycp:25
+msgid "&Details >>"
+msgstr ""
+
+#: src/OnlineUpdateDialogs.ycp:29
+msgid "Error"
+msgstr ""
+
+#: src/OnlineUpdateDialogs.ycp:35
+msgid "Try again"
+msgstr ""
+
+#: src/OnlineUpdateDialogs.ycp:36 src/OnlineUpdateDialogs.ycp:299
+msgid "Skip Patch"
+msgstr ""
+
+#: src/OnlineUpdateDialogs.ycp:37
+msgid "Skip All"
+msgstr ""
+
+#: src/OnlineUpdateDialogs.ycp:38 src/OnlineUpdateDialogs.ycp:44
+#: src/OnlineUpdateDialogs.ycp:52
+msgid "Abort Update"
+msgstr ""
+
+#: src/OnlineUpdateDialogs.ycp:47
+msgid "Warning"
+msgstr ""
+
+#. Warning text for aborting the update before a patch is installed
+#: src/OnlineUpdateDialogs.ycp:131
+msgid ""
+"If you abort the installation now, no patch will be installed.\n"
+"Your installation will remain untouched.\n"
+msgstr ""
+
+#. Warning text for aborting if some patches are installed, some not
+#: src/OnlineUpdateDialogs.ycp:138
+msgid ""
+"Patch download and installation in progress.\n"
+"If you abort the installation now, the update is incomplete.\n"
+"Repeat the update, including the download, if desired.\n"
+msgstr ""
+
+#. Warning text for aborting an installation during the install process
+#: src/OnlineUpdateDialogs.ycp:146
+msgid ""
+"If you abort the installation now,\n"
+"at least one patch is not installed correctly.\n"
+"You will need to do the update again."
+msgstr ""
+
+#. Warning text for aborting an installation without running SuSEconfig
+#: src/OnlineUpdateDialogs.ycp:153
+msgid ""
+"If you abort the installation now, SuSEconfig will\n"
+"not be run. The patches have been installed\n"
+"correctly, but without running SuSEconfig\n"
+"some of them might not work as expected."
+msgstr ""
+
+#. Confirm user request to abort installation
+#: src/OnlineUpdateDialogs.ycp:173
+msgid "Really abort YaST Online Update?"
+msgstr ""
+
+#. Button that will really abort the installation
+#: src/OnlineUpdateDialogs.ycp:180
+msgid "&Abort Update"
+msgstr ""
+
+#. Button that will continue with the installation
+#: src/OnlineUpdateDialogs.ycp:184
+msgid "&Continue Update"
+msgstr ""
+
+#: src/OnlineUpdateDialogs.ycp:259
+#, ycp-format
+msgid "<b>Patch:</b> %1<br>"
+msgstr ""
+
+#: src/OnlineUpdateDialogs.ycp:260
+#, ycp-format
+msgid "<b>Summary:</b> %1<br>"
+msgstr ""
+
+#: src/OnlineUpdateDialogs.ycp:271
+msgid "<b>Packages:</b>"
+msgstr ""
+
+#: src/OnlineUpdateDialogs.ycp:283
+msgid "Patch &Details <<"
+msgstr ""
+
+#: src/OnlineUpdateDialogs.ycp:284
+msgid "Patch &Details >>"
+msgstr ""
+
+#: src/OnlineUpdateDialogs.ycp:298
+msgid "Install Patch"
+msgstr ""
+
+#: src/inst_you.ycp:70
+msgid "Initializing ..."
+msgstr ""
+
+#. popup heading, with rich text widget and Yes/No buttons
+#: src/inst_you.ycp:272
+msgid "Do you accept this license agreement?"
+msgstr ""
+
+#. message popup
+#: src/inst_you.ycp:308
+msgid ""
+"Some application requiring restart has been updated. The system will\n"
+"reboot now then continue the installation.\n"
+msgstr ""
+
+#. help text for online-update initialization
+#: src/online_update.ycp:37
+msgid "<p>The system is initializing the installation and update repositories. 
Software repositories can be altered in the <b>Installation Source</b> 
module.</p>"
+msgstr ""
+
+#. progress stage label
+#: src/online_update.ycp:41
+msgid "Initialize the target system"
+msgstr ""
+
+#. progress stage label
+#: src/online_update.ycp:43
+msgid "Refresh software repositories"
+msgstr ""
+
+#. progress stage label
+#: src/online_update.ycp:45
+msgid "Check for available updates"
+msgstr ""
+
+#. progress step label
+#: src/online_update.ycp:49
+msgid "Initializing the target system..."
+msgstr ""
+
+#. progress step label
+#: src/online_update.ycp:51
+msgid "Refreshing software repositories..."
+msgstr ""
+
+#. progress step label
+#: src/online_update.ycp:53
+msgid "Checking for available updates..."
+msgstr ""
+
+#. final progress step label
+#: src/online_update.ycp:55
+msgid "Finished"
+msgstr ""
+
+#. dialog caption
+#: src/online_update.ycp:60
+msgid "Initializing CD Update"
+msgstr ""
+
+#. dialog caption
+#: src/online_update.ycp:62
+msgid "Initializing Online Update"
+msgstr ""
+
+#. yes/no message
+#: src/online_update.ycp:109
+msgid ""
+"No update repository\n"
+"configured yet. Run configuration workflow now?"
+msgstr ""
+
+#. command line help text
+#: src/online_update.ycp:285
+msgid "Online Update module"
+msgstr ""
+
+#. command line help text for cd_update action
+#: src/online_update.ycp:291
+msgid "Start Patch CD Update"
+msgstr ""
+
+#. command line help text for simple_mode action
+#: src/online_update.ycp:296
+msgid "Use simple package selector"
+msgstr ""
+
+#. command line help text for cd_url option
+#: src/online_update.ycp:302
+#, ycp-format
+msgid "URL for Patch CD (default value is '%1')"
+msgstr ""
+
+#. command line help text for cd_directory option
+#: src/online_update.ycp:308
+#, ycp-format
+msgid "Directory for patch data on Patch CD (default value is '%1')"
+msgstr ""
+
+#. progress window label
+#: src/online_update_install.ycp:27
+msgid "Progress Log"
+msgstr ""
+
+#. progress bar label
+#: src/online_update_install.ycp:31
+msgid "Package Progress"
+msgstr ""
+
+#. progress bar label
+#: src/online_update_install.ycp:36 src/online_update_install.ycp:65
+msgid "Total Progress"
+msgstr ""
+
+#. help text for online update
+#: src/online_update_install.ycp:42
+msgid ""
+"<p>After connecting to the update server,\n"
+"YaST will download all selected patches.\n"
+"This could take some time. Download details are shown in the log window.</p>"
+msgstr ""
+
+#. help text for online update
+#: src/online_update_install.ycp:47
+msgid "<p>If special messages associated with patches are available, they will 
be shown in an extra dialog when the patch is installed.</p>\n"
+msgstr ""
+
+#. using SetContents (define in online_update.ycp)
+#: src/online_update_install.ycp:53
+msgid "Patch Download and Installation"
+msgstr ""
+
+#. progress information
+#: src/online_update_install.ycp:76
+msgid "Installation finished.\n"
+msgstr ""
+
+#. label
+#: src/online_update_install.ycp:83
+msgid "Patch installation finished."
+msgstr ""
+
+#. error message
+#: src/online_update_install.ycp:92
+msgid "Patch processing failed."
+msgstr ""
+
+#: src/online_update_select.ycp:29
+msgid "Initializing for CD update..."
+msgstr ""
+
+#. error popup: cancel/retry buttons follow
+#: src/online_update_select.ycp:39
+msgid ""
+"Initialization failed. Check that\n"
+"you have inserted the correct CD.\n"
+msgstr ""
+
+#: src/online_update_select.ycp:139
+#, ycp-format
+msgid ""
+"Cannot configure online update repository \n"
+"without having package %1 installed"
+msgstr ""
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-online-update-2.21.4/src/OnlineUpdateCallbacks.ycp 
new/yast2-online-update-2.21.5/src/OnlineUpdateCallbacks.ycp
--- old/yast2-online-update-2.21.4/src/OnlineUpdateCallbacks.ycp        
2010-11-02 15:24:01.000000000 +0100
+++ new/yast2-online-update-2.21.5/src/OnlineUpdateCallbacks.ycp        
2011-12-09 15:41:13.000000000 +0100
@@ -124,14 +124,15 @@
     global void StartPackage(string pkg_name, string name, string summary, 
integer
                                         installsize, boolean is_delete)
     {
+       string p_name   = name != "" ? name : pkg_name;
        // progress log action (what is being done with the package)
        string action   = is_delete ? _("Removing") : _("Installing");
        // progress log item: %1 is action ("Removing" ot "Installing"),
        //  %2 is name of package, %3 is summary
-       string text     = sformat ("%1 %2: \"%3\"", action, name, summary);
+       string text     = sformat ("%1 %2: \"%3\"", action, p_name, summary);
        if (summary == "")
            // alternative progress log item: only action and package name
-           text        = sformat ("%1 %2", action, name);
+           text        = sformat ("%1 %2", action, p_name);
 
        ProgressLog (text);
         if (UI::WidgetExists (`id (`you_patch_progress)))

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

Reply via email to