]> git.pld-linux.org Git - packages/rpm.git/commitdiff
- update to 4.5
authorElan Ruusamäe <glen@pld-linux.org>
Sun, 26 Oct 2008 20:31:21 +0000 (20:31 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    rpm-hirmib-ts.patch -> 1.1.2.1

rpm-hirmib-ts.patch

index 04c4a73203477f5b06ad9e7b08b92283322dadb2..4a8bbb1f94fe78d1432371f1b56eec3037ac9531 100644 (file)
@@ -1,11 +1,11 @@
---- rpm-4.4.9/rpmdb/rpmdb.c~   2008-10-20 22:25:17.000000000 +0300
-+++ rpm-4.4.9/rpmdb/rpmdb.c    2008-10-21 19:21:25.533647571 +0300
-@@ -844,7 +844,7 @@
+--- rpm-4.5/rpmdb/rpmdb.c~     2008-10-26 21:16:40.000000000 +0200
++++ rpm-4.5/rpmdb/rpmdb.c      2008-10-26 22:30:16.229630486 +0200
+@@ -846,7 +846,7 @@
        if (fd != NULL) {
            xx = Fclose(fd);
            fd = NULL;
--          if (headerGetEntry(h, RPMTAG_INSTALLTID, NULL, (void **)&iidp, NULL)) {
-+          if (headerGetEntry(h, RPMTAG_INSTALLTIME, NULL, (void **)&iidp, NULL)) {
+-          if (headerGetEntry(h, RPMTAG_INSTALLTID, NULL, &iidp, NULL)) {
++          if (headerGetEntry(h, RPMTAG_INSTALLTIME, NULL, &iidp, NULL)) {
                struct utimbuf stamp;
                stamp.actime = *iidp;
                stamp.modtime = *iidp;
This page took 0.059313 seconds and 4 git commands to generate.