Return-Path: Delivered-To: apmail-apr-commits-archive@www.apache.org Received: (qmail 47345 invoked from network); 28 Jul 2009 22:11:30 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 28 Jul 2009 22:11:30 -0000 Received: (qmail 67777 invoked by uid 500); 28 Jul 2009 22:11:31 -0000 Delivered-To: apmail-apr-commits-archive@apr.apache.org Received: (qmail 67701 invoked by uid 500); 28 Jul 2009 22:11:31 -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 67692 invoked by uid 99); 28 Jul 2009 22:11:31 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 28 Jul 2009 22:11:31 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 28 Jul 2009 22:11:22 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 512D923888E4; Tue, 28 Jul 2009 22:11:02 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r798720 - in /apr/apr-util/branches/1.3.x: CHANGES build/rpm/apr-util.spec.in Date: Tue, 28 Jul 2009 22:11:02 -0000 To: commits@apr.apache.org From: minfrin@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20090728221102.512D923888E4@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: minfrin Date: Tue Jul 28 22:11:01 2009 New Revision: 798720 URL: http://svn.apache.org/viewvc?rev=798720&view=rev Log: Make sure that "make check" is used in the RPM spec file, so that the crypto, dbd and dbm tests pass. Modified: apr/apr-util/branches/1.3.x/CHANGES apr/apr-util/branches/1.3.x/build/rpm/apr-util.spec.in Modified: apr/apr-util/branches/1.3.x/CHANGES URL: http://svn.apache.org/viewvc/apr/apr-util/branches/1.3.x/CHANGES?rev=798720&r1=798719&r2=798720&view=diff ============================================================================== --- apr/apr-util/branches/1.3.x/CHANGES [utf-8] (original) +++ apr/apr-util/branches/1.3.x/CHANGES [utf-8] Tue Jul 28 22:11:01 2009 @@ -1,13 +1,14 @@ -*- coding: utf-8 -*- Changes with APR-util 1.3.9 + *) Make sure that "make check" is used in the RPM spec file, so that + the crypto, dbd and dbm tests pass. [Graham Leggett] + *) Make sure the mysql version of dbd_mysql_get_entry() respects the rule that if the column number exceeds the number of columns, we return NULL. [Graham Leggett] - *) Make sure the LD_LIBRARY_PATH is sensible when running the tests - from the RPM build, so that the crypto, dbd and dbm tests pass. - Ensure the dbm module is packaged up correctly in the RPM. + *) Ensure the dbm module is packaged up correctly in the RPM. [Graham Leggett] *) Clarify the error messages within the dbd tests. [Graham Leggett] Modified: apr/apr-util/branches/1.3.x/build/rpm/apr-util.spec.in URL: http://svn.apache.org/viewvc/apr/apr-util/branches/1.3.x/build/rpm/apr-util.spec.in?rev=798720&r1=798719&r2=798720&view=diff ============================================================================== --- apr/apr-util/branches/1.3.x/build/rpm/apr-util.spec.in (original) +++ apr/apr-util/branches/1.3.x/build/rpm/apr-util.spec.in Tue Jul 28 22:11:01 2009 @@ -115,7 +115,7 @@ # Run non-interactive tests pushd test make %{?_smp_mflags} all CFLAGS=-fno-strict-aliasing -LD_LIBRARY_PATH=../dbd/.libs:../dbm/.libs ./testall -v || exit 1 +make check || exit 1 popd %install