From d83b3eda16e0be05f878f0c0acfd2519d0a1cd5f8d2b189b0b4181611ab44f7a Mon Sep 17 00:00:00 2001 From: OBS User unknown Date: Mon, 6 Oct 2008 14:53:23 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/zsh?expand=0&rev=10 --- zsh.changes | 5 +++++ zsh.spec | 8 +++++--- 2 files changed, 10 insertions(+), 3 deletions(-) diff --git a/zsh.changes b/zsh.changes index bac0034..bae27c4 100644 --- a/zsh.changes +++ b/zsh.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Oct 2 10:14:01 CEST 2008 - hvogel@suse.de + +- globally disabling the test was the plan, not only on some archs + ------------------------------------------------------------------- Thu Sep 18 14:58:44 CEST 2008 - hvogel@suse.de diff --git a/zsh.spec b/zsh.spec index 7390a3f..27cd173 100644 --- a/zsh.spec +++ b/zsh.spec @@ -20,7 +20,7 @@ Name: zsh Version: 4.3.6 -Release: 65 +Release: 66 License: Other uncritical OpenSource License Group: System/Shells BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -86,9 +86,9 @@ make VERSION="%{version}" CFLAGS="$CFLAGS "%cflags_profile_generate \ pushd Test mkdir skipped %ifarch s390 s390x ppc ppc64 -mv A01grammar.ztst D02glob.ztst skipped +mv D02glob.ztst skipped %endif -mv C02cond.ztst V01zmodload.ztst skipped +mv A01grammar.ztst C02cond.ztst V01zmodload.ztst skipped popd ZTST_verbose=0 make test make clean @@ -155,6 +155,8 @@ groff Doc/intro.ms > intro.txt %{_mandir}/man1/zsh*.1.gz %changelog +* Thu Oct 02 2008 hvogel@suse.de +- globally disabling the test was the plan, not only on some archs * Thu Sep 18 2008 hvogel@suse.de - disable another test globally which keeps hanging * Tue Jun 17 2008 hvogel@suse.de