Hello community,

here is the log from the commit of package yast2 for openSUSE:Factory
checked in at Wed Aug 3 16:19:01 CEST 2011.



--------
--- yast2/yast2.changes 2011-08-02 10:54:52.000000000 +0200
+++ /mounts/work_src_done/STABLE/yast2/yast2.changes    2011-08-03 
11:06:41.000000000 +0200
@@ -1,0 +2,7 @@
+Wed Aug  3 09:04:32 UTC 2011 - [email protected]
+
+- use term "Software manager" instead of "Package manager"
+  (bnc#585679)
+- 2.21.10
+
+-------------------------------------------------------------------

calling whatdependson for head-i586


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

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

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

Other differences:
------------------
++++++ yast2.spec ++++++
--- /var/tmp/diff_new_pack.mJcT7P/_old  2011-08-03 16:18:34.000000000 +0200
+++ /var/tmp/diff_new_pack.mJcT7P/_new  2011-08-03 16:18:34.000000000 +0200
@@ -19,11 +19,11 @@
 
 
 Name:           yast2
-Version:        2.21.9
+Version:        2.21.10
 Release:        1
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
-Source0:        yast2-2.21.9.tar.bz2
+Source0:        yast2-2.21.10.tar.bz2
 
 Prefix:         /usr
 
@@ -130,7 +130,7 @@
 installation with YaST2.
 
 %prep
-%setup -n yast2-2.21.9
+%setup -n yast2-2.21.10
 
 %build
 %{prefix}/bin/y2tool y2autoconf

++++++ yast2-2.21.9.tar.bz2 -> yast2-2.21.10.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-2.21.9/configure new/yast2-2.21.10/configure
--- old/yast2-2.21.9/configure  2011-08-02 10:53:11.000000000 +0200
+++ new/yast2-2.21.10/configure 2011-08-03 11:04:59.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 2.21.9.
+# Generated by GNU Autoconf 2.68 for yast2 2.21.10.
 #
 # Report bugs to <http://bugs.opensuse.org/>.
 #
@@ -559,8 +559,8 @@
 # Identity of this package.
 PACKAGE_NAME='yast2'
 PACKAGE_TARNAME='yast2'
-PACKAGE_VERSION='2.21.9'
-PACKAGE_STRING='yast2 2.21.9'
+PACKAGE_VERSION='2.21.10'
+PACKAGE_STRING='yast2 2.21.10'
 PACKAGE_BUGREPORT='http://bugs.opensuse.org/'
 PACKAGE_URL=''
 
@@ -1232,7 +1232,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 2.21.9 to adapt to many kinds of systems.
+\`configure' configures yast2 2.21.10 to adapt to many kinds of systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1303,7 +1303,7 @@
 
 if test -n "$ac_init_help"; then
   case $ac_init_help in
-     short | recursive ) echo "Configuration of yast2 2.21.9:";;
+     short | recursive ) echo "Configuration of yast2 2.21.10:";;
    esac
   cat <<\_ACEOF
 
@@ -1383,7 +1383,7 @@
 test -n "$ac_init_help" && exit $ac_status
 if $ac_init_version; then
   cat <<\_ACEOF
-yast2 configure 2.21.9
+yast2 configure 2.21.10
 generated by GNU Autoconf 2.68
 
 Copyright (C) 2010 Free Software Foundation, Inc.
@@ -1400,7 +1400,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 $as_me 2.21.9, which was
+It was created by yast2 $as_me 2.21.10, which was
 generated by GNU Autoconf 2.68.  Invocation command line was
 
   $ $0 $@
@@ -2330,7 +2330,7 @@
 
 # Define the identity of the package.
  PACKAGE='yast2'
- VERSION='2.21.9'
+ VERSION='2.21.10'
 
 
 cat >>confdefs.h <<_ACEOF
@@ -2452,7 +2452,7 @@
 
 
 
-VERSION="2.21.9"
+VERSION="2.21.10"
 RPMNAME="yast2"
 MAINTAINER="Jiri Srain <[email protected]>"
 
@@ -3498,7 +3498,7 @@
 # report actual input values of CONFIG_FILES etc. instead of their
 # values after options handling.
 ac_log="
-This file was extended by yast2 $as_me 2.21.9, which was
+This file was extended by yast2 $as_me 2.21.10, which was
 generated by GNU Autoconf 2.68.  Invocation command line was
 
   CONFIG_FILES    = $CONFIG_FILES
@@ -3551,7 +3551,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 config.status 2.21.9
+yast2 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-2.21.9/configure.in 
new/yast2-2.21.10/configure.in
--- old/yast2-2.21.9/configure.in       2011-08-02 10:53:08.000000000 +0200
+++ new/yast2-2.21.10/configure.in      2011-08-03 11:04:57.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, 2.21.9, http://bugs.opensuse.org/, yast2)
+AC_INIT(yast2, 2.21.10, http://bugs.opensuse.org/, yast2)
 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"
 MAINTAINER="Jiri Srain <[email protected]>"
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-2.21.9/library/modules/Version.ycp 
new/yast2-2.21.10/library/modules/Version.ycp
--- old/yast2-2.21.9/library/modules/Version.ycp        2011-08-02 
10:53:15.000000000 +0200
+++ new/yast2-2.21.10/library/modules/Version.ycp       2011-08-03 
11:05:03.000000000 +0200
@@ -20,7 +20,7 @@
 /**
  * Version of the yast2 package
  */
-global string yast2 = "2.21.9";
+global string yast2 = "2.21.10";
 
 /* EOF */
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-2.21.9/library/packages/src/PackageSystem.ycp 
new/yast2-2.21.10/library/packages/src/PackageSystem.ycp
--- old/yast2-2.21.9/library/packages/src/PackageSystem.ycp     2009-11-24 
15:13:51.000000000 +0100
+++ new/yast2-2.21.10/library/packages/src/PackageSystem.ycp    2011-08-03 
11:05:33.000000000 +0200
@@ -6,7 +6,7 @@
  *             Michal Svec <[email protected]>
  * Flags:      Stable
  *
- * $Id: PackageSystem.ycp 57294 2009-05-22 08:54:19Z mvidner $
+ * $Id: PackageSystem.ycp 65162 2011-08-03 09:05:32Z lslezak $
  *
  * The documentation is maintained at
  * <a href="../index.html">.../docs/index.html</a>.
@@ -223,11 +223,11 @@
        {
            message = message + "\n\n" + _("Yast has automatically added or 
removed some packages,
 check the changes scheduled to fix the system
-in the package manager.");
+in the software manager.");
        }
 
 
-       message = message + "\n\n" + _("Start the package manager and fix the 
problems
+       message = message + "\n\n" + _("Start the software manager and fix the 
problems
 or skip fixing and install the already confirmed packages only?");
 
        symbol fixsystem = Popup::AnyQuestion3(Label::WarningMsg(), message, 
Label::ContinueButton(),
@@ -291,7 +291,7 @@
 
        // error message, after pressing [OK] the package manager is displayed
        Report::Error(_("There are unresolved dependencies which need
-to be solved manually in the package manager."));
+to be solved manually in the software manager."));
 
        // disable repomanagement during installation
        boolean repomgmt = !Mode::installation();
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-2.21.9/VERSION new/yast2-2.21.10/VERSION
--- old/yast2-2.21.9/VERSION    2011-08-02 09:29:54.000000000 +0200
+++ new/yast2-2.21.10/VERSION   2011-08-03 11:04: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]

Reply via email to