From: jbj Date: Sat, 13 Jan 2001 17:39:54 +0000 (+0000) Subject: - fix the hack. X-Git-Tag: tznext/4.11.0.1.tizen20130304~7945 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=d229ea2db02fc71295836f5a37dce924a871f3b4;p=tools%2Flibrpm-tizen.git - fix the hack. CVS patchset: 4436 CVS date: 2001/01/13 17:39:54 --- diff --git a/lib/depends.c b/lib/depends.c index 31fe1e0..67d66c5 100644 --- a/lib/depends.c +++ b/lib/depends.c @@ -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", diff --git a/po/cs.po b/po/cs.po index 453453b..cf4e2d4 100644 --- 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 \n" "Language-Team: Czech \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 "" diff --git a/po/da.po b/po/da.po index 5de9028..ec062db 100644 --- 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 \n" "Language-Team: Danish/Dansk \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 "" diff --git a/po/de.po b/po/de.po index f2dd6f0..9c91727 100644 --- 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 \n" "Language-Team: German \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 "" diff --git a/po/es.po b/po/es.po index f58982b..f8d6246 100644 --- 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 \n" "Language-Team: LANGUAGE \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 "" diff --git a/po/eu_ES.po b/po/eu_ES.po index b32a9af..ccf38a3 100644 --- a/po/eu_ES.po +++ b/po/eu_ES.po @@ -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 \n" "Language-Team: LANGUAGE \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 "" diff --git a/po/fi.po b/po/fi.po index a50f804..336dd1b 100644 --- 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 \n" "Language-Team: Finnish \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 "" diff --git a/po/fr.po b/po/fr.po index e335dcd..afdea2d 100644 --- 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 "" diff --git a/po/gl.po b/po/gl.po index f58982b..f8d6246 100644 --- 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 \n" "Language-Team: LANGUAGE \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 "" diff --git a/po/hu.po b/po/hu.po index f58982b..f8d6246 100644 --- 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 \n" "Language-Team: LANGUAGE \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 "" diff --git a/po/id.po b/po/id.po index f58982b..f8d6246 100644 --- 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 \n" "Language-Team: LANGUAGE \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 "" diff --git a/po/is.po b/po/is.po index d4e60d8..a86e2d9 100644 --- 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 \n" "Language-Team: 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 "" diff --git a/po/it.po b/po/it.po index f58982b..f8d6246 100644 --- 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 \n" "Language-Team: LANGUAGE \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 "" diff --git a/po/ja.po b/po/ja.po index cdc323b..8bfd5b7 100644 --- 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 \n" "Language-Team: JRPM \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 "" diff --git a/po/ko.po b/po/ko.po index f58982b..f8d6246 100644 --- 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 \n" "Language-Team: LANGUAGE \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 "" diff --git a/po/no.po b/po/no.po index d76edeb..8e812f1 100644 --- 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 \n" "Language-Team: Norwegian \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 "" diff --git a/po/pl.po b/po/pl.po index b25428b..63bc260 100644 --- 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 \n" "Language-Team: Polish \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 "" diff --git a/po/pt.po b/po/pt.po index 8dafde4..839e733 100644 --- 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 \n" "Language-Team: pt \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 "" diff --git a/po/pt_BR.po b/po/pt_BR.po index 0795064..8852ee1 100644 --- a/po/pt_BR.po +++ b/po/pt_BR.po @@ -2,7 +2,7 @@ # Revised by Arnaldo Carvalho de Melo , 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 "" diff --git a/po/ro.po b/po/ro.po index 3ee16b6..4ca34a6 100644 --- 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 \n" "Language-Team: Romanian \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 "" diff --git a/po/rpm.pot b/po/rpm.pot index b32a9af..ccf38a3 100644 --- a/po/rpm.pot +++ b/po/rpm.pot @@ -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 \n" "Language-Team: LANGUAGE \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 "" diff --git a/po/ru.po b/po/ru.po index d14c330..1fbe73e 100644 --- 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 \n" "Language-Team: Black Cat Linux Team \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 "" diff --git a/po/sk.po b/po/sk.po index 010ac84..a0cd821 100644 --- 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 \n" "Language-Team: Slovak \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 "" diff --git a/po/sl.po b/po/sl.po index 0086247..7ae1378 100644 --- 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 , 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 \n" "Language-Team: Slovenian \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 "" diff --git a/po/sr.po b/po/sr.po index 47daf1a..f45dcae 100644 --- 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 \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 "" diff --git a/po/sv.po b/po/sv.po index 90fb1b1..56108e5 100644 --- 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 \n" "Language-Team: Swedish \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 "" diff --git a/po/tr.po b/po/tr.po index a99c3e3..3ff09b8 100644 --- 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 \n" "Language-Team: LANGUAGE \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 "" diff --git a/po/uk.po b/po/uk.po index f58982b..f8d6246 100644 --- 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 \n" "Language-Team: LANGUAGE \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 "" diff --git a/po/wa.po b/po/wa.po index f58982b..f8d6246 100644 --- 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 \n" "Language-Team: LANGUAGE \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 "" diff --git a/po/zh.po b/po/zh.po index f58982b..f8d6246 100644 --- 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 \n" "Language-Team: LANGUAGE \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 "" diff --git a/po/zh_CN.GB2312.po b/po/zh_CN.GB2312.po index f58982b..f8d6246 100644 --- a/po/zh_CN.GB2312.po +++ b/po/zh_CN.GB2312.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 \n" "Language-Team: LANGUAGE \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 "" diff --git a/rpm.spec b/rpm.spec index 0d1346b..dba9884 100644 --- 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 +- fix the hack. + * Fri Jan 12 2001 Jeff Johnson - hack: permit installer to determine package ordering using 1000003 tag. diff --git a/rpm.spec.in b/rpm.spec.in index 640a69f..5b7b235 100644 --- a/rpm.spec.in +++ b/rpm.spec.in @@ -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 +- fix the hack. + * Fri Jan 12 2001 Jeff Johnson - hack: permit installer to determine package ordering using 1000003 tag.