From 74f3de8adfeeea0d6e6655c612e27cb8b485261e8bcc2e72f8e36bc8c73e2bb0 Mon Sep 17 00:00:00 2001 From: OBS User unknown Date: Mon, 23 Jun 2008 02:13:52 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/zsh?expand=0&rev=8 --- zsh.changes | 5 +++++ zsh.spec | 11 +++++++---- 2 files changed, 12 insertions(+), 4 deletions(-) diff --git a/zsh.changes b/zsh.changes index 36d6bdf..f6b1221 100644 --- a/zsh.changes +++ b/zsh.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Jun 17 12:35:04 CEST 2008 - hvogel@suse.de + +- disable one test globally + ------------------------------------------------------------------- Thu Apr 3 15:03:30 CEST 2008 - hvogel@suse.de diff --git a/zsh.spec b/zsh.spec index ee8e0bb..c5cb6fe 100644 --- a/zsh.spec +++ b/zsh.spec @@ -13,7 +13,7 @@ Name: zsh Version: 4.3.6 -Release: 1 +Release: 23 License: Other uncritical OpenSource License Group: System/Shells BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -76,12 +76,13 @@ export CC="gcc" CFLAGS="%{optflags} -pipe -fno-strict-aliasing" make VERSION="%{version}" CFLAGS="$CFLAGS "%cflags_profile_generate \ DLCFLAGS="-fPIC -fno-profile-arcs" LDFLAGS="-fprofile-arcs" # this is needed to create the profiling data files *.gcda -%ifarch s390 s390x ppc ppc64 pushd Test mkdir skipped -mv A01grammar.ztst C02cond.ztst D02glob.ztst skipped -popd +%ifarch s390 s390x ppc ppc64 +mv A01grammar.ztst D02glob.ztst skipped %endif +mv C02cond.ztst skipped +popd ZTST_verbose=0 make test make clean # compile with profiling data reading enabled and writing disabled @@ -147,6 +148,8 @@ groff Doc/intro.ms > intro.txt %{_mandir}/man1/zsh*.1.gz %changelog +* Tue Jun 17 2008 hvogel@suse.de +- disable one test globally * Thu Apr 03 2008 hvogel@suse.de - update to 4.3.6 * Various bugfixes