- fix apr_procattr_child_*_set error handling
This commit is contained in:
parent
4f22d73e25
commit
51e20dbc6b
8
apr.spec
8
apr.spec
@ -3,7 +3,7 @@
|
|||||||
Summary: Apache Portable Runtime library
|
Summary: Apache Portable Runtime library
|
||||||
Name: apr
|
Name: apr
|
||||||
Version: 0.9.6
|
Version: 0.9.6
|
||||||
Release: 2
|
Release: 3
|
||||||
License: Apache Software License
|
License: Apache Software License
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
URL: http://apr.apache.org/
|
URL: http://apr.apache.org/
|
||||||
@ -12,9 +12,9 @@ Patch3: apr-0.9.3-noipv6.patch
|
|||||||
Patch4: apr-0.9.4-trimlibs.patch
|
Patch4: apr-0.9.4-trimlibs.patch
|
||||||
Patch6: apr-0.9.4-tests.patch
|
Patch6: apr-0.9.4-tests.patch
|
||||||
Patch10: apr-0.9.4-cflags.patch
|
Patch10: apr-0.9.4-cflags.patch
|
||||||
Patch16: apr-0.9.4-mutextype.patch
|
|
||||||
Patch18: apr-0.9.4-stacksize.patch
|
Patch18: apr-0.9.4-stacksize.patch
|
||||||
Patch21: apr-0.9.4-lp64psem.patch
|
Patch21: apr-0.9.4-lp64psem.patch
|
||||||
|
Patch22: apr-0.9.4-attrerror.patch
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
|
||||||
BuildPrereq: autoconf, libtool, doxygen
|
BuildPrereq: autoconf, libtool, doxygen
|
||||||
Conflicts: subversion < 0.20.1-2
|
Conflicts: subversion < 0.20.1-2
|
||||||
@ -46,6 +46,7 @@ C data structures and routines.
|
|||||||
%patch10 -p1 -b .cflags
|
%patch10 -p1 -b .cflags
|
||||||
%patch18 -p1 -b .stacksize
|
%patch18 -p1 -b .stacksize
|
||||||
%patch21 -p1 -b .lp64psem
|
%patch21 -p1 -b .lp64psem
|
||||||
|
%patch22 -p1 -b .attrerror
|
||||||
|
|
||||||
%build
|
%build
|
||||||
# regenerate configure script etc.
|
# regenerate configure script etc.
|
||||||
@ -118,6 +119,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_includedir}/apr-%{aprver}/*.h
|
%{_includedir}/apr-%{aprver}/*.h
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue May 17 2005 Joe Orton <jorton@redhat.com> 0.9.6-3
|
||||||
|
- fix apr_procattr_child_*_set error handling
|
||||||
|
|
||||||
* Tue Mar 1 2005 Joe Orton <jorton@redhat.com> 0.9.6-2
|
* Tue Mar 1 2005 Joe Orton <jorton@redhat.com> 0.9.6-2
|
||||||
- have apr-devel depend on specific version of gcc
|
- have apr-devel depend on specific version of gcc
|
||||||
- add NOTICE to docdir
|
- add NOTICE to docdir
|
||||||
|
Loading…
Reference in New Issue
Block a user