commit yast2-installation for openSUSE:Factory
Hello community, here is the log from the commit of package yast2-installation for openSUSE:Factory checked in at Mon Jun 29 16:56:34 CEST 2009. -------- --- yast2-installation/yast2-installation.changes 2009-06-11 13:39:55.000000000 +0200 +++ yast2-installation/yast2-installation.changes 2009-06-22 20:21:14.000000000 +0200 @@ -1,0 +2,6 @@ +Mon Jun 22 20:20:18 CEST 2009 - coolo@novell.com + +- fix build with automake 1.11 +- 2.18.18 + +------------------------------------------------------------------- calling whatdependson for head-i586 Old: ---- yast2-installation-2.18.17.tar.bz2 New: ---- yast2-installation-2.18.18.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ yast2-installation.spec ++++++ --- /var/tmp/diff_new_pack.Zb9107/_old 2009-06-29 16:56:15.000000000 +0200 +++ /var/tmp/diff_new_pack.Zb9107/_new 2009-06-29 16:56:15.000000000 +0200 @@ -1,5 +1,5 @@ # -# spec file for package yast2-installation (Version 2.18.17) +# spec file for package yast2-installation (Version 2.18.18) # # Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany. # @@ -19,13 +19,13 @@ Name: yast2-installation -Version: 2.18.17 +Version: 2.18.18 Release: 1 -License: GPL v2 or later -Group: System/YaST BuildRoot: %{_tmppath}/%{name}-%{version}-build -Source0: yast2-installation-2.18.17.tar.bz2 +Source0: yast2-installation-2.18.18.tar.bz2 Prefix: /usr +Group: System/YaST +License: GPL v2 or later BuildRequires: docbook-xsl-stylesheets doxygen libxslt perl-XML-Writer sgml-skel update-desktop-files yast2-core-devel yast2-devtools yast2-testsuite # xmllint BuildRequires: libxml2 @@ -99,31 +99,11 @@ %description System installation code as present on installation media. - - -Authors: --------- - Stefan Hundhammer <sh@suse.de> - Klaus Kaempf <kkaempf@suse.de> - Arvin Schnell <arvin@suse.de> - Jiri Srain <jsrain@suse.cz> - Lukas Ocilka <locilka@suse.cz> - %description devel-doc System installation code as present on installation media. - - -Authors: --------- - Stefan Hundhammer <sh@suse.de> - Klaus Kaempf <kkaempf@suse.de> - Arvin Schnell <arvin@suse.de> - Jiri Srain <jsrain@suse.cz> - Lukas Ocilka <locilka@suse.cz> - %prep -%setup -n yast2-installation-2.18.17 +%setup -n yast2-installation-2.18.18 %build %{prefix}/bin/y2tool y2autoconf @@ -133,7 +113,9 @@ export CXXFLAGS="$RPM_OPT_FLAGS -DNDEBUG" %{?suse_update_config:%{suse_update_config -f}} ./configure --libdir=%{_libdir} --prefix=%{prefix} --mandir=%{_mandir} -make %{?jobs:-j%jobs} +# V=1: verbose build in case we used AM_SILENT_RULES(yes) +# so that RPM_OPT_FLAGS check works +make %{?jobs:-j%jobs} V=1 %install make install DESTDIR="$RPM_BUILD_ROOT" @@ -146,8 +128,6 @@ %clean rm -rf "$RPM_BUILD_ROOT" -%pre - %post %{fillup_only -ns security checksig} ++++++ yast2-installation-2.18.17.tar.bz2 -> yast2-installation-2.18.18.tar.bz2 ++++++ ++++ 3297 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-installation-2.18.17/configure.in new/yast2-installation-2.18.18/configure.in --- old/yast2-installation-2.18.17/configure.in 2009-06-11 13:38:53.000000000 +0200 +++ new/yast2-installation-2.18.18/configure.in 2009-06-22 20:20:56.000000000 +0200 @@ -1,9 +1,9 @@ dnl configure.in for yast2-installation dnl -dnl -- This file is generated by y2autoconf 2.18.5 - DO NOT EDIT! -- +dnl -- This file is generated by y2autoconf 2.18.8 - DO NOT EDIT! -- dnl (edit configure.in.in instead) -AC_INIT(yast2-installation, 2.18.17, http://bugs.opensuse.org/, yast2-installation) +AC_INIT(yast2-installation, 2.18.18, http://bugs.opensuse.org/, yast2-installation) 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.18.17" +VERSION="2.18.18" RPMNAME="yast2-installation" MAINTAINER="Lukas Ocilka <locilka@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-installation-2.18.17/control/docs/Makefile.am new/yast2-installation-2.18.18/control/docs/Makefile.am --- old/yast2-installation-2.18.17/control/docs/Makefile.am 2009-02-04 13:14:16.000000000 +0100 +++ new/yast2-installation-2.18.18/control/docs/Makefile.am 2009-06-22 20:20:47.000000000 +0200 @@ -8,9 +8,10 @@ xml_files = $(wildcard *.xml) html_DATA = $(wildcard html/*.html) \ - html/index.html \ html/yast2docs.css +all-local: html/index.html + pdf: control-doc.pdf html/index.html: $(xml_files) 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-installation-2.18.17/doc/autodocs/Makefile.am new/yast2-installation-2.18.18/doc/autodocs/Makefile.am --- old/yast2-installation-2.18.17/doc/autodocs/Makefile.am 2007-05-18 10:06:51.000000000 +0200 +++ new/yast2-installation-2.18.18/doc/autodocs/Makefile.am 2009-06-22 18:35:52.000000000 +0200 @@ -2,11 +2,14 @@ htmldir = $(docdir)/autodocs -html_DATA = index.html $(wildcard *.html) +html_DATA = $(wildcard *.html) CLEANFILES = $(html_DATA) +all-local: index.html + # Note that we look one _and_ two subdirectories deep. # There might be some duplicate filenames # but let's solve that later. For now we want to find all Modules::. index.html: $(srcdir)/../../src/*/*.ycp ${YCPDOC} -d. $^ + 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-installation-2.18.17/doc/features/Makefile.am new/yast2-installation-2.18.18/doc/features/Makefile.am --- old/yast2-installation-2.18.17/doc/features/Makefile.am 2008-08-19 15:44:55.000000000 +0200 +++ new/yast2-installation-2.18.18/doc/features/Makefile.am 2009-06-22 20:20:47.000000000 +0200 @@ -3,9 +3,10 @@ xml_files = $(wildcard *.xml) html_DATA = $(wildcard html/*.html) \ - html/index.html \ html/yast2docs.css +all-local: html/index.html + html/index.html: features-doc.xml XML_CATALOG_FILES=@XML_CATALOG@ \ @XSLTPROC@ @XSLTPROC_FLAGS@ --xinclude \ 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-installation-2.18.17/doc/inst_images/Makefile.am new/yast2-installation-2.18.18/doc/inst_images/Makefile.am --- old/yast2-installation-2.18.17/doc/inst_images/Makefile.am 2009-04-23 16:36:21.000000000 +0200 +++ new/yast2-installation-2.18.18/doc/inst_images/Makefile.am 2009-06-22 20:20:47.000000000 +0200 @@ -3,9 +3,10 @@ xml_files = $(wildcard *.xml) html_DATA = $(wildcard html/*.html) \ - html/index.html \ html/yast2docs.css +all-local: html/index.html + html/index.html: inst_images.xml XML_CATALOG_FILES=@XML_CATALOG@ \ @XSLTPROC@ @XSLTPROC_FLAGS@ --xinclude \ 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-installation-2.18.17/doc/proposal/Makefile.am new/yast2-installation-2.18.18/doc/proposal/Makefile.am --- old/yast2-installation-2.18.17/doc/proposal/Makefile.am 2008-08-19 15:44:54.000000000 +0200 +++ new/yast2-installation-2.18.18/doc/proposal/Makefile.am 2009-06-22 20:00:11.000000000 +0200 @@ -2,9 +2,10 @@ xml_files = $(wildcard *.xml) html_DATA = $(wildcard html/*.html) \ - html/index.html \ html/yast2docs.css +all-local: html/index.html + html/index.html: proposal-API-doc.xml XML_CATALOG_FILES=@XML_CATALOG@ \ @XSLTPROC@ @XSLTPROC_FLAGS@ --xinclude \ 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-installation-2.18.17/VERSION new/yast2-installation-2.18.18/VERSION --- old/yast2-installation-2.18.17/VERSION 2009-06-11 12:57:36.000000000 +0200 +++ new/yast2-installation-2.18.18/VERSION 2009-06-22 20:20:47.000000000 +0200 @@ -1 +1 @@ -2.18.17 +2.18.18 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 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@Hilbert.suse.de