commit yast2-testsuite for openSUSE:Factory
Hello community, here is the log from the commit of package yast2-testsuite for openSUSE:Factory checked in at Mon Jun 29 16:39:04 CEST 2009. -------- --- yast2-testsuite/yast2-testsuite.changes 2008-04-08 13:09:50.000000000 +0200 +++ yast2-testsuite/yast2-testsuite.changes 2009-06-29 12:28:24.000000000 +0200 @@ -1,0 +2,10 @@ +Mon Jun 29 12:19:01 CEST 2009 - mvidner@suse.cz + +- Moved Summary and Description from PDB to spec. + +------------------------------------------------------------------- +Tue Jun 16 14:29:30 CEST 2009 - mvidner@suse.cz + +- Using autodocs-ycp.ami, which contains a fix for automake 1.11. + +------------------------------------------------------------------- calling whatdependson for head-i586 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ yast2-testsuite.spec ++++++ --- /var/tmp/diff_new_pack.D11414/_old 2009-06-29 16:37:41.000000000 +0200 +++ /var/tmp/diff_new_pack.D11414/_new 2009-06-29 16:37:41.000000000 +0200 @@ -20,12 +20,12 @@ Name: yast2-testsuite Version: 2.16.2 -Release: 62 -License: GPL v2 or later -Group: System/YaST +Release: 63 BuildRoot: %{_tmppath}/%{name}-%{version}-build Source0: yast2-testsuite-2.16.2.tar.bz2 Prefix: /usr +Group: System/YaST +License: GPL v2 or later BuildRequires: openslp-devel perl-XML-Writer popt-devel yast2-core-devel yast2-devtools yast2-ycp-ui-bindings Requires: expect dejagnu # y2base -I includepath -M modulepath @@ -37,12 +37,6 @@ This is a package for the YaST2 modules testsuite preparation and execution. - - -Authors: --------- - Michal Svec <msvec@suse.cz> - %prep %setup -n yast2-testsuite-2.16.2 @@ -54,7 +48,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" @@ -73,247 +69,4 @@ /usr/share/YaST2/data /usr/share/YaST2/include %doc %{prefix}/share/doc/packages/yast2-testsuite - %changelog -* Tue Apr 08 2008 mvidner@suse.cz -- Enable make check before make install, by telling y2base to search - first in ../src (fate#2306). -- 2.16.2 -* Fri Feb 29 2008 coolo@suse.de -- fix buildrequires after yast2-core split -- 2.16.1 -* Mon Nov 05 2007 mvidner@suse.cz -- Use ./test.ycp instead of test.ycp when building (#330965). -- 2.16.0 -* Fri Aug 10 2007 mvidner@suse.cz -- Finished integrating Feature #120292, UI as a namespace callable - from yast2-*-bindings. -- 2.15.1 -* Wed Aug 08 2007 mvidner@suse.cz -- Adapted to changes in yast2-core needed for making UI callable from - yast2-*-bindings. - (The testsuite component is no longer usable because it does not - provide the UI namespace) -- 2.15.0.1 -* Thu Jul 12 2007 locilka@suse.cz -- 2.15.0 -* Mon Nov 13 2006 jsrain@suse.cz -- 2.14.0 -* Wed Sep 13 2006 mvidner@suse.cz -- Using yast2-devtools.pc instead of yast2-core.pc is fine. - Now using --print-errors too. -- 2.13.3 -* Wed Sep 13 2006 ro@suse.de -- temporary fix to run testsuite without yast2-core-devel -* Tue Sep 12 2006 mvidner@suse.cz -- Require only yast2-core, not yast2-core-devel. -- 2.13.2 -* Tue Mar 21 2006 mvidner@suse.cz -- converted neededforbuild to BuildRequires, - removed yast2-packagemanager -- 2.13.1 -* Tue Jan 10 2006 mvidner@suse.cz -- Just bumped to 2.13 -- 2.13.0 -* Wed Jul 20 2005 mvidner@suse.cz -- Added libxml2[-devel] to NFB because of yast2-packagemanager. -- 2.12.3 -* Fri Jul 08 2005 visnov@suse.cz -- Adapt build requirements for blocxx -- 2.12.2 -* Tue May 03 2005 mvidner@suse.cz -- Do not use "default" as an identifier. -- 2.12.1 -* Tue Dec 14 2004 mvidner@suse.cz -- Log y2errors from Perl the same way as from YCP (#41448). -- 2.11.2 -* Fri Oct 29 2004 mvidner@suse.cz -- Added pkgconfig support. -- Prepared for passing options to y2base during testsuite run. -- 2.11.1 -* Mon Oct 18 2004 visnov@suse.de -- Removed Pkg testing -- 2.11.0 -* Mon Jun 14 2004 msvec@suse.cz -- added Testsuite module -- 2.10.0 -* Sat Apr 03 2004 kkaempf@suse.de -- filter [Y2PMrc] messages from logfile (#38235) -- 2.9.9 -* Fri Apr 02 2004 msvec@suse.cz -- changed license to GPL -- 2.9.8 -* Sat Feb 28 2004 kkaempf@suse.de -- add openslp, openslp-devel to neededforbuild -- 2.9.7 -* Wed Feb 25 2004 msvec@suse.cz -- fixed files filtering (support files with path) -- 2.9.6 -* Thu Feb 05 2004 msvec@suse.cz -- possibility to limit testsuite output only to some files -- 2.9.5 -* Fri Jan 30 2004 msvec@suse.cz -- log also the empty lines (and files) in DUMP and DUMPFILE -- 2.9.4 -* Fri Jan 23 2004 msvec@suse.cz -- take advantage of a custom log.conf -- the full logging (Y2DEBUG) is not required any more -- 2.9.3 -* Fri Jan 23 2004 arvin@suse.de -- fixed for brand new interpreter -* Fri Jan 16 2004 msvec@suse.cz -- updates for NI -- 2.9.1 -* Tue Dec 02 2003 msvec@suse.cz -- sync with current dummy agent -- simplified log handling -- 2.9.0 -* Mon Sep 08 2003 msvec@suse.cz -- makefiles updates by arvin and schwab -- 2.8.3 -* Fri Jul 11 2003 mvidner@suse.cz -- mentioned wdiff in the docs. -* Thu Jun 12 2003 arvin@suse.de -- fixed file list -* Wed Feb 05 2003 lslezak@suse.cz -- added TargetInit and TargetProducts into Pkg.ycp -- version 2.7.7 -* Mon Jan 27 2003 arvin@suse.de -- added popt to neededforbuild -* Mon Jan 20 2003 msvec@suse.de -- better (non-conflicting) local name variable -- 2.7.5 -* Mon Dec 09 2002 msvec@suse.cz -- added another Pkg:: function -- fixed for new log component names -- 2.7.4 -* Thu Dec 05 2002 mvidner@suse.cz -- Fixed a typo to make it really work. -- 2.7.3 -* Thu Dec 05 2002 mvidner@suse.cz -- Faked a bunch of Pkg:: functions that are used in the PackageCallbacks - constructor. - This should prevent the testsuite failures of yast2-mail etc. -- 2.7.2 -* Tue Dec 03 2002 ro@suse.de -- added curl and openssl to neededforbuild -* Wed Oct 23 2002 ro@suse.de -- added perl-XML-Writer to neededforbuild -* Thu Aug 29 2002 msvec@suse.cz -- provide Pkg::SourceProductData for modules using Installation.ycp -- 2.6.9 -* Fri Aug 23 2002 mvidner@suse.cz -- Added a dummy Pkg module for faking Pkg::Is{Provided,Available} - (needed for the new packagemanager). -- 2.6.8 -* Mon Jul 15 2002 mvidner@suse.cz -- yast2 not needed for build nor at runtime. -- 2.6.7 -* Fri Jul 12 2002 kkaempf@suse.de -- use "testsuite" server instead of "scr" server in order - to get a wfm-based (instead of scr based) runtime environment. -- 2.6.6 -* Thu Jul 04 2002 arvin@suse.de -- move non binary file from /usr/lib/YaST2 to /usr/share/YaST2 -- updated documentation -- 2.6.5 -* Mon Jul 01 2002 msvec@suse.cz -- new version for new yast2 scheme -- 2.6.4 -* Wed Jun 26 2002 mvidner@suse.cz -- Fix build errors (automake version mismatch) by not overwriting Makefile.am -- Run tests in alphabetical order. -- 2.6.3 -* Fri May 31 2002 msvec@suse.cz -- possibility to test constructors -- 2.6.2 -* Fri May 10 2002 msvec@suse.cz -- accept the new broken Wizard constructor -- 2.6.1 -* Wed Apr 03 2002 msvec@suse.cz -- use devtools create-spec and y2autoconf -- updated for the new system agent -- 2.6.0 -* Thu Dec 13 2001 arvin@suse.de -- adapted to renaming of y2bignfat to y2base -- 2.5.3 -* Fri Nov 30 2001 msvec@suse.cz -- make all ycp symbols global for testing local functions -- removed some duplicated code -- 2.5.2 -* Thu Nov 29 2001 pblahos@suse.cz -- Added 3rd parameter to select to satisfy new libycp. -- 2.5.1 -* Mon Nov 12 2001 msvec@suse.cz -- use yast2-devtools -- fixed lookup default parameter -- 2.5.0 -* Wed Sep 26 2001 msvec@suse.cz -- fixed DUMP for non-string variables -- updated testsuite -- 2.4.6 -* Wed Sep 26 2001 msvec@suse.cz -- minor makefiles fixes -- added some missing files -- fixed DUMPFILE (new system agent) -- fixed DUMP (multiple lines) -- testsuite update -- 2.4.5 -* Tue Aug 28 2001 msvec@suse.cz -- parseycp during check -- return the retcode -- 2.4.4 -* Tue Aug 21 2001 msvec@suse.cz -- unset all locale variables before testing -- use faster SCR:: -- 2.4.3 -* Thu Aug 09 2001 msvec@suse.cz -- report signal number if yast2 exit with failure -- accept new Dir behavior -- 2.4.2 -* Tue Jul 17 2001 msvec@suse.cz -- don't ignore white-space in diffs -- changes due to again renamed target.scr -- don't accept declarations with '|' -- exchange err and out outputs -- minor fix of filtering -- 2.4.1 -* Tue Jul 10 2001 ro@suse.de -- removed yast2-core-translator from neededforbuild -* Tue Jul 03 2001 msvec@suse.cz -- adapted to new system agent split of y2scr -- 2.4.0 -* Tue Apr 17 2001 msvec@suse.cz -- major documentation rewrite -- removed isnils -- 2.3.7 -* Fri Apr 13 2001 msvec@suse.cz -- run diff on the last failed test -- enabled abuild checking -- 2.3.6 -* Tue Apr 10 2001 msvec@suse.cz -- enabled maps as arguments for TEST -- stop after the first failed test -- 2.3.5 -* Wed Apr 04 2001 msvec@suse.cz -- minor documentation update -- documentation moved to $RPMNAME -- fixed new target agent output -- fixed logconf.ycp handling -- 2.3.4 -* Tue Mar 27 2001 msvec@suse.cz -- new libycp adoptation -- output beautification (final) -- testsuite -- 2.3.3 -* Mon Mar 19 2001 arvin@suse.de -- don't check for gperf in configure -- 2.3.2 -* Fri Mar 16 2001 msvec@suse.cz -- autobuild checking changes -- 2.3.1 -* Wed Mar 07 2001 msvec@suse.cz -- Initial version -- Incorporates y2scr/ag_target change: .target.tmpdir is now - deleted when target agent is unmounetd. <pblahos> -- DUMP function <gs> ++++++ yast2-testsuite-2.16.2.tar.bz2 ++++++ ++++ 7763 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-testsuite-2.16.2/autodocs-ycp.ami new/yast2-testsuite-2.16.2/autodocs-ycp.ami --- old/yast2-testsuite-2.16.2/autodocs-ycp.ami 1970-01-01 01:00:00.000000000 +0100 +++ new/yast2-testsuite-2.16.2/autodocs-ycp.ami 2009-06-29 12:20:10.000000000 +0200 @@ -0,0 +1,32 @@ +# -*- makefile -*- Automake include file +# $Id: autodocs-ycp.ami 57644 2009-06-19 08:38:11Z mvidner $ + +# Builds source documentation for YCP sources +# Uses ycpdoc +# PARAMETERS: +# AUTODOCS_YCP: Files that the ycp autodocs is built from +# Optional - the default is $(srcdir)/../../src/*.ycp +# AUTODOCS_PM: Files that the perl autodocs is built from +# Optional - the default is $(srcdir)/../../src/*.pm +# AUTODOCS_SUBDIR: To install the result to $(docdir)/SUBDIR/autodocs +# Optional - the default is no subdir, $(docdir)/autodocs +# AUTODOCS_STRIP: Strip it from filenames. The remaining / are replaced by __ +# Optional - the default is $(srcdir)/../../src + +htmldir = $(docdir)/$(AUTODOCS_SUBDIR)/autodocs + +html_DATA = index.html $(filter-out index.html, $(wildcard *.html)) +CLEANFILES = $(html_DATA) pod2htm*.tmp + +AUTODOCS_YCP ?= $(wildcard $(srcdir)/../../src/*.ycp) +AUTODOCS_PM ?= $(wildcard $(srcdir)/../../src/*.pm) +AUTODOCS_STRIP ?= $(srcdir)/../../src + +index.html: $(AUTODOCS_YCP) $(AUTODOCS_PM) +#including *.pm, for the index + ${YCPDOC} -d. -s$(AUTODOCS_STRIP) $(AUTODOCS_YCP) + for i in $(AUTODOCS_PM); do \ + b=$${i##$(AUTODOCS_STRIP)}; b=$${b#/}; b=$${b//\//__}; b=$${b%.pm}; \ + pod2html --title=$$b --infile=$$i --outfile=$$b.html; \ + echo "<a href='$$b.html'>$${b/__/::}</a>" > $$b.mod.html; \ + done 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-testsuite-2.16.2/configure.in new/yast2-testsuite-2.16.2/configure.in --- old/yast2-testsuite-2.16.2/configure.in 2008-04-08 18:30:40.000000000 +0200 +++ new/yast2-testsuite-2.16.2/configure.in 2009-06-29 12:20:10.000000000 +0200 @@ -1,6 +1,6 @@ dnl configure.in for yast2-testsuite dnl -dnl -- This file is generated by y2autoconf 2.16.8 - 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-testsuite, 2.16.2, http://bugs.opensuse.org/, yast2-testsuite) 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-testsuite-2.16.2/doc/autodocs/Makefile.am new/yast2-testsuite-2.16.2/doc/autodocs/Makefile.am --- old/yast2-testsuite-2.16.2/doc/autodocs/Makefile.am 2006-10-10 14:05:42.000000000 +0200 +++ new/yast2-testsuite-2.16.2/doc/autodocs/Makefile.am 2009-06-15 16:55:50.000000000 +0200 @@ -1,9 +1,3 @@ # Makefile.am for YCP module .../doc/autodocs -htmldir = @docdir@/autodocs - -html_DATA = index.html $(wildcard *.html) -CLEANFILES = $(html_DATA) - -index.html: $(srcdir)/../../src/*.ycp - ${YCPDOC} -d. $(srcdir)/../../src/*.ycp +include $(top_srcdir)/autodocs-ycp.ami 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-testsuite-2.16.2/Makefile.am new/yast2-testsuite-2.16.2/Makefile.am --- old/yast2-testsuite-2.16.2/Makefile.am 2008-04-08 18:30:40.000000000 +0200 +++ new/yast2-testsuite-2.16.2/Makefile.am 2009-06-29 12:20:10.000000000 +0200 @@ -32,10 +32,10 @@ # less strict; prefer bzip2 AUTOMAKE_OPTIONS = foreign dist-bzip2 no-dist-gzip -# where devtools instal m4 snippets +# where devtools install m4 snippets # argh, executed literally #ACLOCAL_AMFLAGS = -I $(Y2DEVTOOLS_PREFIX)/share/aclocal -ACLOCAL_AMFLAGS = -I `if test -d ./devtools/admin; then echo ./devtools/admin; else pkg-config --print-errors --variable=datadir yast2-devtools; fi`/aclocal +ACLOCAL_AMFLAGS = -I . -I `if test -d ./devtools/admin; then echo ./devtools/admin; else pkg-config --print-errors --variable=datadir yast2-devtools; fi`/aclocal Makefile.am.common: $(DEVTOOLS_DIR)/admin/Makefile.am.common cmp -s $< $@ || cp -f $< $@ 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-testsuite-2.16.2/missing new/yast2-testsuite-2.16.2/missing --- old/yast2-testsuite-2.16.2/missing 2008-04-08 18:30:46.000000000 +0200 +++ new/yast2-testsuite-2.16.2/missing 2009-06-29 12:20:17.000000000 +0200 @@ -1,10 +1,10 @@ #! /bin/sh # Common stub for a few missing GNU programs while installing. -scriptversion=2006-05-10.23 +scriptversion=2009-04-28.21; # UTC -# Copyright (C) 1996, 1997, 1999, 2000, 2002, 2003, 2004, 2005, 2006 -# Free Software Foundation, Inc. +# Copyright (C) 1996, 1997, 1999, 2000, 2002, 2003, 2004, 2005, 2006, +# 2008, 2009 Free Software Foundation, Inc. # Originally by Fran,cois Pinard <pinard@iro.umontreal.ca>, 1996. # This program is free software; you can redistribute it and/or modify @@ -18,9 +18,7 @@ # GNU General Public License for more details. # You should have received a copy of the GNU General Public License -# along with this program; if not, write to the Free Software -# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA -# 02110-1301, USA. +# along with this program. If not, see <http://www.gnu.org/licenses/>. # As a special exception to the GNU General Public License, if you # distribute this file as part of a program that contains a @@ -89,6 +87,9 @@ tar try tar, gnutar, gtar, then tar without non-portable flags yacc create \`y.tab.[ch]', if possible, from existing .[ch] +Version suffixes to PROGRAM as well as the prefixes \`gnu-', \`gnu', and +\`g' are ignored when checking the name. + Send bug reports to <bug-automake@gnu.org>." exit $? ;; @@ -106,15 +107,22 @@ esac +# normalize program name to check for. +program=`echo "$1" | sed ' + s/^gnu-//; t + s/^gnu//; t + s/^g//; t'` + # Now exit if we have it, but it failed. Also exit now if we # don't have it and --version was passed (most likely to detect -# the program). +# the program). This is about non-GNU programs, so use $1 not +# $program. case $1 in - lex|yacc) + lex*|yacc*) # Not GNU programs, they don't have --version. ;; - tar) + tar*) if test -n "$run"; then echo 1>&2 "ERROR: \`tar' requires --run" exit 1 @@ -138,7 +146,7 @@ # If it does not exist, or fails to run (possibly an outdated version), # try to emulate it. -case $1 in +case $program in aclocal*) echo 1>&2 "\ WARNING: \`$1' is $msg. You should only need it if @@ -148,7 +156,7 @@ touch aclocal.m4 ;; - autoconf) + autoconf*) echo 1>&2 "\ WARNING: \`$1' is $msg. You should only need it if you modified \`${configure_ac}'. You might want to install the @@ -157,7 +165,7 @@ touch configure ;; - autoheader) + autoheader*) echo 1>&2 "\ WARNING: \`$1' is $msg. You should only need it if you modified \`acconfig.h' or \`${configure_ac}'. You might want @@ -187,7 +195,7 @@ while read f; do touch "$f"; done ;; - autom4te) + autom4te*) echo 1>&2 "\ WARNING: \`$1' is needed, but is $msg. You might have modified some files without having the @@ -210,7 +218,7 @@ fi ;; - bison|yacc) + bison*|yacc*) echo 1>&2 "\ WARNING: \`$1' $msg. You should only need it if you modified a \`.y' file. You may need the \`Bison' package @@ -240,7 +248,7 @@ fi ;; - lex|flex) + lex*|flex*) echo 1>&2 "\ WARNING: \`$1' is $msg. You should only need it if you modified a \`.l' file. You may need the \`Flex' package @@ -263,7 +271,7 @@ fi ;; - help2man) + help2man*) echo 1>&2 "\ WARNING: \`$1' is $msg. You should only need it if you modified a dependency of a manual page. You may need the @@ -277,11 +285,11 @@ else test -z "$file" || exec >$file echo ".ab help2man is required to generate this page" - exit 1 + exit $? fi ;; - makeinfo) + makeinfo*) echo 1>&2 "\ WARNING: \`$1' is $msg. You should only need it if you modified a \`.texi' or \`.texinfo' file, or any other file @@ -310,7 +318,7 @@ touch $file ;; - tar) + tar*) shift # We have already tried tar in the generic part. @@ -363,5 +371,6 @@ # eval: (add-hook 'write-file-hooks 'time-stamp) # time-stamp-start: "scriptversion=" # time-stamp-format: "%:y-%02m-%02d.%02H" -# time-stamp-end: "$" +# time-stamp-time-zone: "UTC" +# time-stamp-end: "; # UTC" # End: ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 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