SOURCES (AC-branch): poldek-ignorecaps.patch - update to poldek-0....

glen glen at pld-linux.org
Tue Jun 19 13:12:32 CEST 2007


Author: glen                         Date: Tue Jun 19 11:12:32 2007 GMT
Module: SOURCES                       Tag: AC-branch
---- Log message:
- update to poldek-0.20.1-cvs20070618.11

---- Files affected:
SOURCES:
   poldek-ignorecaps.patch (1.1.2.1 -> 1.1.2.2) 

---- Diffs:

================================================================
Index: SOURCES/poldek-ignorecaps.patch
diff -u SOURCES/poldek-ignorecaps.patch:1.1.2.1 SOURCES/poldek-ignorecaps.patch:1.1.2.2
--- SOURCES/poldek-ignorecaps.patch:1.1.2.1	Fri Jun 15 00:43:48 2007
+++ SOURCES/poldek-ignorecaps.patch	Tue Jun 19 13:12:27 2007
@@ -1,13 +1,12 @@
-diff -urN poldek-0.20.org/pkgset-req.c poldek-0.20/pkgset-req.c
---- poldek-0.20.org/pkgset-req.c	2005-10-20 19:27:27.000000000 +0200
-+++ poldek-0.20/pkgset-req.c	2007-06-15 00:42:42.499942887 +0200
-@@ -332,6 +332,9 @@
+--- poldek-0.20.1-cvs20070618.11/pkgset-req.c~	2007-06-18 11:12:35.000000000 +0300
++++ [oldek-0.20.1-cvs20070618.11/pkgset-req.c	2007-06-19 14:10:11.000000000 +0300
+@@ -364,6 +364,9 @@
+       if (strncmp("rpmlib", capreq_name(req), 6) == 0 && !capreq_is_rpmlib(req))
           n_assert(0);
      */ 
-     
++
 +    if (strncmp("cpuinfo(", capreq_name(req), sizeof("cpuinfo(")-1) == 0 || strncmp("uname(", capreq_name(req), sizeof("uname(")-1) == 0)
 +	matched = 1;
-+
-     if (capreq_is_rpmlib(req)) {
-         if (matched) {
-             int i;
+     
+     if (capreq_is_rpmlib(req) && matched) {
+         int i;
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SOURCES/poldek-ignorecaps.patch?r1=1.1.2.1&r2=1.1.2.2&f=u



More information about the pld-cvs-commit mailing list