rpms/apr-util/devel apr-util-1.3.7.tar.bz2.asc, NONE, 1.1 .cvsignore, 1.11, 1.12 apr-util.spec, 1.62, 1.63 sources, 1.13, 1.14 apr-util-1.3.4.tar.bz2.asc, 1.1, NONE

Bojan Smojver bojan at fedoraproject.org
Mon Jun 8 05:26:26 UTC 2009


Author: bojan

Update of /cvs/pkgs/rpms/apr-util/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv25309

Modified Files:
	.cvsignore apr-util.spec sources 
Added Files:
	apr-util-1.3.7.tar.bz2.asc 
Removed Files:
	apr-util-1.3.4.tar.bz2.asc 
Log Message:
Bump up to 1.3.7.


--- NEW FILE apr-util-1.3.7.tar.bz2.asc ---
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (GNU/Linux)

iQIcBAABAgAGBQJKJqCqAAoJEIFUZ7bLm57FOOkP/0Fj2veY0Vlai34BCGrJeFPV
X13u0Q+rtMMejO58z+ZEE8Su5bmkpfQE+oZNMsM30KTzUh18g614/0O2dR23PW7H
eHGNp2m9mcHH+9PQNM+/Q5RYLX23bIWpLHQI2oR/cM0YbgHaozLeM/wGBVdnfAWw
pfR1LML4V/2PwkD60STyTcDwW1NR1axQhCsbhuHSCWiLteRbWACPQ6CeukIzONFh
gM1dBJtLAlGEewDETJ3hHvGfh2Fzf7BIo9ETrgX7uFoM6FpmPii5WAryDsKbB3AF
u6XrHCnvF0Z/iBJOEmShpZ3388DmsSaTsKKx9NFzpVEoU+nS+px7OHjEo4q/8GpX
Pm4f3ou79rL0A4VEPE0zmiMQjK19X6KlZ7yYudXfksFMaa7+Zri+L1/oklUsyaQw
G3oJYRoGAR/I/p+aGb5Qx3fohylrIhBeR4mZzkGIQw9ErK1d7fJoIe3BMHLy3PzX
zse+KQPCyNRfi6IABAxH+bPIj48RlW6E6cicwM0n/83OS/A+0VUVfOJFp0UL02QK
viODptk50wMbyF3FNxOdGiHNWt1yoqztjiLAmeIefTOSeuk4LkvlFo4Srga2lw1K
KNyRJyZ34Qof33Gc1S0wPiASevnmYSgd0/UlAK3B2dBVFcIoRLroTJ91zW3dm1Ym
BO5qa8TwrJlAcGPHkSoM
=jEyS
-----END PGP SIGNATURE-----


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/apr-util/devel/.cvsignore,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -p -r1.11 -r1.12
--- .cvsignore	23 Aug 2008 01:21:13 -0000	1.11
+++ .cvsignore	8 Jun 2009 05:25:56 -0000	1.12
@@ -1 +1 @@
-apr-util-1.3.4.tar.bz2
+apr-util-1.3.7.tar.bz2


Index: apr-util.spec
===================================================================
RCS file: /cvs/pkgs/rpms/apr-util/devel/apr-util.spec,v
retrieving revision 1.62
retrieving revision 1.63
diff -u -p -r1.62 -r1.63
--- apr-util.spec	24 Feb 2009 01:30:44 -0000	1.62
+++ apr-util.spec	8 Jun 2009 05:25:56 -0000	1.63
@@ -3,8 +3,8 @@
 
 Summary: Apache Portable Runtime Utility library
 Name: apr-util
-Version: 1.3.4
-Release: 3%{?dist}
+Version: 1.3.7
+Release: 1%{?dist}
 License: ASL 2.0
 Group: System Environment/Libraries
 URL: http://apr.apache.org/
@@ -95,6 +95,9 @@ This package provides the LDAP support f
 %setup -q
 %patch1 -p1 -b .pkgconf
 
+# Our apr.h file is arch specific
+sed -i -e 's,apr_h=\(.*\)/apr.h",apr_h=\1/apr-%{_arch}.h",' build/dso.m4
+
 %build
 autoheader && autoconf
 %configure --with-apr=%{_prefix} \
@@ -131,12 +134,7 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/apr-util
 %check
 # Run the less verbose test suites
 export MALLOC_CHECK_=2 MALLOC_PERTURB_=$(($RANDOM % 255 + 1))
-cd test
-make %{?_smp_mflags} testall
-# testall breaks with DBD DSO; ignore
-./testall -v -q || true
-./testall testrmm
-./testall testdbm
+make %{?_smp_mflags} check
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -149,6 +147,7 @@ rm -rf $RPM_BUILD_ROOT
 %defattr(-,root,root,-)
 %doc CHANGES LICENSE NOTICE
 %{_libdir}/libaprutil-%{apuver}.so.*
+%{_libdir}/apr-util-%{apuver}/apr_dbm*
 %dir %{_libdir}/apr-util-%{apuver}
 
 %files pgsql
@@ -185,6 +184,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_datadir}/aclocal/*.m4
 
 %changelog
+* Mon Jun  8 2009 Bojan Smojver <bojan at rexursive.com> - 1.3.7-1
+- bump up to 1.3.7
+
 * Mon Feb 23 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.3.4-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/apr-util/devel/sources,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -p -r1.13 -r1.14
--- sources	23 Aug 2008 01:21:13 -0000	1.13
+++ sources	8 Jun 2009 05:25:56 -0000	1.14
@@ -1 +1 @@
-adfbe525cf3914cf769340e8f6a6d14b  apr-util-1.3.4.tar.bz2
+2ed3ae6734290296faa193e1177d50e6  apr-util-1.3.7.tar.bz2


--- apr-util-1.3.4.tar.bz2.asc DELETED ---




More information about the fedora-extras-commits mailing list