Author: arekm                        Date: Mon Aug 29 20:55:10 2011 GMT
Module: packages                      Tag: HEAD
---- Log message:
- rel 14; add faccessat

---- Files affected:
packages/dietlibc:
   dietlibc.spec (1.104 -> 1.105) , faccessat.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: packages/dietlibc/dietlibc.spec
diff -u packages/dietlibc/dietlibc.spec:1.104 
packages/dietlibc/dietlibc.spec:1.105
--- packages/dietlibc/dietlibc.spec:1.104       Mon Aug 29 22:45:59 2011
+++ packages/dietlibc/dietlibc.spec     Mon Aug 29 22:55:04 2011
@@ -13,7 +13,7 @@
 Summary(pt_BR.UTF-8):  libc pequena otimizada para tamanho
 Name:          dietlibc
 Version:       0.32
-Release:       13
+Release:       14
 Epoch:         2
 License:       GPL v2
 Group:         Development/Libraries
@@ -42,6 +42,7 @@
 Patch20:       %{name}-loop.patch
 # http://svn.exactcode.de/t2/trunk/package/base/dietlibc/fdopendir.patch, 
needed by util-linux
 Patch21:       fdopendir.patch
+Patch22:       faccessat.patch
 URL:           http://www.fefe.de/dietlibc/
 BuildRequires: rpmbuild(macros) >= 1.566
 BuildRequires: sed >= 4.0
@@ -131,6 +132,7 @@
 %patch19 -p1
 %patch20 -p1
 %patch21 -p1
+%patch22 -p1
 
 %if "%{cc_version}" < "3.4"
 %{__sed} -i -e '/CFLAGS/ s/-Wextra//' Makefile
@@ -210,6 +212,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.105  2011/08/29 20:55:04  arekm
+- rel 14; add faccessat
+
 Revision 1.104  2011/08/29 20:45:59  arekm
 - add fdopendir
 

================================================================
Index: packages/dietlibc/faccessat.patch
diff -u /dev/null packages/dietlibc/faccessat.patch:1.1
--- /dev/null   Mon Aug 29 22:55:10 2011
+++ packages/dietlibc/faccessat.patch   Mon Aug 29 22:55:05 2011
@@ -0,0 +1,6 @@
+--- /dev/null  2010-10-27 14:43:31.488782000 +0200
++++ dietlibc/syscalls.s/faccessat.S    2011-01-05 15:37:28.000000000 +0100
+@@ -0,0 +1,3 @@
++#include "syscalls.h"
++
++syscall(faccessat,faccessat)
================================================================

---- CVS-web:
    
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/dietlibc/dietlibc.spec?r1=1.104&r2=1.105&f=u

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

Reply via email to