From 94c04f8673ac226077c03aefce0d03bdc72821e6 Mon Sep 17 00:00:00 2001 From: bojan Date: Tue, 11 Sep 2007 09:50:48 +0000 Subject: [PATCH] Bump up to 1.2.11. --- .cvsignore | 2 +- apr-1.2.9-openlfs.patch | 11 ----------- apr.spec | 10 ++++++---- sources | 2 +- 4 files changed, 8 insertions(+), 17 deletions(-) delete mode 100644 apr-1.2.9-openlfs.patch diff --git a/.cvsignore b/.cvsignore index 6ee8b92..ebddc2f 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -apr-1.2.9.tar.bz2 +apr-1.2.11.tar.bz2 diff --git a/apr-1.2.9-openlfs.patch b/apr-1.2.9-openlfs.patch deleted file mode 100644 index 401b70f..0000000 --- a/apr-1.2.9-openlfs.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- apr-1.2.9/configure.in.openlfs -+++ apr-1.2.9/configure.in -@@ -448,7 +448,7 @@ void main(void) - - if (sizeof(off64_t) != 8 || sizeof(off_t) != 4) - exit(1); -- if ((fd = open("conftest.lfs", O_LARGEFILE|O_CREAT|O_WRONLY)) < 0) -+ if ((fd = open("conftest.lfs", O_LARGEFILE|O_CREAT|O_WRONLY, 0600)) < 0) - exit(2); - if (ftruncate64(fd, off) != 0) - ret = 3; diff --git a/apr.spec b/apr.spec index ad709f7..cac7b25 100644 --- a/apr.spec +++ b/apr.spec @@ -5,8 +5,8 @@ Summary: Apache Portable Runtime library Name: apr -Version: 1.2.9 -Release: 4 +Version: 1.2.11 +Release: 1 License: ASL 2.0 Group: System Environment/Libraries URL: http://apr.apache.org/ @@ -18,7 +18,6 @@ Patch3: apr-1.2.2-locktimeout.patch Patch4: apr-1.2.2-libdir.patch Patch5: apr-1.2.7-pkgconf.patch Patch6: apr-1.2.7-psprintfpi.patch -Patch7: apr-1.2.9-openlfs.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot BuildRequires: autoconf, libtool, e2fsprogs-devel, python @@ -48,7 +47,6 @@ C data structures and routines. %patch4 -p1 -b .libdir %patch5 -p1 -b .pkgconf %patch6 -p1 -b .psprintfpi -%patch7 -p1 -b .openlfs %build # regenerate configure script etc. @@ -124,6 +122,10 @@ rm -rf $RPM_BUILD_ROOT %{_includedir}/apr-%{aprver}/*.h %changelog +* Sun Sep 9 2007 Bojan Smojver 1.2.11-1 +- bump up to 1.2.11 +- drop openlfs patch (fixed upstream) + * Sun Sep 2 2007 Joe Orton 1.2.9-4 - fix API/ABI of 32-bit builds (#254241) diff --git a/sources b/sources index c444719..bc202b4 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -86a5a7d0f8807b97645956a2b4ed6f14 apr-1.2.9.tar.bz2 +22ede19520beb37dc17e62592b06a59c apr-1.2.11.tar.bz2