Hello community, here is the log from the commit of package yast2-installation for openSUSE:Factory checked in at Wed Aug 3 16:26:41 CEST 2011.
-------- --- yast2-installation/yast2-installation.changes 2011-08-02 13:49:30.000000000 +0200 +++ /mounts/work_src_done/STABLE/yast2-installation/yast2-installation.changes 2011-08-03 10:58:07.000000000 +0200 @@ -1,0 +2,7 @@ +Wed Aug 3 08:53:14 UTC 2011 - [email protected] + +- use term "Software manager" instead of "Package manager" + (bnc#585679) +- 2.21.10 + +------------------------------------------------------------------- calling whatdependson for head-i586 Old: ---- yast2-installation-2.21.9.tar.bz2 New: ---- yast2-installation-2.21.10.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ yast2-installation.spec ++++++ --- /var/tmp/diff_new_pack.MLxy1z/_old 2011-08-03 16:25:51.000000000 +0200 +++ /var/tmp/diff_new_pack.MLxy1z/_new 2011-08-03 16:25:51.000000000 +0200 @@ -19,11 +19,11 @@ Name: yast2-installation -Version: 2.21.9 +Version: 2.21.10 Release: 1 BuildRoot: %{_tmppath}/%{name}-%{version}-build -Source0: yast2-installation-2.21.9.tar.bz2 +Source0: yast2-installation-2.21.10.tar.bz2 Prefix: /usr @@ -136,7 +136,7 @@ System installation code as present on installation media. %prep -%setup -n yast2-installation-2.21.9 +%setup -n yast2-installation-2.21.10 %build %{prefix}/bin/y2tool y2autoconf ++++++ yast2-installation-2.21.9.tar.bz2 -> yast2-installation-2.21.10.tar.bz2 ++++++ ++++ 3455 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-installation-2.21.9/configure.in new/yast2-installation-2.21.10/configure.in --- old/yast2-installation-2.21.9/configure.in 2011-08-02 13:46:59.000000000 +0200 +++ new/yast2-installation-2.21.10/configure.in 2011-08-03 10:57:41.000000000 +0200 @@ -3,7 +3,7 @@ dnl -- This file is generated by y2autoconf 2.18.11 - DO NOT EDIT! -- dnl (edit configure.in.in instead) -AC_INIT(yast2-installation, 2.21.9, http://bugs.opensuse.org/, yast2-installation) +AC_INIT(yast2-installation, 2.21.10, http://bugs.opensuse.org/, yast2-installation) 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.9" +VERSION="2.21.10" RPMNAME="yast2-installation" MAINTAINER="Jiří Suchomel <[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-installation-2.21.9/src/clients/inst_deploy_image.ycp new/yast2-installation-2.21.10/src/clients/inst_deploy_image.ycp --- old/yast2-installation-2.21.9/src/clients/inst_deploy_image.ycp 2009-11-24 15:14:37.000000000 +0100 +++ new/yast2-installation-2.21.10/src/clients/inst_deploy_image.ycp 2011-08-03 10:42:48.000000000 +0200 @@ -347,7 +347,7 @@ if (ProductFeatures::GetBooleanFeature("globals", "debug_deploying") == true) { // TRANSLATORS: pop-up message Report::Message (_("Debugging has been turned on. -YaST will open a package manager for you to check the current status of packages.")); +YaST will open a software manager for you to check the current status of packages.")); RunPackageManager(); } 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-installation-2.21.9/src/clients/inst_system_analysis.ycp new/yast2-installation-2.21.10/src/clients/inst_system_analysis.ycp --- old/yast2-installation-2.21.9/src/clients/inst_system_analysis.ycp 2011-07-29 11:14:50.000000000 +0200 +++ new/yast2-installation-2.21.10/src/clients/inst_system_analysis.ycp 2011-08-03 10:55:27.000000000 +0200 @@ -5,7 +5,7 @@ * Authors: Jiri Srain <[email protected]> * Lukas Ocilka <[email protected]> * - * $Id: inst_system_analysis.ycp 65006 2011-07-26 09:32:24Z aschnell $ + * $Id: inst_system_analysis.ycp 65155 2011-08-03 08:55:25Z lslezak $ * */ @@ -299,9 +299,9 @@ visible_icons = add (visible_icons, "32x32/apps/yast-update-possibility.png"); // TRANSLATORS: progress step -actions_todo = add (actions_todo, _("Initialize package manager")); +actions_todo = add (actions_todo, _("Initialize software manager")); // TRANSLATORS: progress step -actions_doing = add (actions_doing, _("Initializing package manager...")); +actions_doing = add (actions_doing, _("Initializing software manager...")); actions_functions = add (actions_functions, InitInstallationRepositories); visible_icons = add (visible_icons, "32x32/apps/yast-package-manager.png"); 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-installation-2.21.9/src/clients/inst_upgrade_urls.ycp new/yast2-installation-2.21.10/src/clients/inst_upgrade_urls.ycp --- old/yast2-installation-2.21.9/src/clients/inst_upgrade_urls.ycp 2010-03-18 14:58:23.000000000 +0100 +++ new/yast2-installation-2.21.10/src/clients/inst_upgrade_urls.ycp 2011-08-03 10:42:18.000000000 +0200 @@ -1039,12 +1039,12 @@ [ // TRANSLATORS: progress step _("Read previously used repositories"), - _("Initialize package manager"), + _("Initialize software manager"), ], [ // TRANSLATORS: progress step _("Reading previously used repositories..."), - _("Initializing package manager..."), + _("Initializing software manager..."), ], // TRANSLATORS: dialog help _("<p>Reading repositories. Please wait...</p>") 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-installation-2.21.9/src/modules/ImageInstallation.ycp new/yast2-installation-2.21.10/src/modules/ImageInstallation.ycp --- old/yast2-installation-2.21.9/src/modules/ImageInstallation.ycp 2011-07-01 14:49:10.000000000 +0200 +++ new/yast2-installation-2.21.10/src/modules/ImageInstallation.ycp 2011-08-03 10:41:36.000000000 +0200 @@ -1234,7 +1234,7 @@ // Error message Report::Error (_("Installation was unable to solve package dependencies automatically. -Package manager will be opened for you to solve them manually.")); +Software manager will be opened for you to solve them manually.")); boolean ret = false; 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-installation-2.21.9/VERSION new/yast2-installation-2.21.10/VERSION --- old/yast2-installation-2.21.9/VERSION 2011-08-02 13:39:51.000000000 +0200 +++ new/yast2-installation-2.21.10/VERSION 2011-08-03 10:53:49.000000000 +0200 @@ -1 +1 @@ -2.21.9 +2.21.10 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun... -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
