]> git.pld-linux.org Git - packages/poldek.git/commitdiff
- internal changes in rpm 4.4.9 auto/th/poldek-0_20_1-0_20070108_1_5
authorPatryk Zawadzki <patrys@room-303.com>
Wed, 23 May 2007 15:30:08 +0000 (15:30 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    poldek-rpm-4.4.9.patch -> 1.1

poldek-rpm-4.4.9.patch [new file with mode: 0644]

diff --git a/poldek-rpm-4.4.9.patch b/poldek-rpm-4.4.9.patch
new file mode 100644 (file)
index 0000000..fbc7321
--- /dev/null
@@ -0,0 +1,21 @@
+--- poldek-0.20.1-cvs20070108.22/pm/rpm/rpm.c~ 2006-12-18 09:53:02.000000000 +0100
++++ poldek-0.20.1-cvs20070108.22/pm/rpm/rpm.c  2007-05-23 17:16:25.562776091 +0200
+@@ -403,7 +403,7 @@
+     
+ #ifndef HAVE__RPMVERCMP /* _rpmvercmp - new in rpm 4.4.7 */       
+-extern int rpmvercmp(const char *one, const char *two);
++extern int (*rpmvercmp)(const char *one, const char *two);
+ #endif
+ int pm_rpm_vercmp(const char *one, const char *two)
+--- poldek-0.20.1-cvs20070108.22/pm/rpm/pm_rpm.h~      2007-01-08 15:59:16.000000000 +0100
++++ poldek-0.20.1-cvs20070108.22/pm/rpm/pm_rpm.h       2007-05-23 16:58:49.155380566 +0200
+@@ -2,6 +2,7 @@
+ #define POLDEK_PM_RPM_MODULE_H
+ #include <rpm/rpmlib.h>
++#include <rpm/rpmevr.h>
+ #ifdef HAVE_RPM_4_0_4
+ # include <rpm/rpmcli.h>
+ #endif
This page took 0.040303 seconds and 4 git commands to generate.