rpms/apr/devel apr.spec,1.26,1.27

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Thu Sep 15 13:43:21 UTC 2005


Author: jorton

Update of /cvs/dist/rpms/apr/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv7482

Modified Files:
	apr.spec 
Log Message:
- allow setting TCP_NODELAY and TCP_CORK concurrently
- use _exit() not exit() in child if exec*() fails (upstream #30913)



Index: apr.spec
===================================================================
RCS file: /cvs/dist/rpms/apr/devel/apr.spec,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -r1.26 -r1.27
--- apr.spec	15 Sep 2005 12:38:30 -0000	1.26
+++ apr.spec	15 Sep 2005 13:43:19 -0000	1.27
@@ -18,6 +18,8 @@
 Patch23: apr-0.9.6-readdir64.patch
 Patch24: apr-0.9.6-uidgid.patch
 Patch25: apr-0.9.6-flushbufs.patch
+Patch26: apr-0.9.6-tcpopts.patch
+Patch27: apr-0.9.6-procexit.patch
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
 BuildPrereq: autoconf, libtool, doxygen
 Conflicts: subversion < 0.20.1-2
@@ -53,6 +55,8 @@
 %patch23 -p1 -b .readdir64
 %patch24 -p1 -b .uidgid
 %patch25 -p1 -b .flushbufs
+%patch26 -p1 -b .tcpopts
+%patch27 -p1 -b .procexit
 
 %build
 # regenerate configure script etc.
@@ -127,6 +131,8 @@
 %changelog
 * Thu Sep 15 2005 Joe Orton <jorton at redhat.com> 0.9.6-6
 - don't override CFLAGS at build time
+- allow setting TCP_NODELAY and TCP_CORK concurrently
+- use _exit() not exit() in child if exec*() fails (upstream #30913)
 
 * Fri Sep  9 2005 Joe Orton <jorton at redhat.com> 0.9.6-5
 - add from 0.9.x branch:




More information about the fedora-cvs-commits mailing list