rpms/bind/devel bind-96-libxml2.patch, NONE, 1.1 bind.spec, 1.285, 1.286

Adam Tkac atkac at fedoraproject.org
Tue Nov 11 14:40:01 UTC 2008


Author: atkac

Update of /cvs/pkgs/rpms/bind/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv9976

Modified Files:
	bind.spec 
Added Files:
	bind-96-libxml2.patch 
Log Message:
- make statistics http server working, patch backported from 9.6 HEAD


bind-96-libxml2.patch:

--- NEW FILE bind-96-libxml2.patch ---
diff -up bind-9.6.0b1/configure.in.libxml2 bind-9.6.0b1/configure.in
--- bind-9.6.0b1/configure.in.libxml2	2008-11-11 16:04:27.000000000 +0100
+++ bind-9.6.0b1/configure.in	2008-11-11 16:04:46.000000000 +0100
@@ -1002,7 +1002,7 @@ case "$use_libxml2" in
 		;;
 	auto|yes)
 		case X`(xml2-config --version) 2>/dev/null` in
-		X2.6.*)
+		X2.[[67]].*)
 			libxml2_libs=`xml2-config --libs`
 			libxml2_cflags=`xml2-config --cflags`
 			;;


Index: bind.spec
===================================================================
RCS file: /cvs/pkgs/rpms/bind/devel/bind.spec,v
retrieving revision 1.285
retrieving revision 1.286
diff -u -r1.285 -r1.286
--- bind.spec	10 Nov 2008 16:36:46 -0000	1.285
+++ bind.spec	11 Nov 2008 14:39:31 -0000	1.286
@@ -18,7 +18,7 @@
 Name:     bind
 License:  ISC
 Version:  9.6.0
-Release:  0.1.%{PREVER}%{?dist}
+Release:  0.2.%{PREVER}%{?dist}
 Epoch:    32
 Url:      http://www.isc.org/products/BIND/
 Buildroot:%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -61,6 +61,7 @@
 %if %{LIBBIND}
 Patch97: bind-96-temporary-libbind.patch
 %endif
+Patch98: bind-96-libxml2.patch
 
 # SDB patches
 Patch11: bind-9.3.2b2-sdbsrc.patch
@@ -228,6 +229,7 @@
 %patch94 -p1 -b .rh461409
 %patch95 -p1 -b .includes
 %patch96 -p1 -b .rh469440
+%patch98 -p1 -b .libxml2
 
 # Sparc and s390 arches need to use -fPIE
 %ifarch sparcv9 sparc64 s390 s390x
@@ -587,6 +589,9 @@
 %ghost %{chroot_prefix}/etc/localtime
 
 %changelog
+* Tue Nov 11 2008 Adam Tkac <atkac redhat com> 32:9.6.0-0.2.b1
+- make statistics http server working, patch backported from 9.6 HEAD
+
 * Mon Nov 10 2008 Adam Tkac <atkac redhat com> 32:9.6.0-0.1.b1
 - 9.6.0b1 release
 - don't build ODBC and Berkeley DB DLZ drivers




More information about the fedora-extras-commits mailing list