Hello community, here is the log from the commit of package yast2-firstboot for openSUSE:Factory checked in at 2012-03-30 14:21:04 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/yast2-firstboot (Old) and /work/SRC/openSUSE:Factory/.yast2-firstboot.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "yast2-firstboot", Maintainer is "[email protected]" Changes: -------- --- /work/SRC/openSUSE:Factory/yast2-firstboot/yast2-firstboot.changes 2012-01-17 16:17:32.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.yast2-firstboot.new/yast2-firstboot.changes 2012-03-30 14:21:06.000000000 +0200 @@ -1,0 +2,6 @@ +Thu Mar 29 14:47:01 CEST 2012 - [email protected] + +- merged proofed texts +- 2.22.1 + +------------------------------------------------------------------- Old: ---- yast2-firstboot-2.22.0.tar.bz2 New: ---- yast2-firstboot-2.22.1.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ yast2-firstboot.spec ++++++ --- /var/tmp/diff_new_pack.QTsY5m/_old 2012-03-30 14:21:07.000000000 +0200 +++ /var/tmp/diff_new_pack.QTsY5m/_new 2012-03-30 14:21:07.000000000 +0200 @@ -16,17 +16,21 @@ # - Name: yast2-firstboot -Version: 2.22.0 +Version: 2.22.1 Release: 0 BuildRoot: %{_tmppath}/%{name}-%{version}-build Source0: yast2-firstboot-%{version}.tar.bz2 -Group: System/YaST -License: GPL-2.0 -BuildRequires: docbook-xsl-stylesheets libxslt perl-XML-Writer sgml-skel update-desktop-files yast2-devtools yast2-testsuite yast2-xml +BuildRequires: docbook-xsl-stylesheets +BuildRequires: libxslt +BuildRequires: perl-XML-Writer +BuildRequires: sgml-skel +BuildRequires: update-desktop-files +BuildRequires: yast2-devtools +BuildRequires: yast2-testsuite +BuildRequires: yast2-xml # Internet.ycp moved to yast2.rpm BuildRequires: yast2 >= 2.16.6 # Installation startup scripts @@ -43,6 +47,8 @@ BuildArch: noarch Summary: YaST2 - Initial System Configuration +License: GPL-2.0 +Group: System/YaST PreReq: %fillup_prereq %description ++++++ yast2-firstboot-2.22.0.tar.bz2 -> yast2-firstboot-2.22.1.tar.bz2 ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-firstboot-2.22.0/VERSION new/yast2-firstboot-2.22.1/VERSION --- old/yast2-firstboot-2.22.0/VERSION 2012-01-13 09:46:54.000000000 +0100 +++ new/yast2-firstboot-2.22.1/VERSION 2012-03-29 14:47:08.000000000 +0200 @@ -1 +1 @@ -2.22.0 +2.22.1 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-firstboot-2.22.0/src/Firstboot.ycp new/yast2-firstboot-2.22.1/src/Firstboot.ycp --- old/yast2-firstboot-2.22.0/src/Firstboot.ycp 2012-01-13 09:45:29.000000000 +0100 +++ new/yast2-firstboot-2.22.1/src/Firstboot.ycp 2012-03-29 14:46:51.000000000 +0200 @@ -24,7 +24,7 @@ * Summary: Firstboot settings, input and output functions * Authors: Anas Nashif <[email protected]> * - * $Id: Firstboot.ycp 57876 2009-07-07 08:09:35Z jsuchome $ + * $Id: Firstboot.ycp 67176 2012-01-13 10:16:38Z jsuchome $ * * Representation of the configuration of firstboot. * Input and output routines. diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-firstboot-2.22.0/src/firstboot.ycp new/yast2-firstboot-2.22.1/src/firstboot.ycp --- old/yast2-firstboot-2.22.0/src/firstboot.ycp 2012-01-13 09:45:23.000000000 +0100 +++ new/yast2-firstboot-2.22.1/src/firstboot.ycp 2012-01-13 11:16:40.000000000 +0100 @@ -21,7 +21,7 @@ /** * Maintainer: Jiri Srain <[email protected]> * - * $Id: firstboot.ycp 57876 2009-07-07 08:09:35Z jsuchome $ + * $Id: firstboot.ycp 67176 2012-01-13 10:16:38Z jsuchome $ */ { textdomain "firstboot"; diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-firstboot-2.22.0/src/firstboot_auto.ycp new/yast2-firstboot-2.22.1/src/firstboot_auto.ycp --- old/yast2-firstboot-2.22.0/src/firstboot_auto.ycp 2012-01-13 09:44:37.000000000 +0100 +++ new/yast2-firstboot-2.22.1/src/firstboot_auto.ycp 2012-03-29 14:46:51.000000000 +0200 @@ -65,7 +65,8 @@ // text label, describing the check box meaning // keep in 2 lines with roughly the same length _("Check Enable Firstboot Sequence here to start YaST -firstboot utility on the first boot after configuration")), +firstboot utility on the first boot after configuration. +")), `VSpacing (), // check box label `CheckBox (`id (`enable), _("Enable Firstboot Sequence"), @@ -74,7 +75,8 @@ Wizard::CreateDialog(); // help text Wizard::SetContentsButtons (caption, contents, _("<p>Check <b>Enable Firstboot Sequence</b> to start YaST firstboot utility on the first boot after configuration.</p> -<p>Check the documentation of yast2-firstboot module to find out more.</p>"), +<p>Check the documentation of yast2-firstboot module for further information.</p> +"), Label::BackButton(), Label::NextButton()); ret = UI::UserInput (); diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-firstboot-2.22.0/src/firstboot_desktop.ycp new/yast2-firstboot-2.22.1/src/firstboot_desktop.ycp --- old/yast2-firstboot-2.22.0/src/firstboot_desktop.ycp 2012-01-13 09:44:46.000000000 +0100 +++ new/yast2-firstboot-2.22.1/src/firstboot_desktop.ycp 2012-03-29 14:46:51.000000000 +0200 @@ -24,7 +24,7 @@ * Summary: Firstboot Desktop Selection * Authors: Anas Nashif <[email protected]> * - * $Id: firstboot_desktop.ycp 65961 2011-09-23 09:49:16Z lslezak $ + * $Id: firstboot_desktop.ycp 67176 2012-01-13 10:16:38Z jsuchome $ */ { textdomain "firstboot"; diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-firstboot-2.22.0/src/firstboot_finish.ycp new/yast2-firstboot-2.22.1/src/firstboot_finish.ycp --- old/yast2-firstboot-2.22.0/src/firstboot_finish.ycp 2012-01-13 09:44:48.000000000 +0100 +++ new/yast2-firstboot-2.22.1/src/firstboot_finish.ycp 2012-03-29 14:46:51.000000000 +0200 @@ -26,7 +26,7 @@ * * Display a nice congratulation message for the user. * - * $Id: firstboot_finish.ycp 62742 2010-11-03 16:09:56Z jsuchome $ + * $Id: firstboot_finish.ycp 67176 2012-01-13 10:16:38Z jsuchome $ */ { diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-firstboot-2.22.0/src/firstboot_keyboard.ycp new/yast2-firstboot-2.22.1/src/firstboot_keyboard.ycp --- old/yast2-firstboot-2.22.0/src/firstboot_keyboard.ycp 2012-01-13 09:44:50.000000000 +0100 +++ new/yast2-firstboot-2.22.1/src/firstboot_keyboard.ycp 2012-01-13 11:16:40.000000000 +0100 @@ -23,7 +23,7 @@ * Author : Jiri Suchomel <[email protected]> * Purpose : Firstboot configuratiuon of keyboard * - * $Id: firstboot_keyboard.ycp 60169 2009-12-22 12:27:28Z jsuchome $ + * $Id: firstboot_keyboard.ycp 67176 2012-01-13 10:16:38Z jsuchome $ */ { textdomain "country"; diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-firstboot-2.22.0/src/firstboot_language.ycp new/yast2-firstboot-2.22.1/src/firstboot_language.ycp --- old/yast2-firstboot-2.22.0/src/firstboot_language.ycp 2012-01-13 09:44:55.000000000 +0100 +++ new/yast2-firstboot-2.22.1/src/firstboot_language.ycp 2012-03-29 14:46:51.000000000 +0200 @@ -32,7 +32,7 @@ * Modify: * * - * $Id: firstboot_language.ycp 62746 2010-11-03 16:12:56Z jsuchome $ + * $Id: firstboot_language.ycp 67176 2012-01-13 10:16:38Z jsuchome $ */ { diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-firstboot-2.22.0/src/firstboot_language_keyboard.ycp new/yast2-firstboot-2.22.1/src/firstboot_language_keyboard.ycp --- old/yast2-firstboot-2.22.0/src/firstboot_language_keyboard.ycp 2012-01-13 09:44:52.000000000 +0100 +++ new/yast2-firstboot-2.22.1/src/firstboot_language_keyboard.ycp 2012-03-29 14:46:51.000000000 +0200 @@ -32,7 +32,7 @@ * Summary: * This client shows dialog for choosing the language and keyboard layout * - * $Id: firstboot_language_keyboard.ycp 62746 2010-11-03 16:12:56Z jsuchome $ + * $Id: firstboot_language_keyboard.ycp 67176 2012-01-13 10:16:38Z jsuchome $ * */ { @@ -106,8 +106,8 @@ // help text for firstboot language + keyboard screen string help_text = _("<p> -Choose the <b>Language</b> and the <b>Keyboard layout</b> to be used during -configuration and for the installed system. +Choose the <b>Language</b> and the <b>Keyboard Layout</b> to be used during +configuration and in the installed system. </p> ") + // help text, continued diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-firstboot-2.22.0/src/firstboot_license.ycp new/yast2-firstboot-2.22.1/src/firstboot_license.ycp --- old/yast2-firstboot-2.22.0/src/firstboot_license.ycp 2012-01-13 09:45:02.000000000 +0100 +++ new/yast2-firstboot-2.22.1/src/firstboot_license.ycp 2012-01-13 11:16:40.000000000 +0100 @@ -24,7 +24,7 @@ * Author : Ladislav Slezak <[email protected]>, * Purpose : Display vendor license during firstboot configuration * - * $Id: firstboot_license.ycp 57028 2009-04-29 10:58:09Z lslezak $ + * $Id: firstboot_license.ycp 67176 2012-01-13 10:16:38Z jsuchome $ */ { diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-firstboot-2.22.0/src/firstboot_license_novell.ycp new/yast2-firstboot-2.22.1/src/firstboot_license_novell.ycp --- old/yast2-firstboot-2.22.0/src/firstboot_license_novell.ycp 2012-01-13 09:44:57.000000000 +0100 +++ new/yast2-firstboot-2.22.1/src/firstboot_license_novell.ycp 2012-01-13 11:16:40.000000000 +0100 @@ -23,7 +23,7 @@ * Authors: Ladislav Slezak <[email protected]>, Jiri Suchomel <[email protected]> * Purpose: Display Novell license at the start of firstboot * - * $Id: firstboot_license_novell.ycp 49092 2008-07-15 10:49:23Z jsuchome $ + * $Id: firstboot_license_novell.ycp 67176 2012-01-13 10:16:38Z jsuchome $ */ { diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-firstboot-2.22.0/src/firstboot_licenses.ycp new/yast2-firstboot-2.22.1/src/firstboot_licenses.ycp --- old/yast2-firstboot-2.22.0/src/firstboot_licenses.ycp 2012-01-13 09:45:00.000000000 +0100 +++ new/yast2-firstboot-2.22.1/src/firstboot_licenses.ycp 2012-01-13 11:16:40.000000000 +0100 @@ -21,7 +21,7 @@ /* * Purpose : Display 2 license texts (probably from vendor and Novell) during firstboot configuration * - * $Id: firstboot_licenses.ycp 60274 2010-01-07 14:27:42Z jsuchome $ + * $Id: firstboot_licenses.ycp 67176 2012-01-13 10:16:38Z jsuchome $ */ { diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-firstboot-2.22.0/src/firstboot_network_write.ycp new/yast2-firstboot-2.22.1/src/firstboot_network_write.ycp --- old/yast2-firstboot-2.22.0/src/firstboot_network_write.ycp 2012-01-13 09:45:05.000000000 +0100 +++ new/yast2-firstboot-2.22.1/src/firstboot_network_write.ycp 2012-01-13 11:16:40.000000000 +0100 @@ -23,7 +23,7 @@ * Author : Jiri Suchomel <[email protected]> * Purpose : Save network configuration * (usable when network proposal was not run) - * $Id: firstboot_network_write.ycp 41480 2007-10-19 10:34:35Z jsuchome $ + * $Id: firstboot_network_write.ycp 67176 2012-01-13 10:16:38Z jsuchome $ */ { // currently only restart the service, may be enhanced later diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-firstboot-2.22.0/src/firstboot_ssh.ycp new/yast2-firstboot-2.22.1/src/firstboot_ssh.ycp --- old/yast2-firstboot-2.22.0/src/firstboot_ssh.ycp 2012-01-13 09:45:12.000000000 +0100 +++ new/yast2-firstboot-2.22.1/src/firstboot_ssh.ycp 2012-01-13 11:16:40.000000000 +0100 @@ -31,7 +31,7 @@ * * * - * $Id: firstboot_ssh.ycp 57028 2009-04-29 10:58:09Z lslezak $ + * $Id: firstboot_ssh.ycp 67176 2012-01-13 10:16:38Z jsuchome $ */ { diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-firstboot-2.22.0/src/firstboot_timezone.ycp new/yast2-firstboot-2.22.1/src/firstboot_timezone.ycp --- old/yast2-firstboot-2.22.0/src/firstboot_timezone.ycp 2012-01-13 09:45:16.000000000 +0100 +++ new/yast2-firstboot-2.22.1/src/firstboot_timezone.ycp 2012-01-13 11:16:40.000000000 +0100 @@ -32,7 +32,7 @@ * Modify: * * - * $Id: firstboot_timezone.ycp 24841 2005-08-12 07:47:00Z jsrain $ + * $Id: firstboot_timezone.ycp 67176 2012-01-13 10:16:38Z jsuchome $ */ { diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-firstboot-2.22.0/src/firstboot_welcome.ycp new/yast2-firstboot-2.22.1/src/firstboot_welcome.ycp --- old/yast2-firstboot-2.22.0/src/firstboot_welcome.ycp 2012-01-13 09:45:18.000000000 +0100 +++ new/yast2-firstboot-2.22.1/src/firstboot_welcome.ycp 2012-01-13 11:16:40.000000000 +0100 @@ -31,7 +31,7 @@ * * * - * $Id: firstboot_welcome.ycp 57028 2009-04-29 10:58:09Z lslezak $ + * $Id: firstboot_welcome.ycp 67176 2012-01-13 10:16:38Z jsuchome $ */ { diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-firstboot-2.22.0/src/firstboot_write.ycp new/yast2-firstboot-2.22.1/src/firstboot_write.ycp --- old/yast2-firstboot-2.22.0/src/firstboot_write.ycp 2012-01-13 09:45:21.000000000 +0100 +++ new/yast2-firstboot-2.22.1/src/firstboot_write.ycp 2012-03-29 14:46:51.000000000 +0200 @@ -24,7 +24,7 @@ * Summary: Finish Firstboot * Authors: Anas Nashif <[email protected]> * - * $Id: firstboot_write.ycp 60303 2010-01-11 09:10:48Z jsuchome $ + * $Id: firstboot_write.ycp 67176 2012-01-13 10:16:38Z jsuchome $ */ { textdomain "firstboot"; diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-firstboot-2.22.0/src/routines.ycp new/yast2-firstboot-2.22.1/src/routines.ycp --- old/yast2-firstboot-2.22.0/src/routines.ycp 2012-01-13 09:45:36.000000000 +0100 +++ new/yast2-firstboot-2.22.1/src/routines.ycp 2012-01-13 11:16:40.000000000 +0100 @@ -24,7 +24,7 @@ * Summary: Routines * Authors: Anas Nashif <[email protected]> * - * $Id: routines.ycp 24841 2005-08-12 07:47:00Z jsrain $ + * $Id: routines.ycp 67176 2012-01-13 10:16:38Z jsuchome $ * */ -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
