From commits-return-9242-apmail-apr-commits-archive=apr.apache.org@apr.apache.org Wed Nov 21 21:50:27 2007 Return-Path: Delivered-To: apmail-apr-commits-archive@www.apache.org Received: (qmail 78344 invoked from network); 21 Nov 2007 21:50:27 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 21 Nov 2007 21:50:27 -0000 Received: (qmail 49862 invoked by uid 500); 21 Nov 2007 21:50:14 -0000 Delivered-To: apmail-apr-commits-archive@apr.apache.org Received: (qmail 49818 invoked by uid 500); 21 Nov 2007 21:50:14 -0000 Mailing-List: contact commits-help@apr.apache.org; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: Reply-To: dev@apr.apache.org List-Id: Delivered-To: mailing list commits@apr.apache.org Received: (qmail 49802 invoked by uid 99); 21 Nov 2007 21:50:14 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 21 Nov 2007 13:50:14 -0800 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.3] (HELO eris.apache.org) (140.211.11.3) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 21 Nov 2007 21:50:03 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 95BA71A9832; Wed, 21 Nov 2007 13:49:57 -0800 (PST) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r597220 - in /apr/apr/branches/1.2.x: CHANGES build/rpm/apr.spec.in Date: Wed, 21 Nov 2007 21:49:56 -0000 To: commits@apr.apache.org From: minfrin@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20071121214957.95BA71A9832@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: minfrin Date: Wed Nov 21 13:49:56 2007 New Revision: 597220 URL: http://svn.apache.org/viewvc?rev=597220&view=rev Log: Fix the make test target in the spec file. Modified: apr/apr/branches/1.2.x/CHANGES apr/apr/branches/1.2.x/build/rpm/apr.spec.in Modified: apr/apr/branches/1.2.x/CHANGES URL: http://svn.apache.org/viewvc/apr/apr/branches/1.2.x/CHANGES?rev=597220&r1=597219&r2=597220&view=diff ============================================================================== --- apr/apr/branches/1.2.x/CHANGES [utf-8] (original) +++ apr/apr/branches/1.2.x/CHANGES [utf-8] Wed Nov 21 13:49:56 2007 @@ -1,7 +1,7 @@ -*- coding: utf-8 -*- Changes for APR 1.2.13 - + *) Fix the make test target in the spec file. [Graham Leggett] Changes for APR 1.2.12 Modified: apr/apr/branches/1.2.x/build/rpm/apr.spec.in URL: http://svn.apache.org/viewvc/apr/apr/branches/1.2.x/build/rpm/apr.spec.in?rev=597220&r1=597219&r2=597220&view=diff ============================================================================== --- apr/apr/branches/1.2.x/build/rpm/apr.spec.in (original) +++ apr/apr/branches/1.2.x/build/rpm/apr.spec.in Wed Nov 21 13:49:56 2007 @@ -46,7 +46,7 @@ %check # Run non-interactive tests pushd test -make %{?_smp_mflags} testall CFLAGS=-fno-strict-aliasing +make %{?_smp_mflags} all CFLAGS=-fno-strict-aliasing ./testall -v || exit 1 popd