Author: arekm                        Date: Tue Jul 28 10:59:08 2009 GMT
Module: packages                      Tag: HEAD
---- Log message:
- rel 3; autoconf 2.64 fixes

---- Files affected:
packages/util-vserver:
   util-vserver.spec (1.234 -> 1.235) , util-vserver-ac.patch (NONE -> 1.1)  
(NEW)

---- Diffs:

================================================================
Index: packages/util-vserver/util-vserver.spec
diff -u packages/util-vserver/util-vserver.spec:1.234 
packages/util-vserver/util-vserver.spec:1.235
--- packages/util-vserver/util-vserver.spec:1.234       Tue Jul 28 11:54:50 2009
+++ packages/util-vserver/util-vserver.spec     Tue Jul 28 12:59:03 2009
@@ -22,7 +22,7 @@
 Summary(pl.UTF-8):     Narzędzia dla linuksowych serwerów wirtualnych
 Name:          util-vserver
 Version:       0.30.216
-Release:       0.%{snap}.1
+Release:       0.%{snap}.3
 License:       GPL
 Group:         Applications/System
 #Source0:      
http://ftp.linux-vserver.org/pub/utils/util-vserver/%{name}-%{version}.tar.bz2
@@ -71,6 +71,7 @@
 Patch20:       %{name}-dev-stdfd.patch
 Patch21:       %{name}-bash-wrapper.patch
 Patch22:       %{name}-pivot-root-ugly-hack.patch
+Patch23:       %{name}-ac.patch
 URL:           http://savannah.nongnu.org/projects/util-vserver/
 BuildRequires: autoconf
 BuildRequires: automake >= 1.9
@@ -383,6 +384,7 @@
 %patch20 -p1
 %patch21 -p1
 %patch22 -p1
+%patch23 -p0
 
 install %{SOURCE9} package-management.txt
 
@@ -898,6 +900,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.235  2009/07/28 10:59:03  arekm
+- rel 3; autoconf 2.64 fixes
+
 Revision 1.234  2009/07/28 09:54:50  arekm
 - python bindings subpackage
 

================================================================
Index: packages/util-vserver/util-vserver-ac.patch
diff -u /dev/null packages/util-vserver/util-vserver-ac.patch:1.1
--- /dev/null   Tue Jul 28 12:59:08 2009
+++ packages/util-vserver/util-vserver-ac.patch Tue Jul 28 12:59:03 2009
@@ -0,0 +1,18 @@
+--- configure.ac~      2009-06-26 02:31:27.000000000 +0200
++++ configure.ac       2009-07-28 12:57:13.562148646 +0200
+@@ -250,6 +250,7 @@
+ IFS=,;
+ 
+ for i in $enable_apis; do
++      IFS=$old_IFS
+       case "$i" in
+               (compat)        AC_DEFINE(VC_ENABLE_API_COMPAT,   1)
+                               enable_api_oldproc=${enable_api_oldproc:-1}
+@@ -276,6 +277,7 @@
+               (olduts)        enable_api_olduts=2;;
+               (*)             AC_MSG_ERROR(['$i' is not a supported API]);;
+       esac
++      IFS=","
+ done
+ IFS=$old_IFS
+ if test x"$enable_api_oldproc" != x; then
================================================================

---- CVS-web:
    
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/util-vserver/util-vserver.spec?r1=1.234&r2=1.235&f=u

_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to