Hello community, here is the log from the commit of package yast2-testsuite for openSUSE:Factory checked in at Tue Oct 4 18:03:56 CEST 2011.
-------- --- openSUSE:Factory/yast2-testsuite/yast2-testsuite.changes 2011-09-23 12:53:25.000000000 +0200 +++ /mounts/work_src_done/STABLE/yast2-testsuite/yast2-testsuite.changes 2011-09-23 16:55:27.000000000 +0200 @@ -1,0 +2,6 @@ +Fri Sep 23 14:54:27 UTC 2011 - [email protected] + +- removed obsoleted functions from Pkg.ycp +- 2.21.0 + +------------------------------------------------------------------- calling whatdependson for head-i586 Old: ---- yast2-testsuite-2.19.0.tar.bz2 New: ---- yast2-testsuite-2.21.0.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ yast2-testsuite.spec ++++++ --- /var/tmp/diff_new_pack.YaphtS/_old 2011-10-04 18:03:52.000000000 +0200 +++ /var/tmp/diff_new_pack.YaphtS/_new 2011-10-04 18:03:52.000000000 +0200 @@ -1,7 +1,7 @@ # -# spec file for package yast2-testsuite (Version 2.19.0) +# spec file for package yast2-testsuite # -# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -19,18 +19,22 @@ Name: yast2-testsuite -Version: 2.19.0 -Release: 1 +Version: 2.21.0 +Release: 0 + BuildRoot: %{_tmppath}/%{name}-%{version}-build -Source0: yast2-testsuite-2.19.0.tar.bz2 +Source0: yast2-testsuite-%{version}.tar.bz2 + Prefix: /usr + Group: System/YaST -License: GPLv2+ +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 Requires: yast2-core >= 2.19.0 Summary: YaST2 - Testsuite + BuildArch: noarch %description @@ -38,14 +42,16 @@ execution. %prep -%setup -n yast2-testsuite-2.19.0 +%setup -n yast2-testsuite-%{version} %build %{prefix}/bin/y2tool y2autoconf %{prefix}/bin/y2tool y2automake autoreconf --force --install + export CFLAGS="$RPM_OPT_FLAGS -DNDEBUG" export CXXFLAGS="$RPM_OPT_FLAGS -DNDEBUG" + %{?suse_update_config:%{suse_update_config -f}} ./configure --libdir=%{_libdir} --prefix=%{prefix} --mandir=%{_mandir} # V=1: verbose build in case we used AM_SILENT_RULES(yes) @@ -69,4 +75,5 @@ /usr/share/YaST2/data /usr/share/YaST2/include %doc %{prefix}/share/doc/packages/yast2-testsuite + %changelog ++++++ yast2-testsuite-2.19.0.tar.bz2 -> yast2-testsuite-2.21.0.tar.bz2 ++++++ ++++ 5171 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.19.0/VERSION new/yast2-testsuite-2.21.0/VERSION --- old/yast2-testsuite-2.19.0/VERSION 2009-12-21 12:08:48.000000000 +0100 +++ new/yast2-testsuite-2.21.0/VERSION 2011-09-23 16:54:19.000000000 +0200 @@ -1 +1 @@ -2.19.0 +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-testsuite-2.19.0/configure.in new/yast2-testsuite-2.21.0/configure.in --- old/yast2-testsuite-2.19.0/configure.in 2009-12-21 12:15:47.000000000 +0100 +++ new/yast2-testsuite-2.21.0/configure.in 2011-09-23 16:55:00.000000000 +0200 @@ -1,9 +1,9 @@ dnl configure.in for yast2-testsuite 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-testsuite, 2.19.0, http://bugs.opensuse.org/, yast2-testsuite) +AC_INIT(yast2-testsuite, 2.21.0, http://bugs.opensuse.org/, yast2-testsuite) 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.19.0" +VERSION="2.21.0" RPMNAME="yast2-testsuite" MAINTAINER="Michal Svec <[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-testsuite-2.19.0/src/Testsuite.ycp new/yast2-testsuite-2.21.0/src/Testsuite.ycp --- old/yast2-testsuite-2.19.0/src/Testsuite.ycp 2009-07-21 16:37:21.000000000 +0200 +++ new/yast2-testsuite-2.21.0/src/Testsuite.ycp 2011-07-18 11:01:42.000000000 +0200 @@ -4,7 +4,7 @@ * Summary: Main testsuite module * Authors: Michal Svec <[email protected]> * - * $Id: Testsuite.ycp 23134 2005-04-22 11:36:18Z mvidner $ + * $Id: Testsuite.ycp 64794 2011-07-14 09:54:08Z jsuchome $ */ { @@ -89,7 +89,7 @@ map res = (map) SCR::Execute (.target.bash_output, command); SCR::UnregisterAllAgents (); - string out = lookup (res, "stdout", " (nil)"); + string out = res["stdout"]:" (nil)"; list<string> lines = splitstring (out, "\n"); maplist (string l, lines, { return y2debug ("%1", l); continue with "q"... Remember to have fun... -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
