]> git.pld-linux.org Git - packages/rpm.git/commitdiff
- updated for 4.4.8
authorJakub Bogusz <qboosh@pld-linux.org>
Sun, 8 Apr 2007 18:22:25 +0000 (18:22 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- keep both magic signatures

Changed files:
    rpm-mono.patch -> 1.4

rpm-mono.patch

index 419c1386734c92e90f65bad4ad2a82e2bcc549ed..c0184cd9e7c77eed1927706e2bef16deadecab7e 100644 (file)
@@ -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),
This page took 0.054494 seconds and 4 git commands to generate.