From 5798c87274cb202a1d4f1784f5a73c715a3e7742 Mon Sep 17 00:00:00 2001 From: Rafael Garcia-Suarez Date: Mon, 31 Jan 2005 14:18:20 +0000 Subject: 4.6.14-1mdk --- ChangeLog | 42 ++++++++++++++++++++++++++++++++++++++++++ urpm.pm | 2 +- urpmi.spec | 8 +++++++- 3 files changed, 50 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index cd36402c..da7d0a1b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,45 @@ +2005-01-31 00:50 Pablo Saratxaga + + * po/sv.po: updated po file + +2005-01-28 21:04 Guillaume Rousse + + * urpmi.bash-completion: --list-media now admit paramater + +2005-01-28 19:09 Rafael Garcia-Suarez + + * urpm.pm, man/C/urpmi.addmedia.8, urpm/sys.pm: Make urpmi support + ISO images as removable media. + +2005-01-27 20:37 Pablo Saratxaga + + * po/: de.po, ro.po: updated po file + +2005-01-27 14:40 Rafael Garcia-Suarez + + * urpmq: Update comments to be in line with latest urpmq -R changes + +2005-01-27 12:10 Rafael Garcia-Suarez + + * urpmi.bash-completion, urpmq, man/C/urpmq.8, urpm/args.pm: Patch + by Guillaume Rousse to improve bash-completion for media names, + via adding new optional arguments to the --list-media option of + urpmq. + +2005-01-26 15:36 Rafael Garcia-Suarez + + * urpmq: Avoid "urpmq -R" to walk through virtual provides; now + only walk through provides that have an explicit comparison to a + version number. + +2005-01-26 10:05 José JORGE + + * po/pt.po: melo + +2005-01-25 18:34 Rafael Garcia-Suarez + + * urpm.pm, urpmi.spec: 4.6.13-1mdk + 2005-01-25 17:06 mareklaane * po/et.po: Updated translation. diff --git a/urpm.pm b/urpm.pm index fe98e80a..d6a9a61b 100644 --- a/urpm.pm +++ b/urpm.pm @@ -11,7 +11,7 @@ use urpm::util; use urpm::sys; use urpm::cfg; -our $VERSION = '4.6.13'; +our $VERSION = '4.6.14'; our @ISA = qw(URPM); use URPM; diff --git a/urpmi.spec b/urpmi.spec index 50b2312c..12da92af 100644 --- a/urpmi.spec +++ b/urpmi.spec @@ -7,7 +7,7 @@ ################################################################## %define name urpmi -%define version 4.6.13 +%define version 4.6.14 %define release 1mdk %define group %(perl -e 'printf "%%s\\n", "%_vendor" =~ /mandrake/i ? "System/Configuration/Packaging" : "System Environment/Base"') @@ -232,6 +232,12 @@ if (-e "/etc/urpmi/urpmi.cfg") { %{compat_perl_vendorlib}/urpm/parallel_ssh.pm %changelog +* Mon Jan 31 2005 Rafael Garcia-Suarez 4.6.14-1mdk +- urpmi.addmedia and urpmi now support ISO images as removable media +- "urpmq -R" will now report far less requires, skipping virtual packages. +- Improve bash-completion for media names, through new options to urpmq + --list-media (by Guillaume Rousse) + * Tue Jan 25 2005 Rafael Garcia-Suarez 4.6.13-1mdk - urpme now dies when not run as root - improve error reporting in urpmi-parallel -- cgit v1.2.1