Hello community, here is the log from the commit of package yast2-firstboot checked in at Fri Jun 2 13:24:31 CEST 2006. -------- --- yast2-firstboot/yast2-firstboot.changes 2006-03-27 16:51:47.000000000 +0200 +++ yast2-firstboot/yast2-firstboot.changes 2006-06-02 11:06:19.000000000 +0200 @@ -1,0 +2,6 @@ +Fri Jun 2 10:56:57 CEST 2006 - jsrain@suse.cz + +- log Report messages by default (#180862) +- 2.13.2 + +------------------------------------------------------------------- Old: ---- yast2-firstboot-2.13.1.tar.bz2 New: ---- yast2-firstboot-2.13.2.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ yast2-firstboot.spec ++++++ --- /var/tmp/diff_new_pack.9S8sfB/_old 2006-06-02 13:21:33.000000000 +0200 +++ /var/tmp/diff_new_pack.9S8sfB/_new 2006-06-02 13:21:33.000000000 +0200 @@ -1,5 +1,5 @@ # -# spec file for package yast2-firstboot (Version 2.13.1) +# spec file for package yast2-firstboot (Version 2.13.2) # # Copyright (c) 2006 SUSE LINUX Products GmbH, Nuernberg, Germany. # This file and all modifications and additions to the pristine @@ -12,12 +12,12 @@ Name: yast2-firstboot URL: http://www.suse.com/ -Version: 2.13.1 +Version: 2.13.2 Release: 1 License: X11/MIT, GPL Group: System/YaST BuildRoot: %{_tmppath}/%{name}-%{version}-build -Source0: yast2-firstboot-2.13.1.tar.bz2 +Source0: yast2-firstboot-2.13.2.tar.bz2 prefix: /usr BuildRequires: update-desktop-files yast2-devtools yast2-network yast2-testsuite yast2-xml Requires: yast2 @@ -43,7 +43,7 @@ Anas Nashif<nashif@suse.de> %prep -%setup -n yast2-firstboot-2.13.1 +%setup -n yast2-firstboot-2.13.2 %build %{prefix}/bin/y2tool y2autoconf @@ -92,6 +92,9 @@ /etc/YaST2/*.xml %changelog -n yast2-firstboot +* Fri Jun 02 2006 - jsrain@suse.cz +- log Report messages by default (#180862) +- 2.13.2 * Mon Mar 27 2006 - jsrain@suse.de - updated BuildRequires - 2.13.1 ++++++ yast2-firstboot-2.13.1.tar.bz2 -> yast2-firstboot-2.13.2.tar.bz2 ++++++ diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/yast2-firstboot-2.13.1/Makefile.am new/yast2-firstboot-2.13.2/Makefile.am --- old/yast2-firstboot-2.13.1/Makefile.am 2006-03-27 16:51:31.000000000 +0200 +++ new/yast2-firstboot-2.13.2/Makefile.am 2006-06-02 11:05:21.000000000 +0200 @@ -8,6 +8,7 @@ #where devtools are PREFIX := $(shell pkg-config --print-errors --variable=prefix yast2-devtools) +Y2TOOL = $(PREFIX)/bin/y2tool VERSION = $(shell cat $(srcdir)/VERSION) RPMNAME = $(shell cat $(srcdir)/RPMNAME) @@ -95,7 +96,7 @@ done pot: - y2tool y2makepot -s $(srcdir) + $(Y2TOOL) y2makepot -s $(srcdir) install-pot: pot @POT_DST=`find -type d -name testsuite -prune , \ @@ -116,7 +117,7 @@ fi spellcheck: pot - y2tool pot-spellcheck + $(Y2TOOL) pot-spellcheck # all-local: $(if $(IS_DEVTOOLS),,$(POT_DST)) @@ -143,20 +144,20 @@ rm -f package/*.bak rm -f package/*.auto mv $(RPMNAME)-$(VERSION).tar.bz2 package/ - if ! test -x $(PREFIX)/bin/y2tool; then \ - echo "$(PREFIX)/bin/y2tool: not found."; \ + if ! test -x $(Y2TOOL); then \ + echo "$(Y2TOOL): not found."; \ echo "You have to install yast2-devtools to making a package"; \ false; \ fi here=`pwd`; \ cd $(srcdir) && for i in $(RPMNAME)*.spec.in; do \ newname="`echo "$$i" | sed "s/\.in$$//g"`"; \ - $(PREFIX)/bin/y2tool create-spec < $$i > $$here/package/$${newname} ; \ + $(Y2TOOL) create-spec < $$i > $$here/package/$${newname} ; \ done package: check-up-to-date check-tagversion check-all-packages check-textdomain package-local -TAGVERSION = $(PREFIX)/bin/y2tool tagversion +TAGVERSION = $(Y2TOOL) tagversion check-up-to-date check-cvs-up-to-date check-svn-up-to-date: if [ -d $(srcdir)/CVS ]; then \ @@ -200,12 +201,12 @@ fi check-textdomain: - $(PREFIX)/bin/y2tool check-textdomain $(srcdir) + $(Y2TOOL) check-textdomain $(srcdir) stable: checkin-stable checkin-stable: package - $(PREFIX)/bin/y2tool checkin-stable + $(Y2TOOL) checkin-stable # For po/ modules diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/yast2-firstboot-2.13.1/Makefile.in new/yast2-firstboot-2.13.2/Makefile.in --- old/yast2-firstboot-2.13.1/Makefile.in 2006-03-27 16:51:38.000000000 +0200 +++ new/yast2-firstboot-2.13.2/Makefile.in 2006-06-02 11:05:41.000000000 +0200 @@ -198,6 +198,7 @@ #where devtools are PREFIX := $(shell pkg-config --print-errors --variable=prefix yast2-devtools) +Y2TOOL = $(PREFIX)/bin/y2tool SUBDIRS_FILE = $(shell test -e $(srcdir)/SUBDIRS && echo SUBDIRS) ACINCLUDE_FILE = $(shell test -e $(srcdir)/acinclude.m4 && echo acinclude.m4) HAS_YAST_LICENSE = $(shell test -e $(srcdir)/YAST_LICENSE && echo YAST_LICENSE) @@ -227,7 +228,7 @@ $(IS_DEVTOOLS),Makefile.am.common,$(POT_DST)) $(am__append_1) @CREATE_PKGCONFIG_NOARCH_TRUE@@CREATE_PKGCONFIG_TRUE@pkgconfigdata_DATA = $(RPMNAME).pc @CREATE_PKGCONFIG_NOARCH_FALSE@@CREATE_PKGCONFIG_TRUE@pkgconfig_DATA = $(RPMNAME).pc -TAGVERSION = $(PREFIX)/bin/y2tool tagversion +TAGVERSION = $(Y2TOOL) tagversion # test ! -d $(srcdir)/po \ # || { $(MAKE) -C po checkpo && $(MAKE) -C po make-pox; } # No ./SUBDIRS file found - assuming default: All direct subdirs with Makefile.am @@ -724,7 +725,7 @@ done pot: - y2tool y2makepot -s $(srcdir) + $(Y2TOOL) y2makepot -s $(srcdir) install-pot: pot @POT_DST=`find -type d -name testsuite -prune , \ @@ -745,7 +746,7 @@ fi spellcheck: pot - y2tool pot-spellcheck + $(Y2TOOL) pot-spellcheck # all-local: $(if $(IS_DEVTOOLS),,$(POT_DST)) @@ -772,15 +773,15 @@ rm -f package/*.bak rm -f package/*.auto mv $(RPMNAME)-$(VERSION).tar.bz2 package/ - if ! test -x $(PREFIX)/bin/y2tool; then \ - echo "$(PREFIX)/bin/y2tool: not found."; \ + if ! test -x $(Y2TOOL); then \ + echo "$(Y2TOOL): not found."; \ echo "You have to install yast2-devtools to making a package"; \ false; \ fi here=`pwd`; \ cd $(srcdir) && for i in $(RPMNAME)*.spec.in; do \ newname="`echo "$$i" | sed "s/\.in$$//g"`"; \ - $(PREFIX)/bin/y2tool create-spec < $$i > $$here/package/$${newname} ; \ + $(Y2TOOL) create-spec < $$i > $$here/package/$${newname} ; \ done package: check-up-to-date check-tagversion check-all-packages check-textdomain package-local @@ -827,12 +828,12 @@ fi check-textdomain: - $(PREFIX)/bin/y2tool check-textdomain $(srcdir) + $(Y2TOOL) check-textdomain $(srcdir) stable: checkin-stable checkin-stable: package - $(PREFIX)/bin/y2tool checkin-stable + $(Y2TOOL) checkin-stable # For po/ modules checkpo: diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/yast2-firstboot-2.13.1/VERSION new/yast2-firstboot-2.13.2/VERSION --- old/yast2-firstboot-2.13.1/VERSION 2006-03-27 16:20:52.000000000 +0200 +++ new/yast2-firstboot-2.13.2/VERSION 2006-06-02 11:00:41.000000000 +0200 @@ -1 +1 @@ -2.13.1 +2.13.2 diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/yast2-firstboot-2.13.1/configure new/yast2-firstboot-2.13.2/configure --- old/yast2-firstboot-2.13.1/configure 2006-03-27 16:51:35.000000000 +0200 +++ new/yast2-firstboot-2.13.2/configure 2006-06-02 11:05:38.000000000 +0200 @@ -1,8 +1,8 @@ #! /bin/sh # Guess values for system-dependent variables and create Makefiles. -# Generated by GNU Autoconf 2.59 for yast2-firstboot 2.13.1. +# Generated by GNU Autoconf 2.59 for yast2-firstboot 2.13.2. # -# Report bugs to <http://www.suse.de/feedback>. +# Report bugs to <http://bugs.opensuse.org/>. # # Copyright (C) 2003 Free Software Foundation, Inc. # This configure script is free software; the Free Software Foundation @@ -269,9 +269,9 @@ # Identity of this package. PACKAGE_NAME='yast2-firstboot' PACKAGE_TARNAME='yast2-firstboot' -PACKAGE_VERSION='2.13.1' -PACKAGE_STRING='yast2-firstboot 2.13.1' -PACKAGE_BUGREPORT='http://www.suse.de/feedback' +PACKAGE_VERSION='2.13.2' +PACKAGE_STRING='yast2-firstboot 2.13.2' +PACKAGE_BUGREPORT='http://bugs.opensuse.org/' ac_unique_file="RPMNAME" ac_default_prefix=/usr @@ -728,7 +728,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-firstboot 2.13.1 to adapt to many kinds of systems. +\`configure' configures yast2-firstboot 2.13.2 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -795,7 +795,7 @@ if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of yast2-firstboot 2.13.1:";; + short | recursive ) echo "Configuration of yast2-firstboot 2.13.2:";; esac cat <<\_ACEOF @@ -812,7 +812,7 @@ Use these variables to override the choices made by `configure' or to help it to find libraries and programs with nonstandard names/locations. -Report bugs to <http://www.suse.de/feedback>. +Report bugs to <http://bugs.opensuse.org/>. _ACEOF fi @@ -908,7 +908,7 @@ test -n "$ac_init_help" && exit 0 if $ac_init_version; then cat <<\_ACEOF -yast2-firstboot configure 2.13.1 +yast2-firstboot configure 2.13.2 generated by GNU Autoconf 2.59 Copyright (C) 2003 Free Software Foundation, Inc. @@ -922,7 +922,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-firstboot $as_me 2.13.1, which was +It was created by yast2-firstboot $as_me 2.13.2, which was generated by GNU Autoconf 2.59. Invocation command line was $ $0 $@ @@ -1652,7 +1652,7 @@ # Define the identity of the package. PACKAGE='yast2-firstboot' - VERSION='2.13.1' + VERSION='2.13.2' cat >>confdefs.h <<_ACEOF @@ -1863,7 +1863,7 @@ -VERSION="2.13.1" +VERSION="2.13.2" RPMNAME="yast2-firstboot" MAINTAINER="Jiri Srain <jsrain@suse.cz>" @@ -2695,7 +2695,7 @@ } >&5 cat >&5 <<_CSEOF -This file was extended by yast2-firstboot $as_me 2.13.1, which was +This file was extended by yast2-firstboot $as_me 2.13.2, which was generated by GNU Autoconf 2.59. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -2750,7 +2750,7 @@ cat >>$CONFIG_STATUS <<_ACEOF ac_cs_version="\\ -yast2-firstboot config.status 2.13.1 +yast2-firstboot config.status 2.13.2 configured by $0, generated by GNU Autoconf 2.59, with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\" diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/yast2-firstboot-2.13.1/configure.in new/yast2-firstboot-2.13.2/configure.in --- old/yast2-firstboot-2.13.1/configure.in 2006-03-27 16:51:31.000000000 +0200 +++ new/yast2-firstboot-2.13.2/configure.in 2006-06-02 11:05:20.000000000 +0200 @@ -1,9 +1,9 @@ dnl configure.in for yast2-firstboot dnl -dnl -- This file is generated by y2autoconf - DO NOT EDIT! -- +dnl -- This file is generated by y2autoconf 2.13.18 - DO NOT EDIT! -- dnl (edit configure.in.in instead) -AC_INIT(yast2-firstboot, 2.13.1, http://www.suse.de/feedback, yast2-firstboot) +AC_INIT(yast2-firstboot, 2.13.2, http://bugs.opensuse.org/, yast2-firstboot) dnl Check for presence of file 'RPMNAME' AC_CONFIG_SRCDIR([RPMNAME]) @@ -17,7 +17,7 @@ AM_INIT_AUTOMAKE(tar-ustar) dnl searches for some needed programs dnl Important YaST2 variables -VERSION="2.13.1" +VERSION="2.13.2" RPMNAME="yast2-firstboot" MAINTAINER="Jiri Srain <jsrain@suse.cz>" diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/yast2-firstboot-2.13.1/firstboot.pot new/yast2-firstboot-2.13.2/firstboot.pot --- old/yast2-firstboot-2.13.1/firstboot.pot 1970-01-01 01:00:00.000000000 +0100 +++ new/yast2-firstboot-2.13.2/firstboot.pot 2005-07-29 08:55:27.000000000 +0200 @@ -0,0 +1,194 @@ +# 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: 2005-07-29 08:55+0200\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" +"Language-Team: LANGUAGE <LL@li.org>\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=CHARSET\n" +"Content-Transfer-Encoding: 8bit\n" + +#: src/Firstboot.ycp:30 +msgid "No Text Available" +msgstr "" + +#: src/firstboot_config.ycp:27 +msgid "Empty" +msgstr "" + +#: src/firstboot_config.ycp:28 +msgid "Enabled" +msgstr "" + +#: src/firstboot_config.ycp:29 +msgid "Disabled" +msgstr "" + +#: src/firstboot_config.ycp:50 +msgid "Help" +msgstr "" + +#: src/firstboot_config.ycp:53 +msgid "First Boot Configuration" +msgstr "" + +#: src/firstboot_config.ycp:55 +msgid "&Up" +msgstr "" + +#: src/firstboot_config.ycp:56 +msgid "D&own" +msgstr "" + +#: src/firstboot_config.ycp:57 +msgid "Enab&le or Disable" +msgstr "" + +#: src/firstboot_config.ycp:63 +msgid "Step" +msgstr "" + +#: src/firstboot_config.ycp:63 +msgid "Label" +msgstr "" + +#: src/firstboot_config.ycp:63 +msgid "Module Name" +msgstr "" + +#: src/firstboot_config.ycp:63 +msgid "Status" +msgstr "" + +#. translators: dialog text +#: src/firstboot_desktop.ycp:73 +msgid "" +"Select the desktop environment \n" +"to use from the list below.\n" +msgstr "" + +#. help text fro desktop dialog +#: src/firstboot_desktop.ycp:89 +msgid "" +"<h3>Desktop Selections</h3>\n" +"<p>This system has more than one desktop environment installed. Select\n" +"the desktop to enable as the default desktop.</p>\n" +msgstr "" + +#. translators: dialog title +#: src/firstboot_desktop.ycp:95 +msgid "Select Your Default Desktop" +msgstr "" + +#: src/firstboot_finish.ycp:42 +msgid "&Start YaST Control Center" +msgstr "" + +#. caption for dialog "Congratulation Dialog" +#: src/firstboot_finish.ycp:46 +msgid "Configuration Completed" +msgstr "" + +#. congratulation text 1/4 +#: src/firstboot_finish.ycp:49 +msgid "<p><b>Congratulations!</b></p>" +msgstr "" + +#. congratulation text 2/4 +#: src/firstboot_finish.ycp:52 +msgid "" +"<p>The installation of &product; on your machine is complete.\n" +"After clicking <b>Finish</b>, you can log in to the system.</p>\n" +msgstr "" + +#. congratulation text 3/4 +#. Translators: If there exists a SuSE web-page for your language +#. change the address accordingly. If in doubt leave the original. +#: src/firstboot_finish.ycp:59 +msgid "<p>Visit us at www.suse.com.</p>" +msgstr "" + +#. congratulation text 4/4 +#: src/firstboot_finish.ycp:62 +msgid "<p>Have a lot of fun!<br>Your SuSE Development Team</p>" +msgstr "" + +#. help 1/4 for dialog "Congratulation Dialog" +#: src/firstboot_finish.ycp:81 +msgid "<p>Your system is ready for use.</p>" +msgstr "" + +#. help 2/4 for dialog "Congratulation Dialog" +#: src/firstboot_finish.ycp:84 +msgid "" +"<p><b>Finish</b> will close the YaST installation and continue\n" +"to the login screen.</p>\n" +msgstr "" + +#. help 3/4 for dialog "Congratulation Dialog" +#: src/firstboot_finish.ycp:89 +msgid "" +"<p>If you choose the default graphical desktop KDE, you can\n" +"adjust some KDE settings to your hardware. Also notice\n" +"our SuSE Welcome Dialog.</p>\n" +msgstr "" + +#. help 4/4 for dialog "Congratulation Dialog" +#: src/firstboot_finish.ycp:97 +msgid "" +"<p>If desired, experts can use the full range of SuSE's configuration\n" +"modules at this time. Check <b>Start YaST Control Center</b> and it will start\n" +"after <b>Finish</b>. Note: The Control Center does not have a back button to\n" +"return to this installation sequence.</p>\n" +msgstr "" + +#. popup text +#: src/firstboot_language.ycp:87 +msgid "" +"Your language setting has been changed.\n" +"\n" +"If necessary, you may want to adapt your keyboard settings to the new\n" +"language. This is possible either in the YaST2 Control Center or by \n" +"starting \"yast2 keyboard\" directly." +msgstr "" + +#. progress stages +#: src/firstboot_write.ycp:20 +msgid "Update configuration" +msgstr "" + +#. progress stages +#: src/firstboot_write.ycp:22 +msgid "Prepare system for first login" +msgstr "" + +#. progress stages +#: src/firstboot_write.ycp:28 +msgid "Updating configuration..." +msgstr "" + +#. progress stages +#: src/firstboot_write.ycp:30 +msgid "Preparing system for first login..." +msgstr "" + +#. Help text for last dialog of base installation +#: src/firstboot_write.ycp:35 +msgid "" +"<p>\n" +"Please wait while the system is being configured.\n" +"</p>" +msgstr "" + +#. Headline for last dialog of first boot workflow +#: src/firstboot_write.ycp:44 +msgid "Completing the System Configuration" +msgstr "" diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/yast2-firstboot-2.13.1/src/firstboot.ycp new/yast2-firstboot-2.13.2/src/firstboot.ycp --- old/yast2-firstboot-2.13.1/src/firstboot.ycp 2006-02-02 19:56:41.000000000 +0100 +++ new/yast2-firstboot-2.13.2/src/firstboot.ycp 2006-06-02 10:57:53.000000000 +0200 @@ -1,7 +1,7 @@ /** * Maintainer: Jiri Srain <jsrain@suse.cz> * - * $Id: firstboot.ycp 24902 2005-08-15 08:18:13Z jsrain $ + * $Id: firstboot.ycp 31281 2006-06-02 08:57:51Z jsrain $ */ { textdomain "firstboot"; @@ -21,10 +21,10 @@ list<map> stage_mode = [$["stage": "firstboot", "mode": wizard_mode ]]; ProductControl::AddWizardSteps(stage_mode); - // Don't log Report messages by default - Report::LogMessages(false); - Report::LogErrors(false); - Report::LogWarnings(false); + // Do log Report messages by default (#180862) + Report::LogMessages(true); + Report::LogErrors(true); + Report::LogWarnings(true); symbol ret = ProductControl::Run(); ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun... --------------------------------------------------------------------- To unsubscribe, e-mail: opensuse-commit-unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit-help@opensuse.org
participants (1)
-
root@suse.de