packages: dietlibc/dietlibc.spec, dietlibc/dietlibc-loop.patch (NEW) - rel ...

arekm arekm at pld-linux.org
Mon May 30 16:52:07 CEST 2011


Author: arekm                        Date: Mon May 30 14:52:07 2011 GMT
Module: packages                      Tag: HEAD
---- Log message:
- rel 12; add missing loop.h definitions

---- Files affected:
packages/dietlibc:
   dietlibc.spec (1.101 -> 1.102) , dietlibc-loop.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: packages/dietlibc/dietlibc.spec
diff -u packages/dietlibc/dietlibc.spec:1.101 packages/dietlibc/dietlibc.spec:1.102
--- packages/dietlibc/dietlibc.spec:1.101	Mon May 30 16:11:11 2011
+++ packages/dietlibc/dietlibc.spec	Mon May 30 16:52:02 2011
@@ -13,7 +13,7 @@
 Summary(pt_BR.UTF-8):	libc pequena otimizada para tamanho
 Name:		dietlibc
 Version:	0.32
-Release:	11
+Release:	12
 Epoch:		2
 License:	GPL v2
 Group:		Development/Libraries
@@ -39,6 +39,7 @@
 Patch17:	%{name}-devmacros.patch
 Patch18:	%{name}-bloat.patch
 Patch19:	%{name}-notify.patch
+Patch20:	%{name}-loop.patch
 URL:		http://www.fefe.de/dietlibc/
 BuildRequires:	rpmbuild(macros) >= 1.566
 BuildRequires:	sed >= 4.0
@@ -126,6 +127,7 @@
 %patch17 -p1
 %patch18 -p0
 %patch19 -p1
+%patch20 -p1
 
 %if "%{cc_version}" < "3.4"
 %{__sed} -i -e '/CFLAGS/ s/-Wextra//' Makefile
@@ -205,6 +207,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.102  2011/05/30 14:52:02  arekm
+- rel 12; add missing loop.h definitions
+
 Revision 1.101  2011/05/30 14:11:11  arekm
 - rel 11
 

================================================================
Index: packages/dietlibc/dietlibc-loop.patch
diff -u /dev/null packages/dietlibc/dietlibc-loop.patch:1.1
--- /dev/null	Mon May 30 16:52:07 2011
+++ packages/dietlibc/dietlibc-loop.patch	Mon May 30 16:52:02 2011
@@ -0,0 +1,23 @@
+--- dietlibc-0.32/include/linux/loop.h~	2003-08-19 18:58:18.000000000 +0200
++++ dietlibc-0.32/include/linux/loop.h	2011-05-30 16:50:15.748100072 +0200
+@@ -40,6 +40,7 @@
+ #define LO_CRYPT_IDEA		6
+ #define LO_CRYPT_DUMMY		9
+ #define LO_CRYPT_SKIPJACK	10
++#define LO_CRYPT_CRYPTOAPI	18
+ #define MAX_LO_CRYPT		20
+ 
+ /* IOCTL commands --- we will commandeer 0x4C ('L') */
+@@ -47,6 +48,12 @@
+ #define LOOP_CLR_FD	0x4C01
+ #define LOOP_SET_STATUS	0x4C02
+ #define LOOP_GET_STATUS	0x4C03
++#define LOOP_SET_STATUS	0x4C02
++#define LOOP_GET_STATUS	0x4C03
++#define LOOP_SET_STATUS64	0x4C04
++#define LOOP_GET_STATUS64	0x4C05
++#define LOOP_CHANGE_FD	0x4C06
++#define LOOP_SET_CAPACITY	0x4C07
+ 
+ __END_DECLS
+ 
================================================================

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



More information about the pld-cvs-commit mailing list