From 7f70dd0e073dd2ce0d6caf69a1137ec99272e796 Mon Sep 17 00:00:00 2001 From: cvsdist Date: Sep 09 2004 03:03:19 +0000 Subject: auto-import apr-0.9.4-11 from apr-0.9.4-11.src.rpm --- diff --git a/apr.spec b/apr.spec index eb3df8d..fc74a8b 100644 --- a/apr.spec +++ b/apr.spec @@ -4,7 +4,7 @@ Summary: Apache Portable Runtime library Name: apr Version: 0.9.4 -Release: 10 +Release: 11 License: Apache Software License Group: System Environment/Libraries URL: http://apr.apache.org/ @@ -21,6 +21,7 @@ Patch8: apr-0.9.4-aprofft.patch Patch9: apr-0.9.4-dotdot.patch Patch10: apr-0.9.4-cflags.patch Patch11: apr-0.9.4-mmapzero.patch +Patch12: apr-0.9.4-largefile.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot BuildPrereq: autoconf, libtool, doxygen Conflicts: subversion < 0.20.1-2 @@ -57,6 +58,7 @@ C data structures and routines. %patch9 -p1 -b .dotdot %patch10 -p1 -b .cflags %patch11 -p1 -b .mmapzero +%patch12 -p1 -b .largefile # regenerate configure script etc. ./buildconf @@ -135,6 +137,9 @@ rm -rf $RPM_BUILD_ROOT %{_includedir}/apr-%{aprver}/*.h %changelog +* Wed Mar 24 2004 Joe Orton 0.9.4-11 +- add APR_LARGEFILE flag + * Mon Mar 15 2004 Joe Orton 0.9.4-10 - fix configure check for mmap of /dev/zero - just put -D_GNU_SOURCE in CPPFLAGS not _{BSD,SVID,XOPEN}_SOURCE