- fix namespace pollution (r354824, r355464)

This commit is contained in:
jorton 2006-01-04 16:50:43 +00:00
parent abb4fb8930
commit 71fc78df60

View File

@ -3,7 +3,7 @@
Summary: Apache Portable Runtime library
Name: apr
Version: 1.2.2
Release: 6
Release: 7
License: Apache Software License
Group: System Environment/Libraries
URL: http://apr.apache.org/
@ -16,6 +16,7 @@ Patch5: apr-1.2.2-reuseaddr.patch
Patch6: apr-1.2.2-locktimeout.patch
Patch7: apr-1.2.2-libdir.patch
Patch8: apr-1.2.2-seekflush.patch
Patch9: apr-1.2.2-random.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
BuildPrereq: autoconf, libtool, doxygen
Conflicts: subversion < 0.20.1-2
@ -49,6 +50,7 @@ C data structures and routines.
%patch6 -p1 -b .locktimeout
%patch7 -p1 -b .libdir
%patch8 -p1 -b .seekflush
%patch9 -p1 -b .random
%build
# regenerate configure script etc.
@ -125,6 +127,9 @@ rm -rf $RPM_BUILD_ROOT
%{_includedir}/apr-%{aprver}/*.h
%changelog
* Wed Jan 4 2006 Joe Orton <jorton@redhat.com> 1.2.2-7
- fix namespace pollution (r354824, r355464)
* Wed Jan 4 2006 Joe Orton <jorton@redhat.com> 1.2.2-6
- fix build with recent glibc (#176911)