Hello community, here is the log from the commit of package yast2-bootloader for openSUSE:Factory checked in at Tue Oct 4 18:00:19 CEST 2011.
-------- --- openSUSE:Factory/yast2-bootloader/yast2-bootloader.changes 2011-09-23 12:53:05.000000000 +0200 +++ /mounts/work_src_done/STABLE/yast2-bootloader/yast2-bootloader.changes 2011-10-04 12:06:57.000000000 +0200 @@ -1,0 +2,47 @@ +Tue Oct 4 10:06:56 UTC 2011 - [email protected] + +- license update: GPL-2.0+ + SPDX format + +------------------------------------------------------------------- +Mon Sep 26 12:54:57 CEST 2011 - [email protected] + +- set dialog title +- 2.21.0 + +------------------------------------------------------------------- +Wed Sep 21 12:37:32 CEST 2011 - [email protected] + +- revert kernel-*-base change +- 2.20.5 + +------------------------------------------------------------------- +Wed Sep 21 11:55:12 CEST 2011 - [email protected] + +- enable resume for s390x (bnc #692606) +- kernel images are in kernel-*-base package +- 2.20.4 + +------------------------------------------------------------------- +Mon Sep 19 17:14:01 CEST 2011 - [email protected] + +- s390x: add hvc_iucv=8 to boot options (bnc #718089) +- 2.20.3 + +------------------------------------------------------------------- +Fri Sep 16 15:27:09 CEST 2011 - [email protected] + +- fix typo +- 2.20.2 + +------------------------------------------------------------------- +Fri Aug 5 12:30:54 CEST 2011 - [email protected] + +- fixed .desktop file (bnc #681249) + +------------------------------------------------------------------- +Mon Mar 21 14:26:51 CET 2011 - [email protected] + +- fix detection of other linux partitions (BNC#675224) + +------------------------------------------------------------------- calling whatdependson for head-i586 Old: ---- yast2-bootloader-2.20.1.tar.bz2 New: ---- yast2-bootloader-2.21.0.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ yast2-bootloader.spec ++++++ --- /var/tmp/diff_new_pack.Pa1pIS/_old 2011-10-04 18:00:14.000000000 +0200 +++ /var/tmp/diff_new_pack.Pa1pIS/_new 2011-10-04 18:00:14.000000000 +0200 @@ -19,22 +19,23 @@ Name: yast2-bootloader -Version: 2.20.1 -Release: 1 +Version: 2.21.0 +Release: 0 BuildRoot: %{_tmppath}/%{name}-%{version}-build -Source0: yast2-bootloader-2.20.1.tar.bz2 +Source0: yast2-bootloader-%{version}.tar.bz2 Prefix: /usr Group: System/YaST -License: GPLv2+ +License: GPL-2.0+ BuildRequires: docbook-xsl-stylesheets doxygen gcc-c++ libxslt limal-perl perl-Bootloader perl-XML-Writer perl-gettext sgml-skel swig update-alternatives update-desktop-files yast2-devtools yast2-installation yast2-perl-bindings yast2-storage >= 2.18.18 yast2-testsuite # to eliminate a cyclic dependency in autobuild: #!BuildIgnore: autoyast2-installation PreReq: /bin/sed %fillup_prereq # Installation::*version variables -Requires: yast2 >= 2.18.14 +# Wizard::SetDialogTitleAndIcon +Requires: yast2 >= 2.21.22 Requires: yast2-packager >= 2.17.24 Requires: yast2-pkg-bindings >= 2.17.25 Requires: perl-Bootloader >= 0.5.4 @@ -67,7 +68,7 @@ This package contains the YaST2 component for bootloader configuration. %prep -%setup -n yast2-bootloader-2.20.1 +%setup -n yast2-bootloader-%{version} %build %{prefix}/bin/y2tool y2autoconf ++++++ yast2-bootloader-2.20.1.tar.bz2 -> yast2-bootloader-2.21.0.tar.bz2 ++++++ ++++ 3416 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-bootloader-2.20.1/MAINTAINER new/yast2-bootloader-2.21.0/MAINTAINER --- old/yast2-bootloader-2.20.1/MAINTAINER 2008-06-05 10:42:05.000000000 +0200 +++ new/yast2-bootloader-2.21.0/MAINTAINER 2011-10-04 12:47:33.000000000 +0200 @@ -1 +1 @@ -Jozef Uhliarik <[email protected]> +Steffen Winterfeldt <[email protected]> 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-bootloader-2.20.1/Makefile.am new/yast2-bootloader-2.21.0/Makefile.am --- old/yast2-bootloader-2.20.1/Makefile.am 2011-02-22 16:17:16.000000000 +0100 +++ new/yast2-bootloader-2.21.0/Makefile.am 2011-10-04 12:47:38.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' --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-bootloader-2.20.1/VERSION new/yast2-bootloader-2.21.0/VERSION --- old/yast2-bootloader-2.20.1/VERSION 2011-02-22 12:30:44.000000000 +0100 +++ new/yast2-bootloader-2.21.0/VERSION 2011-10-04 12:47:33.000000000 +0200 @@ -1 +1 @@ -2.20.1 +2.21.0 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-bootloader-2.20.1/config.h.in new/yast2-bootloader-2.21.0/config.h.in --- old/yast2-bootloader-2.20.1/config.h.in 2011-02-22 16:17:29.000000000 +0100 +++ new/yast2-bootloader-2.21.0/config.h.in 2011-10-04 12:47:45.000000000 +0200 @@ -83,3 +83,6 @@ /* Version number of package */ #undef VERSION + +/* Define to `unsigned int' if <sys/types.h> does not define. */ +#undef size_t 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-bootloader-2.20.1/configure.in new/yast2-bootloader-2.21.0/configure.in --- old/yast2-bootloader-2.20.1/configure.in 2011-02-22 16:17:16.000000000 +0100 +++ new/yast2-bootloader-2.21.0/configure.in 2011-10-04 12:47:38.000000000 +0200 @@ -1,9 +1,9 @@ dnl configure.in for yast2-bootloader dnl -dnl -- This file is generated by y2autoconf 2.18.11 - DO NOT EDIT! -- +dnl -- This file is generated by y2autoconf 2.21.2 - DO NOT EDIT! -- dnl (edit configure.in.in instead) -AC_INIT(yast2-bootloader, 2.20.1, http://bugs.opensuse.org/, yast2-bootloader) +AC_INIT(yast2-bootloader, 2.21.0, http://bugs.opensuse.org/, yast2-bootloader) dnl Check for presence of file 'RPMNAME' AC_CONFIG_SRCDIR([RPMNAME]) @@ -18,9 +18,9 @@ AM_INIT_AUTOMAKE(tar-ustar -Wno-portability) dnl Important YaST2 variables -VERSION="2.20.1" +VERSION="2.21.0" RPMNAME="yast2-bootloader" -MAINTAINER="Jozef Uhliarik <[email protected]>" +MAINTAINER="Steffen Winterfeldt <[email protected]>" dnl pkgconfig honors lib64 pkgconfigdir=\${libdir}/pkgconfig 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-bootloader-2.20.1/libtool.m4 new/yast2-bootloader-2.21.0/libtool.m4 --- old/yast2-bootloader-2.20.1/libtool.m4 2011-02-22 16:17:24.000000000 +0100 +++ new/yast2-bootloader-2.21.0/libtool.m4 2011-10-04 12:47:42.000000000 +0200 @@ -1020,7 +1020,7 @@ # to the aix ld manual. m4_defun([_LT_SYS_MODULE_PATH_AIX], [m4_require([_LT_DECL_SED])dnl -AC_LINK_IFELSE(AC_LANG_PROGRAM,[ +AC_LINK_IFELSE([AC_LANG_PROGRAM],[ lt_aix_libpath_sed=' /Import File Strings/,/^$/ { /^0/ { @@ -4825,9 +4825,18 @@ # implicitly export all symbols. save_LDFLAGS="$LDFLAGS" LDFLAGS="$LDFLAGS -shared ${wl}-exported_symbol ${wl}foo ${wl}-update_registry ${wl}/dev/null" - AC_LINK_IFELSE(int foo(void) {}, + AC_LINK_IFELSE( + [AC_LANG_SOURCE( + [AC_LANG_CASE([C], [[int foo (void) { return 0; }]], + [C++], [[int foo (void) { return 0; }]], + [Fortran 77], [[ + subroutine foo + end]], + [Fortran], [[ + subroutine foo + end]])])], [ _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && $ECHO "X${wl}-set_version ${wl}$verstring" | $Xsed` ${wl}-update_registry ${wl}${output_objdir}/so_locations ${wl}-exports_file ${wl}$export_symbols -o $lib' - ) + ]) LDFLAGS="$save_LDFLAGS" else _LT_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && $ECHO "X-set_version $verstring" | $Xsed` -update_registry ${output_objdir}/so_locations -o $lib' 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-bootloader-2.20.1/ltversion.m4 new/yast2-bootloader-2.21.0/ltversion.m4 --- old/yast2-bootloader-2.20.1/ltversion.m4 2011-02-22 16:17:24.000000000 +0100 +++ new/yast2-bootloader-2.21.0/ltversion.m4 2011-10-04 12:47:42.000000000 +0200 @@ -9,15 +9,15 @@ # Generated from ltversion.in. -# serial 3017 ltversion.m4 +# serial 3018 ltversion.m4 # This file is part of GNU Libtool m4_define([LT_PACKAGE_VERSION], [2.2.6b]) -m4_define([LT_PACKAGE_REVISION], [1.3017]) +m4_define([LT_PACKAGE_REVISION], [1.3018]) AC_DEFUN([LTVERSION_VERSION], [macro_version='2.2.6b' -macro_revision='1.3017' +macro_revision='1.3018' _LT_DECL(, macro_version, 0, [Which release of libtool.m4 was used?]) _LT_DECL(, macro_revision, 0) ]) 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-bootloader-2.20.1/src/config/bootloader.desktop new/yast2-bootloader-2.21.0/src/config/bootloader.desktop --- old/yast2-bootloader-2.20.1/src/config/bootloader.desktop 2010-04-12 12:37:13.000000000 +0200 +++ new/yast2-bootloader-2.21.0/src/config/bootloader.desktop 2011-10-04 12:47:34.000000000 +0200 @@ -3,7 +3,6 @@ Categories=Settings;System;Qt;X-SuSE-YaST;X-SuSE-YaST-System; X-KDE-ModuleType=Library -X-KDE-RootOnly=true X-KDE-HasReadOnlyMode=true X-KDE-Library=yast2 X-SuSE-YaST-Call=bootloader 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-bootloader-2.20.1/src/modules/BootArch.ycp new/yast2-bootloader-2.21.0/src/modules/BootArch.ycp --- old/yast2-bootloader-2.20.1/src/modules/BootArch.ycp 2010-04-12 12:37:13.000000000 +0200 +++ new/yast2-bootloader-2.21.0/src/modules/BootArch.ycp 2011-10-04 12:47:34.000000000 +0200 @@ -14,7 +14,7 @@ * Jiri Srain <[email protected]> * Olaf Dabrunz <[email protected]> * - * $Id: BootArch.ycp 60011 2009-12-09 10:40:19Z juhliarik $ + * $Id: BootArch.ycp 65885 2011-09-21 09:56:15Z snwint $ * */ @@ -74,13 +74,15 @@ map <string, any> file_desc = ( map<string, any> ) SCR::Execute( .target.bash_output, "echo $TERM" ); string env_term = file_desc[ "stdout" ]: ""; - string termparm = "TERM=dumb"; + string termparm = "hvc_iucv=8 TERM=dumb"; if ( env_term == "linux\n" ) { termparm = "TERM=linux console=ttyS0 console=ttyS1"; } string parameters = sformat ("%1 %2", features, termparm); + if (resume != "") + parameters = parameters + sformat (" resume=%1", resume); return parameters; } else @@ -110,7 +112,7 @@ } else if (Arch::s390 ()) { - ret = DefaultKernelParams(""); + ret = DefaultKernelParams("") + " noresume"; } else { @@ -149,7 +151,7 @@ * @return true if STD is available */ global boolean ResumeAvailable () { - return (Arch::i386 () || Arch::x86_64 () || Arch::ia64 ()); + return (Arch::i386 () || Arch::x86_64 () || Arch::ia64 () || Arch::s390 ()); } 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-bootloader-2.20.1/src/modules/BootCommon.ycp new/yast2-bootloader-2.21.0/src/modules/BootCommon.ycp --- old/yast2-bootloader-2.20.1/src/modules/BootCommon.ycp 2010-10-05 15:53:08.000000000 +0200 +++ new/yast2-bootloader-2.21.0/src/modules/BootCommon.ycp 2011-10-04 12:47:34.000000000 +0200 @@ -15,7 +15,7 @@ * Joachim Plack <[email protected]> * Olaf Dabrunz <[email protected]> * - * $Id: BootCommon.ycp 62539 2010-10-05 13:53:08Z jreidinger $ + * $Id: BootCommon.ycp 65888 2011-09-21 10:38:23Z snwint $ * */ 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-bootloader-2.20.1/src/modules/BootGRUB.ycp new/yast2-bootloader-2.21.0/src/modules/BootGRUB.ycp --- old/yast2-bootloader-2.20.1/src/modules/BootGRUB.ycp 2011-02-22 15:41:40.000000000 +0100 +++ new/yast2-bootloader-2.21.0/src/modules/BootGRUB.ycp 2011-10-04 12:47:34.000000000 +0200 @@ -15,7 +15,7 @@ * Olaf Dabrunz <[email protected]> * Philipp Thomas <[email protected]> * - * $Id: BootGRUB.ycp 63454 2011-02-22 11:29:55Z jreidinger $ + * $Id: BootGRUB.ycp 63508 2011-03-04 12:53:27Z jreidinger $ * */ @@ -149,7 +149,7 @@ // get list of all Linux Partitions on all real disks except encrypted ones ( as we don't know password and bootloader cannot boot from it directly) list<map> other_l = (list<map>)filter( map p, (list<map>)Storage::GetOtherLinuxPartitions(), - ``(p["enc_type"]:`none!=`none)); + ``(p["enc_type"]:`none==`none)); y2milestone ("Other linux parts: %1", other_l); list<string> destroyed_partitions 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-bootloader-2.20.1/src/modules/BootStorage.ycp new/yast2-bootloader-2.21.0/src/modules/BootStorage.ycp --- old/yast2-bootloader-2.20.1/src/modules/BootStorage.ycp 2010-10-05 15:38:36.000000000 +0200 +++ new/yast2-bootloader-2.21.0/src/modules/BootStorage.ycp 2011-10-04 12:47:34.000000000 +0200 @@ -1300,7 +1300,7 @@ if (!contains(md_physical_disks, p_dev["disk"]:"")) md_physical_disks = add(md_physical_disks,p_dev["disk"]:""); - string no_p = tostring(p_dev["nr"]:""); + string no_p = tostring(p_dev["nr"]:nil); if (no_p == "") { y2error("Wrong number of partition: %1 from Storage::GetDiskPartition: %2", dev, p_dev); 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-bootloader-2.20.1/src/routines/wizards.ycp new/yast2-bootloader-2.21.0/src/routines/wizards.ycp --- old/yast2-bootloader-2.20.1/src/routines/wizards.ycp 2009-04-02 10:41:17.000000000 +0200 +++ new/yast2-bootloader-2.21.0/src/routines/wizards.ycp 2011-10-04 12:47:35.000000000 +0200 @@ -11,7 +11,7 @@ * Authors: * Jiri Srain <[email protected]> * - * $Id: wizards.ycp 56563 2009-04-02 08:41:25Z jreidinger $ + * $Id: wizards.ycp 66037 2011-09-26 10:55:58Z visnov $ * */ @@ -142,7 +142,7 @@ if ( Stage::initial () ) Wizard::SetTitleIcon("bootloader"); // no .desktop file in inst-sys else - Wizard::SetDesktopIcon("bootloader"); + Wizard::SetDesktopTitleAndIcon("bootloader"); symbol ret = MainSequence (); UI::CloseDialog(); @@ -177,7 +177,7 @@ ]; Wizard::CreateDialog(); - Wizard::SetDesktopIcon("bootloader"); + Wizard::SetDesktopTitleAndIcon("bootloader"); Wizard::SetContentsButtons("", `VBox (), "", Label::BackButton(), Label::NextButton()); symbol ret = Sequencer::Run (my_aliases, sequence); continue with "q"... Remember to have fun... -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
