SOURCES: rpm-mono.patch - updated for 4.4.8 - keep both magic sign...

qboosh qboosh at pld-linux.org
Sun Apr 8 20:22:31 CEST 2007


Author: qboosh                       Date: Sun Apr  8 18:22:30 2007 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- updated for 4.4.8
- keep both magic signatures

---- Files affected:
SOURCES:
   rpm-mono.patch (1.3 -> 1.4) 

---- Diffs:

================================================================
Index: SOURCES/rpm-mono.patch
diff -u SOURCES/rpm-mono.patch:1.3 SOURCES/rpm-mono.patch:1.4
--- SOURCES/rpm-mono.patch:1.3	Mon Mar 20 17:29:20 2006
+++ SOURCES/rpm-mono.patch	Sun Apr  8 20:22:25 2007
@@ -1,16 +1,17 @@
---- rpm-4.4.3/build/rpmfc.c.orig	2005-11-19 01:11:00.884392480 +0100
-+++ rpm-4.4.3/build/rpmfc.c	2005-11-19 01:13:08.489993480 +0100
-@@ -539,6 +539,9 @@
+--- rpm-4.4.8/lib/rpmfc.c.orig	2005-11-19 01:11:00.884392480 +0100
++++ rpm-4.4.8/lib/rpmfc.c	2005-11-19 01:13:08.489993480 +0100
+@@ -539,6 +539,10 @@
  
    { "Java ",			RPMFC_JAVA|RPMFC_INCLUDE },
  
 +  /* .NET executables and libraries. file(1) cannot differ it from native win32 executables unfortunatelly */
++  { "PE executable",		RPMFC_MONO|RPMFC_INCLUDE },
 +  { "executable PE",		RPMFC_MONO|RPMFC_INCLUDE },
 +
    { "current ar archive",	RPMFC_STATIC|RPMFC_LIBRARY|RPMFC_ARCHIVE|RPMFC_INCLUDE },
  
    { "Zip archive data",		RPMFC_COMPRESSED|RPMFC_ARCHIVE|RPMFC_INCLUDE },
-@@ -900,6 +903,35 @@
+@@ -900,6 +904,35 @@
  }
  
  /**
@@ -54,9 +55,8 @@
      { NULL, 0 }
  };
  
-diff -ruN rpm-4.4.2./build/rpmfc.h rpm-4.4.2/build/rpmfc.h
---- rpm-4.4.2./build/rpmfc.h	2005-08-11 13:11:54.000000000 +0200
-+++ rpm-4.4.2/build/rpmfc.h	2005-08-11 14:10:33.000000000 +0200
+--- rpm-4.4.8./lib/rpmfc.h	2005-08-11 13:11:54.000000000 +0200
++++ rpm-4.4.8/lib/rpmfc.h	2005-08-11 14:10:33.000000000 +0200
 @@ -78,6 +78,7 @@
      RPMFC_PYTHON		= (1 << 26),
      RPMFC_PHP			= (1 << 27),
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SOURCES/rpm-mono.patch?r1=1.3&r2=1.4&f=u



More information about the pld-cvs-commit mailing list