- fix the hack.
authorjbj <devnull@localhost>
Sat, 13 Jan 2001 17:39:54 +0000 (17:39 +0000)
committerjbj <devnull@localhost>
Sat, 13 Jan 2001 17:39:54 +0000 (17:39 +0000)
CVS patchset: 4436
CVS date: 2001/01/13 17:39:54

33 files changed:
lib/depends.c
po/cs.po
po/da.po
po/de.po
po/es.po
po/eu_ES.po
po/fi.po
po/fr.po
po/gl.po
po/hu.po
po/id.po
po/is.po
po/it.po
po/ja.po
po/ko.po
po/no.po
po/pl.po
po/pt.po
po/pt_BR.po
po/ro.po
po/rpm.pot
po/ru.po
po/sk.po
po/sl.po
po/sr.po
po/sv.po
po/tr.po
po/uk.po
po/wa.po
po/zh.po
po/zh_CN.GB2312.po
rpm.spec
rpm.spec.in

index 31fe1e0..67d66c5 100644 (file)
@@ -2266,14 +2266,16 @@ rescan:
     /* T5. Output front of queue (T7. Remove from queue.) */
     for (; q != NULL; q = q->tsi.tsi_suc) {
        const char * qcd = "";
-       int_32 *qpri;
+       int qpri;
+       int_32 *qpp;
        char qcdbuf[4];
 
-       if (!headerGetEntry(q->h, RPMTAG_MULTICD, NULL, (void **)&qpri, NULL)) {
+       if (!headerGetEntry(q->h, RPMTAG_MULTICD, NULL, (void **)&qpp, NULL)) {
            qpri = 0;
            qcd = "";
        } else {
-           qcdbuf[0] = '@' + (*qpri % 16);
+           qpri = *qpp;
+           qcdbuf[0] = '@' + (qpri % 16);
            qcdbuf[1] = ' ';
            qcdbuf[2] = '\0';
            qcd = qcdbuf;
@@ -2318,21 +2320,23 @@ rescan:
        for (k = 0; k < 16; k++) {
            for (i = 0, q = ts->addedPackages.list; i < npkgs; i++, q++) {
                const char * qcd = "";
-               int_32 *qpri;
+               int qpri;
+               int_32 *qpp;
                char qcdbuf[4];
 
                if (q->tsi.tsi_qcnt == -1234)
                    continue;
-               if (!headerGetEntry(q->h, RPMTAG_MULTICD, NULL, (void **)&qpri, NULL)) {
+               if (!headerGetEntry(q->h, RPMTAG_MULTICD, NULL, (void **)&qpp, NULL)) {
                    qpri = 0;
                    qcd = "";
                } else {
-                   qcdbuf[0] = '@' + (*qpri % 16);
+                   qpri = *qpp;
+                   qcdbuf[0] = '@' + (qpri % 16);
                    qcdbuf[1] = ' ';
                    qcdbuf[2] = '\0';
                    qcd = qcdbuf;
                }
-               if (*qpri != k)
+               if (qpri != k)
                    continue;
 
                rpmMessage(RPMMESS_DEBUG, "%5d (%d,%d) %s%s-%s-%s\n",
index 453453b..cf4e2d4 100644 (file)
--- a/po/cs.po
+++ b/po/cs.po
@@ -1,7 +1,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: rpm 4.0.1\n"
-"POT-Creation-Date: 2001-01-12 16:42-0500\n"
+"POT-Creation-Date: 2001-01-13 11:37-0500\n"
 "PO-Revision-Date: 2000-08-23 22:24+0100\n"
 "Last-Translator: Milan Kerslager <milan.kerslager@spsselib.hiedu.cz>\n"
 "Language-Team: Czech <cs@li.org>\n"
@@ -2464,15 +2464,15 @@ msgstr ""
 msgid "========== tsorting packages\n"
 msgstr ""
 
-#: lib/depends.c:2316
+#: lib/depends.c:2318
 msgid "========== successors only (presentation order)\n"
 msgstr ""
 
-#: lib/depends.c:2395
+#: lib/depends.c:2399
 msgid "LOOP:\n"
 msgstr ""
 
-#: lib/depends.c:2426
+#: lib/depends.c:2430
 msgid "========== continuing tsort ...\n"
 msgstr ""
 
index 5de9028..ec062db 100644 (file)
--- a/po/da.po
+++ b/po/da.po
@@ -1,7 +1,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: rpm 4.0.1\n"
-"POT-Creation-Date: 2001-01-12 16:42-0500\n"
+"POT-Creation-Date: 2001-01-13 11:37-0500\n"
 "PO-Revision-Date: 2000-03-07 05:17+01:00\n"
 "Last-Translator: K. Christiansen <kenneth@gnu.org>\n"
 "Language-Team: Danish/Dansk <dansk@klid.dk>\n"
@@ -2425,15 +2425,15 @@ msgstr ""
 msgid "========== tsorting packages\n"
 msgstr ""
 
-#: lib/depends.c:2316
+#: lib/depends.c:2318
 msgid "========== successors only (presentation order)\n"
 msgstr ""
 
-#: lib/depends.c:2395
+#: lib/depends.c:2399
 msgid "LOOP:\n"
 msgstr ""
 
-#: lib/depends.c:2426
+#: lib/depends.c:2430
 msgid "========== continuing tsort ...\n"
 msgstr ""
 
index f2dd6f0..9c91727 100644 (file)
--- a/po/de.po
+++ b/po/de.po
@@ -37,7 +37,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: rpm 4.0.1\n"
-"POT-Creation-Date: 2001-01-12 16:42-0500\n"
+"POT-Creation-Date: 2001-01-13 11:37-0500\n"
 "PO-Revision-Date: 1998-08-03 18:02+02:00\n"
 "Last-Translator: Karl Eichwalder <ke@SuSE.DE>\n"
 "Language-Team: German <de@li.org>\n"
@@ -2660,15 +2660,15 @@ msgstr ""
 msgid "========== tsorting packages\n"
 msgstr ""
 
-#: lib/depends.c:2316
+#: lib/depends.c:2318
 msgid "========== successors only (presentation order)\n"
 msgstr ""
 
-#: lib/depends.c:2395
+#: lib/depends.c:2399
 msgid "LOOP:\n"
 msgstr ""
 
-#: lib/depends.c:2426
+#: lib/depends.c:2430
 msgid "========== continuing tsort ...\n"
 msgstr ""
 
index f58982b..f8d6246 100644 (file)
--- a/po/es.po
+++ b/po/es.po
@@ -6,7 +6,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: rpm 4.0.1\n"
-"POT-Creation-Date: 2001-01-12 16:42-0500\n"
+"POT-Creation-Date: 2001-01-13 11:37-0500\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
 "Language-Team: LANGUAGE <LL@li.org>\n"
@@ -2392,15 +2392,15 @@ msgstr ""
 msgid "========== tsorting packages\n"
 msgstr ""
 
-#: lib/depends.c:2316
+#: lib/depends.c:2318
 msgid "========== successors only (presentation order)\n"
 msgstr ""
 
-#: lib/depends.c:2395
+#: lib/depends.c:2399
 msgid "LOOP:\n"
 msgstr ""
 
-#: lib/depends.c:2426
+#: lib/depends.c:2430
 msgid "========== continuing tsort ...\n"
 msgstr ""
 
index b32a9af..ccf38a3 100644 (file)
@@ -6,7 +6,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: PACKAGE VERSION\n"
-"POT-Creation-Date: 2001-01-12 16:42-0500\n"
+"POT-Creation-Date: 2001-01-13 11:37-0500\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
 "Language-Team: LANGUAGE <LL@li.org>\n"
@@ -2392,15 +2392,15 @@ msgstr ""
 msgid "========== tsorting packages\n"
 msgstr ""
 
-#: lib/depends.c:2316
+#: lib/depends.c:2318
 msgid "========== successors only (presentation order)\n"
 msgstr ""
 
-#: lib/depends.c:2395
+#: lib/depends.c:2399
 msgid "LOOP:\n"
 msgstr ""
 
-#: lib/depends.c:2426
+#: lib/depends.c:2430
 msgid "========== continuing tsort ...\n"
 msgstr ""
 
index a50f804..336dd1b 100644 (file)
--- a/po/fi.po
+++ b/po/fi.po
@@ -1,6 +1,6 @@
 msgid ""
 msgstr ""
-"POT-Creation-Date: 2001-01-12 16:42-0500\n"
+"POT-Creation-Date: 2001-01-13 11:37-0500\n"
 "Last-Translator: Raimo Koski <rkoski@pp.weppi.fi>\n"
 "Language-Team: Finnish <linux@sot.com>\n"
 "Content-Type: text/plain; charset=\n"
@@ -2582,15 +2582,15 @@ msgstr ""
 msgid "========== tsorting packages\n"
 msgstr ""
 
-#: lib/depends.c:2316
+#: lib/depends.c:2318
 msgid "========== successors only (presentation order)\n"
 msgstr ""
 
-#: lib/depends.c:2395
+#: lib/depends.c:2399
 msgid "LOOP:\n"
 msgstr ""
 
-#: lib/depends.c:2426
+#: lib/depends.c:2430
 msgid "========== continuing tsort ...\n"
 msgstr ""
 
index e335dcd..afdea2d 100644 (file)
--- a/po/fr.po
+++ b/po/fr.po
@@ -1,5 +1,5 @@
 msgid ""
-msgstr "POT-Creation-Date: 2001-01-12 16:42-0500\n"
+msgstr "POT-Creation-Date: 2001-01-13 11:37-0500\n"
 
 #: build.c:26
 #, fuzzy, c-format
@@ -2594,15 +2594,15 @@ msgstr ""
 msgid "========== tsorting packages\n"
 msgstr ""
 
-#: lib/depends.c:2316
+#: lib/depends.c:2318
 msgid "========== successors only (presentation order)\n"
 msgstr ""
 
-#: lib/depends.c:2395
+#: lib/depends.c:2399
 msgid "LOOP:\n"
 msgstr ""
 
-#: lib/depends.c:2426
+#: lib/depends.c:2430
 msgid "========== continuing tsort ...\n"
 msgstr ""
 
index f58982b..f8d6246 100644 (file)
--- a/po/gl.po
+++ b/po/gl.po
@@ -6,7 +6,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: rpm 4.0.1\n"
-"POT-Creation-Date: 2001-01-12 16:42-0500\n"
+"POT-Creation-Date: 2001-01-13 11:37-0500\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
 "Language-Team: LANGUAGE <LL@li.org>\n"
@@ -2392,15 +2392,15 @@ msgstr ""
 msgid "========== tsorting packages\n"
 msgstr ""
 
-#: lib/depends.c:2316
+#: lib/depends.c:2318
 msgid "========== successors only (presentation order)\n"
 msgstr ""
 
-#: lib/depends.c:2395
+#: lib/depends.c:2399
 msgid "LOOP:\n"
 msgstr ""
 
-#: lib/depends.c:2426
+#: lib/depends.c:2430
 msgid "========== continuing tsort ...\n"
 msgstr ""
 
index f58982b..f8d6246 100644 (file)
--- a/po/hu.po
+++ b/po/hu.po
@@ -6,7 +6,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: rpm 4.0.1\n"
-"POT-Creation-Date: 2001-01-12 16:42-0500\n"
+"POT-Creation-Date: 2001-01-13 11:37-0500\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
 "Language-Team: LANGUAGE <LL@li.org>\n"
@@ -2392,15 +2392,15 @@ msgstr ""
 msgid "========== tsorting packages\n"
 msgstr ""
 
-#: lib/depends.c:2316
+#: lib/depends.c:2318
 msgid "========== successors only (presentation order)\n"
 msgstr ""
 
-#: lib/depends.c:2395
+#: lib/depends.c:2399
 msgid "LOOP:\n"
 msgstr ""
 
-#: lib/depends.c:2426
+#: lib/depends.c:2430
 msgid "========== continuing tsort ...\n"
 msgstr ""
 
index f58982b..f8d6246 100644 (file)
--- a/po/id.po
+++ b/po/id.po
@@ -6,7 +6,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: rpm 4.0.1\n"
-"POT-Creation-Date: 2001-01-12 16:42-0500\n"
+"POT-Creation-Date: 2001-01-13 11:37-0500\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
 "Language-Team: LANGUAGE <LL@li.org>\n"
@@ -2392,15 +2392,15 @@ msgstr ""
 msgid "========== tsorting packages\n"
 msgstr ""
 
-#: lib/depends.c:2316
+#: lib/depends.c:2318
 msgid "========== successors only (presentation order)\n"
 msgstr ""
 
-#: lib/depends.c:2395
+#: lib/depends.c:2399
 msgid "LOOP:\n"
 msgstr ""
 
-#: lib/depends.c:2426
+#: lib/depends.c:2430
 msgid "========== continuing tsort ...\n"
 msgstr ""
 
index d4e60d8..a86e2d9 100644 (file)
--- a/po/is.po
+++ b/po/is.po
@@ -1,7 +1,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: rpm 4.0.1\n"
-"POT-Creation-Date: 2001-01-12 16:42-0500\n"
+"POT-Creation-Date: 2001-01-13 11:37-0500\n"
 "PO-Revision-Date: 2000-08-02 13:00+0000\n"
 "Last-Translator: Richard Allen <ra@hp.is>\n"
 "Language-Team: is <kde-isl@mmedia.is>\n"
@@ -2425,15 +2425,15 @@ msgstr ""
 msgid "========== tsorting packages\n"
 msgstr ""
 
-#: lib/depends.c:2316
+#: lib/depends.c:2318
 msgid "========== successors only (presentation order)\n"
 msgstr ""
 
-#: lib/depends.c:2395
+#: lib/depends.c:2399
 msgid "LOOP:\n"
 msgstr ""
 
-#: lib/depends.c:2426
+#: lib/depends.c:2430
 msgid "========== continuing tsort ...\n"
 msgstr ""
 
index f58982b..f8d6246 100644 (file)
--- a/po/it.po
+++ b/po/it.po
@@ -6,7 +6,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: rpm 4.0.1\n"
-"POT-Creation-Date: 2001-01-12 16:42-0500\n"
+"POT-Creation-Date: 2001-01-13 11:37-0500\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
 "Language-Team: LANGUAGE <LL@li.org>\n"
@@ -2392,15 +2392,15 @@ msgstr ""
 msgid "========== tsorting packages\n"
 msgstr ""
 
-#: lib/depends.c:2316
+#: lib/depends.c:2318
 msgid "========== successors only (presentation order)\n"
 msgstr ""
 
-#: lib/depends.c:2395
+#: lib/depends.c:2399
 msgid "LOOP:\n"
 msgstr ""
 
-#: lib/depends.c:2426
+#: lib/depends.c:2430
 msgid "========== continuing tsort ...\n"
 msgstr ""
 
index cdc323b..8bfd5b7 100644 (file)
--- a/po/ja.po
+++ b/po/ja.po
@@ -6,7 +6,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: rpm 4.0.1\n"
-"POT-Creation-Date: 2001-01-12 16:42-0500\n"
+"POT-Creation-Date: 2001-01-13 11:37-0500\n"
 "PO-Revision-Date: 1999-12-01 22:49 +JST\n"
 "Last-Translator: Kanda Mitsuru <kanda@nn.iij4u.or.jp>\n"
 "Language-Team: JRPM <jrpm@linux.or.jp>\n"
@@ -88,7 +88,7 @@ msgstr "
 # build root [BuildRoot]
 # net share [¥Í¥Ã¥È¶¦Í­]
 # reloate [ºÆÇÛÃÖ/°ÜÆ°¤¹¤ë]
-# $Id: ja.po,v 1.148 2001/01/12 21:47:51 jbj Exp $
+# $Id: ja.po,v 1.149 2001/01/13 17:39:56 jbj Exp $
 #: rpm.c:185 rpmqv.c:386
 #, c-format
 msgid "rpm: %s\n"
@@ -2545,15 +2545,15 @@ msgstr ""
 msgid "========== tsorting packages\n"
 msgstr ""
 
-#: lib/depends.c:2316
+#: lib/depends.c:2318
 msgid "========== successors only (presentation order)\n"
 msgstr ""
 
-#: lib/depends.c:2395
+#: lib/depends.c:2399
 msgid "LOOP:\n"
 msgstr ""
 
-#: lib/depends.c:2426
+#: lib/depends.c:2430
 msgid "========== continuing tsort ...\n"
 msgstr ""
 
index f58982b..f8d6246 100644 (file)
--- a/po/ko.po
+++ b/po/ko.po
@@ -6,7 +6,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: rpm 4.0.1\n"
-"POT-Creation-Date: 2001-01-12 16:42-0500\n"
+"POT-Creation-Date: 2001-01-13 11:37-0500\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
 "Language-Team: LANGUAGE <LL@li.org>\n"
@@ -2392,15 +2392,15 @@ msgstr ""
 msgid "========== tsorting packages\n"
 msgstr ""
 
-#: lib/depends.c:2316
+#: lib/depends.c:2318
 msgid "========== successors only (presentation order)\n"
 msgstr ""
 
-#: lib/depends.c:2395
+#: lib/depends.c:2399
 msgid "LOOP:\n"
 msgstr ""
 
-#: lib/depends.c:2426
+#: lib/depends.c:2430
 msgid "========== continuing tsort ...\n"
 msgstr ""
 
index d76edeb..8e812f1 100644 (file)
--- a/po/no.po
+++ b/po/no.po
@@ -1,7 +1,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: rpm 4.0.1\n"
-"POT-Creation-Date: 2001-01-12 16:42-0500\n"
+"POT-Creation-Date: 2001-01-13 11:37-0500\n"
 "PO-Revision-Date: 2000-08-17 20:22+02:00\n"
 "Last-Translator: Kjartan Maraas <kmaraas@gnome.org>\n"
 "Language-Team: Norwegian <no@li.org>\n"
@@ -2446,15 +2446,15 @@ msgstr ""
 msgid "========== tsorting packages\n"
 msgstr ""
 
-#: lib/depends.c:2316
+#: lib/depends.c:2318
 msgid "========== successors only (presentation order)\n"
 msgstr ""
 
-#: lib/depends.c:2395
+#: lib/depends.c:2399
 msgid "LOOP:\n"
 msgstr ""
 
-#: lib/depends.c:2426
+#: lib/depends.c:2430
 msgid "========== continuing tsort ...\n"
 msgstr ""
 
index b25428b..63bc260 100644 (file)
--- a/po/pl.po
+++ b/po/pl.po
@@ -8,7 +8,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: rpm 4.0.1\n"
-"POT-Creation-Date: 2001-01-12 16:42-0500\n"
+"POT-Creation-Date: 2001-01-13 11:37-0500\n"
 "PO-Revision-Date: 1999-05-25 17:00+0100\n"
 "Last-Translator: Pawe³ Dziekoñski <pdziekonski@mml.ch.pwr.wroc.pl>\n"
 "Language-Team: Polish <pl@li.org>\n"
@@ -2543,15 +2543,15 @@ msgstr ""
 msgid "========== tsorting packages\n"
 msgstr ""
 
-#: lib/depends.c:2316
+#: lib/depends.c:2318
 msgid "========== successors only (presentation order)\n"
 msgstr ""
 
-#: lib/depends.c:2395
+#: lib/depends.c:2399
 msgid "LOOP:\n"
 msgstr ""
 
-#: lib/depends.c:2426
+#: lib/depends.c:2430
 msgid "========== continuing tsort ...\n"
 msgstr ""
 
index 8dafde4..839e733 100644 (file)
--- a/po/pt.po
+++ b/po/pt.po
@@ -1,7 +1,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: rpm 4.0.1\n"
-"POT-Creation-Date: 2001-01-12 16:42-0500\n"
+"POT-Creation-Date: 2001-01-13 11:37-0500\n"
 "PO-Revision-Date: 2000-08-01 21:11+01:00\n"
 "Last-Translator: Pedro Morais <morais@poli.org>\n"
 "Language-Team: pt <morais@poli.org>\n"
@@ -2389,15 +2389,15 @@ msgstr ""
 msgid "========== tsorting packages\n"
 msgstr ""
 
-#: lib/depends.c:2316
+#: lib/depends.c:2318
 msgid "========== successors only (presentation order)\n"
 msgstr ""
 
-#: lib/depends.c:2395
+#: lib/depends.c:2399
 msgid "LOOP:\n"
 msgstr ""
 
-#: lib/depends.c:2426
+#: lib/depends.c:2430
 msgid "========== continuing tsort ...\n"
 msgstr ""
 
index 0795064..8852ee1 100644 (file)
@@ -2,7 +2,7 @@
 # Revised by Arnaldo Carvalho de Melo <acme@conectiva.com.br>, 1998.
 #
 msgid ""
-msgstr "POT-Creation-Date: 2001-01-12 16:42-0500\n"
+msgstr "POT-Creation-Date: 2001-01-13 11:37-0500\n"
 
 # , c-format
 #: build.c:26
@@ -2661,15 +2661,15 @@ msgstr ""
 msgid "========== tsorting packages\n"
 msgstr ""
 
-#: lib/depends.c:2316
+#: lib/depends.c:2318
 msgid "========== successors only (presentation order)\n"
 msgstr ""
 
-#: lib/depends.c:2395
+#: lib/depends.c:2399
 msgid "LOOP:\n"
 msgstr ""
 
-#: lib/depends.c:2426
+#: lib/depends.c:2430
 msgid "========== continuing tsort ...\n"
 msgstr ""
 
index 3ee16b6..4ca34a6 100644 (file)
--- a/po/ro.po
+++ b/po/ro.po
@@ -1,7 +1,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: rpm 4.0.1\n"
-"POT-Creation-Date: 2001-01-12 16:42-0500\n"
+"POT-Creation-Date: 2001-01-13 11:37-0500\n"
 "PO-Revision-Date: 1999-04-10 12:00+EST\n"
 "Last-Translator: Cristian Gafton <gafton@redhat.com>\n"
 "Language-Team: Romanian <ro@li.org>\n"
@@ -2387,15 +2387,15 @@ msgstr ""
 msgid "========== tsorting packages\n"
 msgstr ""
 
-#: lib/depends.c:2316
+#: lib/depends.c:2318
 msgid "========== successors only (presentation order)\n"
 msgstr ""
 
-#: lib/depends.c:2395
+#: lib/depends.c:2399
 msgid "LOOP:\n"
 msgstr ""
 
-#: lib/depends.c:2426
+#: lib/depends.c:2430
 msgid "========== continuing tsort ...\n"
 msgstr ""
 
index b32a9af..ccf38a3 100644 (file)
@@ -6,7 +6,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: PACKAGE VERSION\n"
-"POT-Creation-Date: 2001-01-12 16:42-0500\n"
+"POT-Creation-Date: 2001-01-13 11:37-0500\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
 "Language-Team: LANGUAGE <LL@li.org>\n"
@@ -2392,15 +2392,15 @@ msgstr ""
 msgid "========== tsorting packages\n"
 msgstr ""
 
-#: lib/depends.c:2316
+#: lib/depends.c:2318
 msgid "========== successors only (presentation order)\n"
 msgstr ""
 
-#: lib/depends.c:2395
+#: lib/depends.c:2399
 msgid "LOOP:\n"
 msgstr ""
 
-#: lib/depends.c:2426
+#: lib/depends.c:2430
 msgid "========== continuing tsort ...\n"
 msgstr ""
 
index d14c330..1fbe73e 100644 (file)
--- a/po/ru.po
+++ b/po/ru.po
@@ -1,7 +1,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: rpm 4.0.1\n"
-"POT-Creation-Date: 2001-01-12 16:42-0500\n"
+"POT-Creation-Date: 2001-01-13 11:37-0500\n"
 "PO-Revision-Date: 2000-08-08 01:20+0300\n"
 "Last-Translator: Eugene Kanter <eugene@blackcatlinux.com>\n"
 "Language-Team: Black Cat Linux Team <blackcat-support@blackcatlinux.com>\n"
@@ -2479,15 +2479,15 @@ msgstr ""
 msgid "========== tsorting packages\n"
 msgstr ""
 
-#: lib/depends.c:2316
+#: lib/depends.c:2318
 msgid "========== successors only (presentation order)\n"
 msgstr ""
 
-#: lib/depends.c:2395
+#: lib/depends.c:2399
 msgid "LOOP:\n"
 msgstr ""
 
-#: lib/depends.c:2426
+#: lib/depends.c:2430
 msgid "========== continuing tsort ...\n"
 msgstr ""
 
index 010ac84..a0cd821 100644 (file)
--- a/po/sk.po
+++ b/po/sk.po
@@ -1,7 +1,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: rpm 4.0.1\n"
-"POT-Creation-Date: 2001-01-12 16:42-0500\n"
+"POT-Creation-Date: 2001-01-13 11:37-0500\n"
 "PO-Revision-Date: 1999-04-08 21:37+02:00\n"
 "Last-Translator: Stanislav Meduna <stano@eunet.sk>\n"
 "Language-Team: Slovak <sk-i18n@rak.isternet.sk>\n"
@@ -2552,15 +2552,15 @@ msgstr ""
 msgid "========== tsorting packages\n"
 msgstr ""
 
-#: lib/depends.c:2316
+#: lib/depends.c:2318
 msgid "========== successors only (presentation order)\n"
 msgstr ""
 
-#: lib/depends.c:2395
+#: lib/depends.c:2399
 msgid "LOOP:\n"
 msgstr ""
 
-#: lib/depends.c:2426
+#: lib/depends.c:2430
 msgid "========== continuing tsort ...\n"
 msgstr ""
 
index 0086247..7ae1378 100644 (file)
--- a/po/sl.po
+++ b/po/sl.po
@@ -1,12 +1,12 @@
 # -*- mode:po; coding:iso-latin-2; -*- Slovenian messages for Redhat pkg. mngr.
 # Copyright (C) 2000 Free Software Foundation, Inc.
 # Primo¾ Peterlin <primoz.peterlin@biofiz.mf.uni-lj.si>, 2000.
-# $Id: sl.po,v 1.133 2001/01/12 21:47:56 jbj Exp $
+# $Id: sl.po,v 1.134 2001/01/13 17:39:58 jbj Exp $
 #
 msgid ""
 msgstr ""
 "Project-Id-Version: rpm 4.0.1\n"
-"POT-Creation-Date: 2001-01-12 16:42-0500\n"
+"POT-Creation-Date: 2001-01-13 11:37-0500\n"
 "PO-Revision-Date: 2000-10-08 19:05+0200\n"
 "Last-Translator: Grega Fajdiga <gregor.fajdiga@telemach.net>\n"
 "Language-Team: Slovenian <sl@li.org>\n"
@@ -2536,15 +2536,15 @@ msgstr ""
 msgid "========== tsorting packages\n"
 msgstr ""
 
-#: lib/depends.c:2316
+#: lib/depends.c:2318
 msgid "========== successors only (presentation order)\n"
 msgstr ""
 
-#: lib/depends.c:2395
+#: lib/depends.c:2399
 msgid "LOOP:\n"
 msgstr ""
 
-#: lib/depends.c:2426
+#: lib/depends.c:2430
 msgid "========== continuing tsort ...\n"
 msgstr ""
 
index 47daf1a..f45dcae 100644 (file)
--- a/po/sr.po
+++ b/po/sr.po
@@ -1,6 +1,6 @@
 msgid ""
 msgstr ""
-"POT-Creation-Date: 2001-01-12 16:42-0500\n"
+"POT-Creation-Date: 2001-01-13 11:37-0500\n"
 "Content-Type: text/plain; charset=\n"
 "Date: 1998-05-02 21:41:47-0400\n"
 "From: Erik Troan <ewt@lacrosse.redhat.com>\n"
@@ -2546,15 +2546,15 @@ msgstr ""
 msgid "========== tsorting packages\n"
 msgstr ""
 
-#: lib/depends.c:2316
+#: lib/depends.c:2318
 msgid "========== successors only (presentation order)\n"
 msgstr ""
 
-#: lib/depends.c:2395
+#: lib/depends.c:2399
 msgid "LOOP:\n"
 msgstr ""
 
-#: lib/depends.c:2426
+#: lib/depends.c:2430
 msgid "========== continuing tsort ...\n"
 msgstr ""
 
index 90fb1b1..56108e5 100644 (file)
--- a/po/sv.po
+++ b/po/sv.po
@@ -1,7 +1,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: rpm 4.0.1\n"
-"POT-Creation-Date: 2001-01-12 16:42-0500\n"
+"POT-Creation-Date: 2001-01-13 11:37-0500\n"
 "PO-Revision-Date: 2000-10-09 22:31+0200\n"
 "Last-Translator: Göran Uddeborg <göran@uddeborg.pp.se>\n"
 "Language-Team: Swedish <sv@li.org>\n"
@@ -2454,15 +2454,15 @@ msgstr ""
 msgid "========== tsorting packages\n"
 msgstr ""
 
-#: lib/depends.c:2316
+#: lib/depends.c:2318
 msgid "========== successors only (presentation order)\n"
 msgstr ""
 
-#: lib/depends.c:2395
+#: lib/depends.c:2399
 msgid "LOOP:\n"
 msgstr ""
 
-#: lib/depends.c:2426
+#: lib/depends.c:2430
 msgid "========== continuing tsort ...\n"
 msgstr ""
 
index a99c3e3..3ff09b8 100644 (file)
--- a/po/tr.po
+++ b/po/tr.po
@@ -6,7 +6,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: rpm 4.0.1\n"
-"POT-Creation-Date: 2001-01-12 16:42-0500\n"
+"POT-Creation-Date: 2001-01-13 11:37-0500\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
 "Language-Team: LANGUAGE <LL@li.org>\n"
@@ -2594,15 +2594,15 @@ msgstr ""
 msgid "========== tsorting packages\n"
 msgstr ""
 
-#: lib/depends.c:2316
+#: lib/depends.c:2318
 msgid "========== successors only (presentation order)\n"
 msgstr ""
 
-#: lib/depends.c:2395
+#: lib/depends.c:2399
 msgid "LOOP:\n"
 msgstr ""
 
-#: lib/depends.c:2426
+#: lib/depends.c:2430
 msgid "========== continuing tsort ...\n"
 msgstr ""
 
index f58982b..f8d6246 100644 (file)
--- a/po/uk.po
+++ b/po/uk.po
@@ -6,7 +6,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: rpm 4.0.1\n"
-"POT-Creation-Date: 2001-01-12 16:42-0500\n"
+"POT-Creation-Date: 2001-01-13 11:37-0500\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
 "Language-Team: LANGUAGE <LL@li.org>\n"
@@ -2392,15 +2392,15 @@ msgstr ""
 msgid "========== tsorting packages\n"
 msgstr ""
 
-#: lib/depends.c:2316
+#: lib/depends.c:2318
 msgid "========== successors only (presentation order)\n"
 msgstr ""
 
-#: lib/depends.c:2395
+#: lib/depends.c:2399
 msgid "LOOP:\n"
 msgstr ""
 
-#: lib/depends.c:2426
+#: lib/depends.c:2430
 msgid "========== continuing tsort ...\n"
 msgstr ""
 
index f58982b..f8d6246 100644 (file)
--- a/po/wa.po
+++ b/po/wa.po
@@ -6,7 +6,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: rpm 4.0.1\n"
-"POT-Creation-Date: 2001-01-12 16:42-0500\n"
+"POT-Creation-Date: 2001-01-13 11:37-0500\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
 "Language-Team: LANGUAGE <LL@li.org>\n"
@@ -2392,15 +2392,15 @@ msgstr ""
 msgid "========== tsorting packages\n"
 msgstr ""
 
-#: lib/depends.c:2316
+#: lib/depends.c:2318
 msgid "========== successors only (presentation order)\n"
 msgstr ""
 
-#: lib/depends.c:2395
+#: lib/depends.c:2399
 msgid "LOOP:\n"
 msgstr ""
 
-#: lib/depends.c:2426
+#: lib/depends.c:2430
 msgid "========== continuing tsort ...\n"
 msgstr ""
 
index f58982b..f8d6246 100644 (file)
--- a/po/zh.po
+++ b/po/zh.po
@@ -6,7 +6,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: rpm 4.0.1\n"
-"POT-Creation-Date: 2001-01-12 16:42-0500\n"
+"POT-Creation-Date: 2001-01-13 11:37-0500\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
 "Language-Team: LANGUAGE <LL@li.org>\n"
@@ -2392,15 +2392,15 @@ msgstr ""
 msgid "========== tsorting packages\n"
 msgstr ""
 
-#: lib/depends.c:2316
+#: lib/depends.c:2318
 msgid "========== successors only (presentation order)\n"
 msgstr ""
 
-#: lib/depends.c:2395
+#: lib/depends.c:2399
 msgid "LOOP:\n"
 msgstr ""
 
-#: lib/depends.c:2426
+#: lib/depends.c:2430
 msgid "========== continuing tsort ...\n"
 msgstr ""
 
index f58982b..f8d6246 100644 (file)
@@ -6,7 +6,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: rpm 4.0.1\n"
-"POT-Creation-Date: 2001-01-12 16:42-0500\n"
+"POT-Creation-Date: 2001-01-13 11:37-0500\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
 "Language-Team: LANGUAGE <LL@li.org>\n"
@@ -2392,15 +2392,15 @@ msgstr ""
 msgid "========== tsorting packages\n"
 msgstr ""
 
-#: lib/depends.c:2316
+#: lib/depends.c:2318
 msgid "========== successors only (presentation order)\n"
 msgstr ""
 
-#: lib/depends.c:2395
+#: lib/depends.c:2399
 msgid "LOOP:\n"
 msgstr ""
 
-#: lib/depends.c:2426
+#: lib/depends.c:2430
 msgid "========== continuing tsort ...\n"
 msgstr ""
 
index 0d1346b..dba9884 100644 (file)
--- a/rpm.spec
+++ b/rpm.spec
@@ -13,7 +13,7 @@ Summary: The Red Hat package management system.
 Name: rpm
 %define version 4.0.2
 Version: %{version}
-Release: 0.24
+Release: 0.25
 Group: System Environment/Base
 Source: ftp://ftp.rpm.org/pub/rpm/dist/rpm-4.0.x/rpm-%{version}.tar.gz
 Copyright: GPL
@@ -309,6 +309,9 @@ fi
 %{__prefix}/include/popt.h
 
 %changelog
+* Sat Jan 13 2001 Jeff Johnson <jbj@redhat.com>
+- fix the hack.
+
 * Fri Jan 12 2001 Jeff Johnson <jbj@redhat.com>
 - hack: permit installer to determine package ordering using 1000003 tag.
 
index 640a69f..5b7b235 100644 (file)
@@ -13,7 +13,7 @@ Summary: The Red Hat package management system.
 Name: rpm
 %define version @VERSION@
 Version: %{version}
-Release: 0.24
+Release: 0.25
 Group: System Environment/Base
 Source: ftp://ftp.rpm.org/pub/rpm/dist/rpm-4.0.x/rpm-%{version}.tar.gz
 Copyright: GPL
@@ -309,6 +309,9 @@ fi
 %{__prefix}/include/popt.h
 
 %changelog
+* Sat Jan 13 2001 Jeff Johnson <jbj@redhat.com>
+- fix the hack.
+
 * Fri Jan 12 2001 Jeff Johnson <jbj@redhat.com>
 - hack: permit installer to determine package ordering using 1000003 tag.