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
|
Summary: Apache Portable Runtime library
|
||||||
Name: apr
|
Name: apr
|
||||||
Version: 1.2.9
|
Version: 1.2.11
|
||||||
Release: 4
|
Release: 1
|
||||||
License: ASL 2.0
|
License: ASL 2.0
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
URL: http://apr.apache.org/
|
URL: http://apr.apache.org/
|
||||||
@ -18,7 +18,6 @@ Patch3: apr-1.2.2-locktimeout.patch
|
|||||||
Patch4: apr-1.2.2-libdir.patch
|
Patch4: apr-1.2.2-libdir.patch
|
||||||
Patch5: apr-1.2.7-pkgconf.patch
|
Patch5: apr-1.2.7-pkgconf.patch
|
||||||
Patch6: apr-1.2.7-psprintfpi.patch
|
Patch6: apr-1.2.7-psprintfpi.patch
|
||||||
Patch7: apr-1.2.9-openlfs.patch
|
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
|
||||||
BuildRequires: autoconf, libtool, e2fsprogs-devel, python
|
BuildRequires: autoconf, libtool, e2fsprogs-devel, python
|
||||||
|
|
||||||
@ -48,7 +47,6 @@ C data structures and routines.
|
|||||||
%patch4 -p1 -b .libdir
|
%patch4 -p1 -b .libdir
|
||||||
%patch5 -p1 -b .pkgconf
|
%patch5 -p1 -b .pkgconf
|
||||||
%patch6 -p1 -b .psprintfpi
|
%patch6 -p1 -b .psprintfpi
|
||||||
%patch7 -p1 -b .openlfs
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
# regenerate configure script etc.
|
# regenerate configure script etc.
|
||||||
@ -124,6 +122,10 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_includedir}/apr-%{aprver}/*.h
|
%{_includedir}/apr-%{aprver}/*.h
|
||||||
|
|
||||||
%changelog
|
%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
|
* Sun Sep 2 2007 Joe Orton <jorton@redhat.com> 1.2.9-4
|
||||||
- fix API/ABI of 32-bit builds (#254241)
|
- fix API/ABI of 32-bit builds (#254241)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user