Hello community, here is the log from the commit of package yast2-fcoe-client for openSUSE:Factory checked in at Tue Oct 4 18:00:52 CEST 2011.
-------- --- openSUSE:Factory/yast2-fcoe-client/yast2-fcoe-client.changes 2011-09-27 16:15:29.000000000 +0200 +++ /mounts/work_src_done/STABLE/yast2-fcoe-client/yast2-fcoe-client.changes 2011-09-29 10:23:45.000000000 +0200 @@ -1,0 +2,6 @@ +Thu Sep 29 10:13:01 CEST 2011 - [email protected] + +- set dialog title +- 2.21.8 + +------------------------------------------------------------------- calling whatdependson for head-i586 Old: ---- yast2-fcoe-client-2.21.7.tar.bz2 New: ---- yast2-fcoe-client-2.21.8.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ yast2-fcoe-client.spec ++++++ --- /var/tmp/diff_new_pack.SMlvpB/_old 2011-10-04 18:00:49.000000000 +0200 +++ /var/tmp/diff_new_pack.SMlvpB/_new 2011-10-04 18:00:49.000000000 +0200 @@ -19,7 +19,7 @@ Name: yast2-fcoe-client -Version: 2.21.7 +Version: 2.21.8 Release: 0 License: GPL Group: System/YaST @@ -29,10 +29,10 @@ Prefix: /usr -Requires: yast2 +Requires: yast2 >= 2.21.22 BuildRequires: perl-XML-Writer update-desktop-files yast2 yast2-devtools yast2-testsuite -BuildArchitectures: noarch +BuildArch: noarch Summary: Configuration of fcoe-client @@ -65,7 +65,6 @@ %suse_update_desktop_file -d ycc_${d%.desktop} ${d%.desktop} done - %clean rm -rf "$RPM_BUILD_ROOT" @@ -81,3 +80,5 @@ %dir /usr/share/YaST2/scrconf /usr/share/YaST2/scrconf/*.scr %doc %{prefix}/share/doc/packages/yast2-fcoe-client + +%changelog ++++++ yast2-fcoe-client-2.21.7.tar.bz2 -> yast2-fcoe-client-2.21.8.tar.bz2 ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-fcoe-client-2.21.7/Makefile.am new/yast2-fcoe-client-2.21.8/Makefile.am --- old/yast2-fcoe-client-2.21.7/Makefile.am 2011-09-27 10:02:50.000000000 +0200 +++ new/yast2-fcoe-client-2.21.8/Makefile.am 2011-09-29 10:13:39.000000000 +0200 @@ -20,7 +20,6 @@ IS_DEVTOOLS = $(findstring yast2-devtools,$(RPMNAME)) DEVTOOLS_DIR = $(if $(IS_DEVTOOLS),$(srcdir)/devtools,$(Y2DEVTOOLS_PREFIX)/share/YaST2/data/devtools) -ALL_PACKAGES = $(DEVTOOLS_DIR)/admin/all-packages LEGALESE_DIR = $(if $(HAS_YAST_LICENSE),$(DEVTOOLS_DIR)/admin/copyright/yast,$(DEVTOOLS_DIR)/admin/copyright/gpl) COPYRIGHT_files_gpl = README COPYING @@ -155,7 +154,7 @@ $(Y2TOOL) create-spec < $$i > $$here/package/$${newname} ; \ done -package: check-up-to-date check-tagversion check-all-packages check-textdomain package-local +package: check-up-to-date check-tagversion check-textdomain package-local TAGVERSION = $(Y2TOOL) tagversion @@ -185,21 +184,6 @@ check-parse: @echo "Not running parseycp." -check-all-packages: - @if [ ! -e "$(ALL_PACKAGES)" ]; then \ - echo ERROR: "Can't find $(ALL_PACKAGES)"; false; \ - fi - @if ! grep -q "^$(RPMNAME)[[:space:]]" $(ALL_PACKAGES); then \ - echo ERROR: "$(RPMNAME) not in $(ALL_PACKAGES)"; false; \ - fi - @if grep -q "^$(RPMNAME)[[:space:]]\+.*?" $(ALL_PACKAGES); then \ - echo ERROR: "$(RPMNAME) info in $(ALL_PACKAGES) contains some unknown (?) fields:"; \ - echo; \ - grep "^$(RPMNAME)[[:space:]]\+.*?" $(ALL_PACKAGES); \ - echo; \ - false; \ - fi - check-textdomain: $(Y2TOOL) check-textdomain $(srcdir) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-fcoe-client-2.21.7/Makefile.in new/yast2-fcoe-client-2.21.8/Makefile.in --- old/yast2-fcoe-client-2.21.7/Makefile.in 2011-09-27 10:02:53.000000000 +0200 +++ new/yast2-fcoe-client-2.21.8/Makefile.in 2011-09-29 10:13:42.000000000 +0200 @@ -261,7 +261,6 @@ # do we do Makefile.am for devtools? It is a little special... IS_DEVTOOLS = $(findstring yast2-devtools,$(RPMNAME)) DEVTOOLS_DIR = $(if $(IS_DEVTOOLS),$(srcdir)/devtools,$(Y2DEVTOOLS_PREFIX)/share/YaST2/data/devtools) -ALL_PACKAGES = $(DEVTOOLS_DIR)/admin/all-packages LEGALESE_DIR = $(if $(HAS_YAST_LICENSE),$(DEVTOOLS_DIR)/admin/copyright/yast,$(DEVTOOLS_DIR)/admin/copyright/gpl) COPYRIGHT_files_gpl = README COPYING COPYRIGHT_files_yast = YAST_LICENSE README COPYING COPYRIGHT.english \ @@ -902,7 +901,7 @@ $(Y2TOOL) create-spec < $$i > $$here/package/$${newname} ; \ done -package: check-up-to-date check-tagversion check-all-packages check-textdomain package-local +package: check-up-to-date check-tagversion check-textdomain package-local check-up-to-date check-cvs-up-to-date check-svn-up-to-date: if [ -d $(srcdir)/CVS ]; then \ @@ -930,21 +929,6 @@ check-parse: @echo "Not running parseycp." -check-all-packages: - @if [ ! -e "$(ALL_PACKAGES)" ]; then \ - echo ERROR: "Can't find $(ALL_PACKAGES)"; false; \ - fi - @if ! grep -q "^$(RPMNAME)[[:space:]]" $(ALL_PACKAGES); then \ - echo ERROR: "$(RPMNAME) not in $(ALL_PACKAGES)"; false; \ - fi - @if grep -q "^$(RPMNAME)[[:space:]]\+.*?" $(ALL_PACKAGES); then \ - echo ERROR: "$(RPMNAME) info in $(ALL_PACKAGES) contains some unknown (?) fields:"; \ - echo; \ - grep "^$(RPMNAME)[[:space:]]\+.*?" $(ALL_PACKAGES); \ - echo; \ - false; \ - fi - check-textdomain: $(Y2TOOL) check-textdomain $(srcdir) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-fcoe-client-2.21.7/VERSION new/yast2-fcoe-client-2.21.8/VERSION --- old/yast2-fcoe-client-2.21.7/VERSION 2011-09-22 13:57:06.000000000 +0200 +++ new/yast2-fcoe-client-2.21.8/VERSION 2011-09-29 10:13:17.000000000 +0200 @@ -1 +1 @@ -2.21.7 +2.21.8 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-fcoe-client-2.21.7/configure new/yast2-fcoe-client-2.21.8/configure --- old/yast2-fcoe-client-2.21.7/configure 2011-09-27 10:02:52.000000000 +0200 +++ new/yast2-fcoe-client-2.21.8/configure 2011-09-29 10:13:42.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-fcoe-client 2.21.7. +# Generated by GNU Autoconf 2.68 for yast2-fcoe-client 2.21.8. # # Report bugs to <http://bugs.opensuse.org/>. # @@ -559,8 +559,8 @@ # Identity of this package. PACKAGE_NAME='yast2-fcoe-client' PACKAGE_TARNAME='yast2-fcoe-client' -PACKAGE_VERSION='2.21.7' -PACKAGE_STRING='yast2-fcoe-client 2.21.7' +PACKAGE_VERSION='2.21.8' +PACKAGE_STRING='yast2-fcoe-client 2.21.8' PACKAGE_BUGREPORT='http://bugs.opensuse.org/' PACKAGE_URL='' @@ -1229,7 +1229,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-fcoe-client 2.21.7 to adapt to many kinds of systems. +\`configure' configures yast2-fcoe-client 2.21.8 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -1301,7 +1301,7 @@ if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of yast2-fcoe-client 2.21.7:";; + short | recursive ) echo "Configuration of yast2-fcoe-client 2.21.8:";; esac cat <<\_ACEOF @@ -1381,7 +1381,7 @@ test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF -yast2-fcoe-client configure 2.21.7 +yast2-fcoe-client configure 2.21.8 generated by GNU Autoconf 2.68 Copyright (C) 2010 Free Software Foundation, Inc. @@ -1398,7 +1398,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-fcoe-client $as_me 2.21.7, which was +It was created by yast2-fcoe-client $as_me 2.21.8, which was generated by GNU Autoconf 2.68. Invocation command line was $ $0 $@ @@ -2328,7 +2328,7 @@ # Define the identity of the package. PACKAGE='yast2-fcoe-client' - VERSION='2.21.7' + VERSION='2.21.8' cat >>confdefs.h <<_ACEOF @@ -2450,7 +2450,7 @@ -VERSION="2.21.7" +VERSION="2.21.8" RPMNAME="yast2-fcoe-client" MAINTAINER="Gabriele Mohr <[email protected]>" @@ -3380,7 +3380,7 @@ # report actual input values of CONFIG_FILES etc. instead of their # values after options handling. ac_log=" -This file was extended by yast2-fcoe-client $as_me 2.21.7, which was +This file was extended by yast2-fcoe-client $as_me 2.21.8, which was generated by GNU Autoconf 2.68. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -3433,7 +3433,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-fcoe-client config.status 2.21.7 +yast2-fcoe-client config.status 2.21.8 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-fcoe-client-2.21.7/configure.in new/yast2-fcoe-client-2.21.8/configure.in --- old/yast2-fcoe-client-2.21.7/configure.in 2011-09-27 10:02:50.000000000 +0200 +++ new/yast2-fcoe-client-2.21.8/configure.in 2011-09-29 10:13:39.000000000 +0200 @@ -3,7 +3,7 @@ dnl -- This file is generated by y2autoconf 2.21.2 - DO NOT EDIT! -- dnl (edit configure.in.in instead) -AC_INIT(yast2-fcoe-client, 2.21.7, http://bugs.opensuse.org/, yast2-fcoe-client) +AC_INIT(yast2-fcoe-client, 2.21.8, http://bugs.opensuse.org/, yast2-fcoe-client) 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.7" +VERSION="2.21.8" RPMNAME="yast2-fcoe-client" MAINTAINER="Gabriele Mohr <[email protected]>" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-fcoe-client-2.21.7/src/wizards.ycp new/yast2-fcoe-client-2.21.8/src/wizards.ycp --- old/yast2-fcoe-client-2.21.7/src/wizards.ycp 2011-09-22 13:44:05.000000000 +0200 +++ new/yast2-fcoe-client-2.21.8/src/wizards.ycp 2011-09-29 10:19:22.000000000 +0200 @@ -30,6 +30,7 @@ textdomain "fcoe-client"; + import "Mode"; import "Sequencer"; import "Wizard"; import "CWM"; @@ -172,7 +173,10 @@ Wizard::HideBackButton(); // TODO: rename icon to yast2-fcoe-client (yast2-theme package) - Wizard::SetTitleIcon("fcoe"); + if (Mode::normal ()) + Wizard::SetDesktopTitleAndIcon("fcoe-client"); + else + Wizard::SetTitleIcon("fcoe"); return CWM::Run (w, $[`abort : ReallyAbort]); } @@ -231,6 +235,10 @@ ]; Wizard::CreateDialog(); + if (Mode::normal ()) + Wizard::SetDesktopTitleAndIcon("fcoe-client"); + else + Wizard::SetTitleIcon("fcoe"); any ret = Sequencer::Run(aliases, sequence); @@ -267,6 +275,10 @@ ]; Wizard::CreateDialog(); + if (Mode::normal ()) + Wizard::SetDesktopTitleAndIcon("fcoe-client"); + else + Wizard::SetTitleIcon("fcoe"); any ret = Sequencer::Run(aliases, sequence); continue with "q"... Remember to have fun... -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
