Hello community,

here is the log from the commit of package yast2-product-creator for 
openSUSE:Factory
checked in at Mon Jul 18 09:41:27 CEST 2011.



--------
--- yast2-product-creator/yast2-product-creator.changes 2011-05-24 
10:37:51.000000000 +0200
+++ 
/mounts/work_src_done/STABLE/yast2-product-creator/yast2-product-creator.changes
    2011-07-15 12:19:14.000000000 +0200
@@ -1,0 +2,6 @@
+Fri Jul 15 12:16:29 CEST 2011 - jsuch...@suse.cz
+
+- fixed typos (bnc#703202)
+- 2.21.4 
+
+-------------------------------------------------------------------

calling whatdependson for head-i586


Old:
----
  yast2-product-creator-2.21.3.tar.bz2

New:
----
  yast2-product-creator-2.21.4.tar.bz2

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

Other differences:
------------------
++++++ yast2-product-creator.spec ++++++
--- /var/tmp/diff_new_pack.Vhg6ig/_old  2011-07-18 09:41:05.000000000 +0200
+++ /var/tmp/diff_new_pack.Vhg6ig/_new  2011-07-18 09:41:05.000000000 +0200
@@ -19,11 +19,11 @@
 
 
 Name:           yast2-product-creator
-Version:        2.21.3
+Version:        2.21.4
 Release:        1
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
-Source0:        yast2-product-creator-2.21.3.tar.bz2
+Source0:        yast2-product-creator-2.21.4.tar.bz2
 
 Prefix:         /usr
 
@@ -62,7 +62,7 @@
 XEN images etc.), based on existing installation sources.
 
 %prep
-%setup -n yast2-product-creator-2.21.3
+%setup -n yast2-product-creator-2.21.4
 
 %build
 %{prefix}/bin/y2tool y2autoconf

++++++ yast2-product-creator-2.21.3.tar.bz2 -> 
yast2-product-creator-2.21.4.tar.bz2 ++++++
++++ 6668 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-product-creator-2.21.3/VERSION 
new/yast2-product-creator-2.21.4/VERSION
--- old/yast2-product-creator-2.21.3/VERSION    2011-05-24 10:11:35.000000000 
+0200
+++ new/yast2-product-creator-2.21.4/VERSION    2011-07-15 12:18:27.000000000 
+0200
@@ -1 +1 @@
-2.21.3
+2.21.4
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-product-creator-2.21.3/configure.in 
new/yast2-product-creator-2.21.4/configure.in
--- old/yast2-product-creator-2.21.3/configure.in       2010-01-25 
19:41:40.000000000 +0100
+++ new/yast2-product-creator-2.21.4/configure.in       2011-06-23 
15:59:13.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-product-creator, 2.19.2, http://bugs.opensuse.org/, 
yast2-product-creator)
+AC_INIT(yast2-product-creator, 2.21.3, http://bugs.opensuse.org/, 
yast2-product-creator)
 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.19.2"
+VERSION="2.21.3"
 RPMNAME="yast2-product-creator"
 MAINTAINER="Jiri Suchomel <jsuch...@suse.cz>"
 
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-product-creator-2.21.3/src/complex.ycp 
new/yast2-product-creator-2.21.4/src/complex.ycp
--- old/yast2-product-creator-2.21.3/src/complex.ycp    2011-05-24 
10:34:04.000000000 +0200
+++ new/yast2-product-creator-2.21.4/src/complex.ycp    2011-07-15 
12:15:03.000000000 +0200
@@ -784,7 +784,7 @@
            string version      = get_preferences (config, "version", "");
            if (Popup::YesNo (
 // yes/no popup
-sformat (_("Delete configutation %1 (%2) now?"), config["name"]:"", version)))
+sformat (_("Delete configuration %1 (%2) now?"), config["name"]:"", version)))
            {
                string dir      =
                    config["kiwi_configuration_"+ config["current_task"]:""]:"";
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-product-creator-2.21.3/src/dialogs.ycp 
new/yast2-product-creator-2.21.4/src/dialogs.ycp
--- old/yast2-product-creator-2.21.3/src/dialogs.ycp    2011-03-01 
12:35:04.000000000 +0100
+++ new/yast2-product-creator-2.21.4/src/dialogs.ycp    2011-07-15 
12:15:50.000000000 +0200
@@ -1790,7 +1790,7 @@
            summary = Summary::AddHeader(summary, _("Architecture") );
 
            // summary line, %1 is e.g. i386, x86_64, ppc...
-           summary = Summary::AddLine(summary, sformat(_("Target 
architectrure: %1"), arch));
+           summary = Summary::AddLine(summary, sformat(_("Target architecture: 
%1"), arch));
        }
 
         // summary caption
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-product-creator-2.21.3/src/product-creator.ycp 
new/yast2-product-creator-2.21.4/src/product-creator.ycp
--- old/yast2-product-creator-2.21.3/src/product-creator.ycp    2008-12-18 
14:46:59.000000000 +0100
+++ new/yast2-product-creator-2.21.4/src/product-creator.ycp    2011-07-15 
12:16:21.000000000 +0200
@@ -74,7 +74,7 @@
        ],
        "passphrase" : $[
            // translators: command line help text for the 'passphrase' option
-           "help" : _("GPG passhrase required for signing the source."),
+           "help" : _("GPG passphrase required for signing the source."),
            "type"      : "string"
        ],
        "passphrase_file" : $[


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



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