Bump up to 1.2.11.
This commit is contained in:
parent
9be12803db
commit
94c04f8673
@ -1 +1 @@
|
||||
apr-1.2.9.tar.bz2
|
||||
apr-1.2.11.tar.bz2
|
||||
|
@ -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;
|
10
apr.spec
10
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 <bojan@rexursive.com> 1.2.11-1
|
||||
- bump up to 1.2.11
|
||||
- drop openlfs patch (fixed upstream)
|
||||
|
||||
* Sun Sep 2 2007 Joe Orton <jorton@redhat.com> 1.2.9-4
|
||||
- fix API/ABI of 32-bit builds (#254241)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user