packages: kdeutils/kdeutils.spec, kdeutils/no-statfs-proto.patch (NEW) - fi...

glen glen at pld-linux.org
Mon Sep 20 19:30:45 CEST 2010


Author: glen                         Date: Mon Sep 20 17:30:45 2010 GMT
Module: packages                      Tag: HEAD
---- Log message:
- fix statfs prototype mismatch; rel 11

---- Files affected:
packages/kdeutils:
   kdeutils.spec (1.211 -> 1.212) , no-statfs-proto.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: packages/kdeutils/kdeutils.spec
diff -u packages/kdeutils/kdeutils.spec:1.211 packages/kdeutils/kdeutils.spec:1.212
--- packages/kdeutils/kdeutils.spec:1.211	Wed May 26 14:06:09 2010
+++ packages/kdeutils/kdeutils.spec	Mon Sep 20 19:30:40 2010
@@ -19,7 +19,7 @@
 Summary(zh_CN.UTF-8):	KDE实用工具
 Name:		kdeutils
 Version:	3.5.10
-Release:	10
+Release:	11
 Epoch:		9
 License:	GPL
 Group:		X11/Applications
@@ -30,8 +30,10 @@
 Patch1:		kde-ac260-lt.patch
 Patch2:		%{name}-kmilo-thinklight_notice.patch
 Patch3:		kde-am.patch
+Patch4:		no-statfs-proto.patch
 URL:		http://www.kde.org/
 BuildRequires:	autoconf
+BuildRequires:	autoconf < 2.64
 BuildRequires:	automake
 BuildRequires:	ed
 %{?with_hidden_visibility:BuildRequires:	gcc-c++ >= 5:4.1.0-0.20051206r108118.1}
@@ -573,6 +575,7 @@
 %patch1 -p1
 %patch2 -p1
 %patch3 -p1
+%patch4 -p1
 
 %{__sed} -i -e 's/Categories=.*/Categories=Qt;KDE;Utility;Archiving;/' \
 	ark/ark.desktop
@@ -936,6 +939,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.212  2010/09/20 17:30:40  glen
+- fix statfs prototype mismatch; rel 11
+
 Revision 1.211  2010/05/26 12:06:09  glen
 - disable arts, fix builds; rel 10
 

================================================================
Index: packages/kdeutils/no-statfs-proto.patch
diff -u /dev/null packages/kdeutils/no-statfs-proto.patch:1.1
--- /dev/null	Mon Sep 20 19:30:45 2010
+++ packages/kdeutils/no-statfs-proto.patch	Mon Sep 20 19:30:40 2010
@@ -0,0 +1,14 @@
+--- kdeutils-3.5.10/ark/configure.in.in~	2005-10-10 17:59:13.000000000 +0300
++++ kdeutils-3.5.10/ark/configure.in.in	2010-09-20 20:10:34.991459474 +0300
+@@ -1,11 +1 @@
+ AC_CHECK_KDEMAXPATHLEN
+-
+-KDE_CHECK_FUNC_EXT(statfs, [
+-#include <sys/mount.h> 
+-], [
+-  char buffer[200];
+-  struct statfs b;
+-  statfs(buffer, &b);
+-], [
+-  int statfs(const char *path, struct statfs *buffer)
+-], [STATFS])
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/kdeutils/kdeutils.spec?r1=1.211&r2=1.212&f=u



More information about the pld-cvs-commit mailing list