]> git.pld-linux.org Git - packages/rpm.git/commitdiff
- obsolete
authorJakub Bogusz <qboosh@pld-linux.org>
Mon, 21 May 2007 22:33:52 +0000 (22:33 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    rpm-ds.patch -> 1.2
    rpm-locale.patch -> 1.4

rpm-ds.patch [deleted file]
rpm-locale.patch [deleted file]

diff --git a/rpm-ds.patch b/rpm-ds.patch
deleted file mode 100644 (file)
index 42be627..0000000
+++ /dev/null
@@ -1,12 +0,0 @@
-diff -urN rpm-4.4.8.org/lib/rpmds.c rpm-4.4.8/lib/rpmds.c
---- rpm-4.4.8.org/lib/rpmds.c  2007-01-21 20:47:20.000000000 +0100
-+++ rpm-4.4.8/lib/rpmds.c      2007-05-19 21:10:19.142894810 +0200
-@@ -1029,7 +1029,7 @@
-     i = -1;
-     if (l < u) {
-       int save = rpmdsSetIx(ds, l-1);
--      while (rpmdsNext(ds) < u) {
-+      while ((l = rpmdsNext(ds)) >= 0 && (l < u)) {
-           if ((i = rpmdsCompare(ods, ds)) != 0)
-               break;
-       }
diff --git a/rpm-locale.patch b/rpm-locale.patch
deleted file mode 100644 (file)
index 088db5a..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
---- rpm/configure.ac   2007-05-19 21:24:00.187155111 +0200
-+++ rpm/configure.ac~  2007-05-19 21:23:40.000000000 +0200
-@@ -669,7 +669,7 @@
-       ;;
-   esac
--AC_CHECK_HEADER(locale.h)
-+AC_CHECK_HEADERS(locale.h)
- AM_GNU_GETTEXT([external])
- dnl TVM:
- dnl horrible *temporary* hack to make sure that if we found gettext() in
This page took 0.044028 seconds and 4 git commands to generate.