From 0d9336989370d1249af364982496d8893d769a36 Mon Sep 17 00:00:00 2001 From: Rafael Garcia-Suarez Date: Thu, 6 Jan 2005 15:29:02 +0000 Subject: 4.6.10-1mdk --- ChangeLog | 124 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ urpm.pm | 2 +- urpmi.spec | 9 ++++- 3 files changed, 133 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 51473594..cbed6d7f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,127 @@ +2005-01-06 15:57 Rafael Garcia-Suarez + + * po/fr.po: French translation update + +2005-01-06 15:47 Rafael Garcia-Suarez + + * .perl_checker: Add a perl_checker blacklist file + +2005-01-06 15:45 Rafael Garcia-Suarez + + * po/: af.po, ar.po, az.po, bg.po, bn.po, br.po, bs.po, ca.po, + cs.po, cy.po, da.po, de.po, el.po, eo.po, es.po, et.po, eu.po, + fa.po, fi.po, fr.po, fur.po, ga.po, gl.po, he.po, hi.po, hr.po, + hu.po, id.po, is.po, it.po, ja.po, ka.po, ko.po, ky.po, lt.po, + lv.po, mk.po, mn.po, ms.po, mt.po, nb.po, nl.po, nn.po, pl.po, + pt.po, pt_BR.po, ro.po, ru.po, sk.po, sl.po, sq.po, sr.po, + sr@Latn.po, sv.po, tg.po, th.po, tl.po, tr.po, uk.po, urpmi.pot, + uz.po, uz@Latn.po, vi.po, wa.po, zh_CN.po, zh_TW.po: Merge new + strings + +2005-01-06 15:45 Rafael Garcia-Suarez + + * po/Makefile: Extract strings from gurpmi as well + +2005-01-06 15:33 Rafael Garcia-Suarez + + * urpm.pm: perl_checker fixes + +2005-01-06 14:28 Rafael Garcia-Suarez + + * po/: af.po, ar.po, az.po, bg.po, bn.po, br.po, bs.po, ca.po, + cs.po, cy.po, da.po, de.po, el.po, eo.po, es.po, et.po, eu.po, + fa.po, fi.po, fr.po, fur.po, ga.po, gl.po, he.po, hi.po, hr.po, + hu.po, id.po, is.po, it.po, ja.po, ka.po, ko.po, ky.po, lt.po, + lv.po, mk.po, mn.po, ms.po, mt.po, nb.po, nl.po, nn.po, pl.po, + pt.po, pt_BR.po, ro.po, ru.po, sk.po, sl.po, sq.po, sr.po, + sr@Latn.po, sv.po, tg.po, th.po, tl.po, tr.po, uk.po, uz.po, + uz@Latn.po, vi.po, wa.po, zh_CN.po, zh_TW.po: Update copyright + strings + +2005-01-06 14:27 Rafael Garcia-Suarez + + * urpme: Update copyright + +2005-01-06 12:38 Rafael Garcia-Suarez + + * urpmi, urpmq: Happy new year + +2005-01-06 12:36 Rafael Garcia-Suarez + + * gurpmi: perl_checker fixes + +2005-01-06 12:30 Karl Ove Hufthammer + + * po/nn.po: Updated translation. + +2005-01-05 22:32 Keld Jørn Simonsen + + * po/da.po: updates soft/urpmi/po/da.po soft/wizard_perl/po/da.po + gi/perl-install/share/po/da.po + +2005-01-04 23:58 Pablo Saratxaga + + * po/: cy.po, hr.po: updated po files + +2005-01-04 18:47 Rafael Garcia-Suarez + + * man/C/: urpmf.8, urpmi.8, urpmi.addmedia.8, urpmq.8: A bunch of + man page spelling and grammar fixes by Dick Gevers + +2005-01-04 18:06 Rafael Garcia-Suarez + + * urpmi: Make urpmi return exit status 15 if all packages were + already installed + +2005-01-04 13:58 Pablo Saratxaga + + * po/et.po: updated po file + +2005-01-04 13:08 Pablo Saratxaga + + * po/de.po: updated po file + +2005-01-04 00:45 Olivier Blin + + * urpmq: fix virtual hdlist check (when fetching headers) + +2005-01-03 23:00 Rafael Garcia-Suarez + + * po/fr.po: Better French wording + +2005-01-03 14:00 Pablo Saratxaga + + * po/: af.po, ar.po, az.po, bg.po, bn.po, br.po, bs.po, ca.po, + cs.po, cy.po, da.po, de.po, el.po, eo.po, es.po, et.po, eu.po, + fa.po, fi.po, fr.po, fur.po, ga.po, gl.po, he.po, hi.po, hr.po, + hu.po, id.po, is.po, it.po, ja.po, ka.po, ko.po, ky.po, lt.po, + lv.po, mk.po, mn.po, ms.po, mt.po, nb.po, nl.po, nn.po, pl.po, + pt.po, pt_BR.po, ro.po, ru.po, sk.po, sl.po, sq.po, sr.po, + sr@Latn.po, sv.po, tg.po, th.po, tl.po, tr.po, uk.po, urpmi.pot, + uz.po, uz@Latn.po, vi.po, wa.po, zh_CN.po, zh_TW.po: updated pot + file + +2004-12-28 21:11 Tibor Pittich + + * po/sk.po: updated slovak translation + +2004-12-24 11:08 Rafael Garcia-Suarez + + * urpmi, urpm/sys.pm: As suggested by Giuseppe Ghibo, fail early if + an essential filesystem is mounted read-only + +2004-12-20 18:20 Pablo Saratxaga + + * po/mk.po: updated po file + +2004-12-20 18:07 Rafael Garcia-Suarez + + * urpmi: Remove unused parameter + +2004-12-17 19:17 Rafael Garcia-Suarez + + * urpm.pm, urpmi.spec: 4.6.9-1mdk + 2004-12-17 18:59 Rafael Garcia-Suarez * urpmi: Fix a stupid typo that prevented urpmi --skip to work. /me diff --git a/urpm.pm b/urpm.pm index 0e46655d..3aa91f13 100644 --- a/urpm.pm +++ b/urpm.pm @@ -11,7 +11,7 @@ use urpm::util; use urpm::sys; use urpm::cfg; -our $VERSION = '4.6.9'; +our $VERSION = '4.6.10'; our @ISA = qw(URPM); use URPM; diff --git a/urpmi.spec b/urpmi.spec index 529d619d..40dd3566 100644 --- a/urpmi.spec +++ b/urpmi.spec @@ -7,7 +7,7 @@ ################################################################## %define name urpmi -%define version 4.6.9 +%define version 4.6.10 %define release 1mdk %define group %(perl -e 'printf "%%s\\n", "%_vendor" =~ /mandrake/i ? "System/Configuration/Packaging" : "System Environment/Base"') @@ -227,6 +227,13 @@ $urpm->update_media(nolock => 1, nopubkey => 1); %{compat_perl_vendorlib}/urpm/parallel_ssh.pm %changelog +* Thu Jan 06 2005 Rafael Garcia-Suarez 4.6.10-1mdk +- Langage updates +- urpmi now returns a non-zero exit status il all requested packages were + already installed +- fix a small bug in urpmq with virtual media (Olivier Blin) +- fail if the main filesystems are mounted read-only + * Fri Dec 17 2004 Rafael Garcia-Suarez 4.6.9-1mdk - Fix urpmi --skip - Tell number of packages that will be removed by urpme -- cgit v1.2.1