diff options
author | Rafael Garcia-Suarez <rgarciasuarez@mandriva.org> | 2004-11-29 18:38:11 +0000 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@mandriva.org> | 2004-11-29 18:38:11 +0000 |
commit | 31d81d6c806b9aea585e9f4e534c51933e995ab2 (patch) | |
tree | 7b2f009aa92ba233da5f309717589c3f5dfc0d64 | |
parent | 0fc0fcebc9086b7f3c0e67c3fc0fc70e2eae1363 (diff) | |
download | urpmi-31d81d6c806b9aea585e9f4e534c51933e995ab2.tar urpmi-31d81d6c806b9aea585e9f4e534c51933e995ab2.tar.gz urpmi-31d81d6c806b9aea585e9f4e534c51933e995ab2.tar.bz2 urpmi-31d81d6c806b9aea585e9f4e534c51933e995ab2.tar.xz urpmi-31d81d6c806b9aea585e9f4e534c51933e995ab2.zip |
4.6.4-1mdk
-rw-r--r-- | ChangeLog | 27 | ||||
-rw-r--r-- | urpm.pm | 2 | ||||
-rw-r--r-- | urpmi.spec | 7 |
3 files changed, 34 insertions, 2 deletions
@@ -1,3 +1,30 @@ +2004-11-29 19:24 Rafael Garcia-Suarez <rgarciasuarez@mandrakesoft.com> + + * urpm.pm, urpmi: Factorize code that sets default values for some + options + +2004-11-29 17:13 Thierry Vignaud <tvignaud@mandrakesoft.com> + + * po/ja.po: update (Yukiko Bando) + +2004-11-29 15:19 Rafael Garcia-Suarez <rgarciasuarez@mandrakesoft.com> + + * urpm.pm: Look for the description files in the media_info + directory by default + +2004-11-29 12:19 Rafael Garcia-Suarez <rgarciasuarez@mandrakesoft.com> + + * urpm.pm: Nicer without parens + +2004-11-29 12:07 Rafael Garcia-Suarez <rgarciasuarez@mandrakesoft.com> + + * urpm.pm: Display total number of packages along with progress + bars in urpmi (see bug #12514) + +2004-11-26 15:29 Rafael Garcia-Suarez <rgarciasuarez@mandrakesoft.com> + + * urpm.pm, urpmi.spec: 4.6.3-1mdk + 2004-11-26 15:02 Rafael Garcia-Suarez <rgarciasuarez@mandrakesoft.com> * man/C/urpmq.8: Remove obsolete caveat. @@ -11,7 +11,7 @@ use urpm::util; use urpm::sys; use urpm::cfg; -our $VERSION = '4.6.3'; +our $VERSION = '4.6.4'; our @ISA = qw(URPM); use URPM; @@ -7,7 +7,7 @@ ################################################################## %define name urpmi -%define version 4.6.3 +%define version 4.6.4 %define release 1mdk %define group %(perl -e 'printf "%%s\\n", "%_vendor" =~ /mandrake/i ? "System/Configuration/Packaging" : "System Environment/Base"') @@ -257,6 +257,11 @@ $urpm->update_media(nolock => 1, nopubkey => 1); %{compat_perl_vendorlib}/urpm/parallel_ssh.pm %changelog +* Mon Nov 29 2004 Rafael Garcia-Suarez <rgarciasuarez@mandrakesoft.com> 4.6.4-1mdk +- From now on, look for descriptions files in the media_info subdirectory. + This will be used by the 10.2 update media. +- Recall total number of packages when installing. + * Fri Nov 26 2004 Rafael Garcia-Suarez <rgarciasuarez@mandrakesoft.com> 4.6.3-1mdk - urpmq -i now works as non root - translations and man pages updated |