diff options
author | Rafael Garcia-Suarez <rgarciasuarez@mandriva.org> | 2006-02-02 15:03:46 +0000 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@mandriva.org> | 2006-02-02 15:03:46 +0000 |
commit | 46a702b2368530905de46a395c0e89c98114fd46 (patch) | |
tree | 548e42a843b845caa7b005ce77acf4e192a823e3 /urpmi.spec | |
parent | d39be537c9cf267fce9ecf834148b4696f578c8b (diff) | |
download | urpmi-46a702b2368530905de46a395c0e89c98114fd46.tar urpmi-46a702b2368530905de46a395c0e89c98114fd46.tar.gz urpmi-46a702b2368530905de46a395c0e89c98114fd46.tar.bz2 urpmi-46a702b2368530905de46a395c0e89c98114fd46.tar.xz urpmi-46a702b2368530905de46a395c0e89c98114fd46.zip |
4.8.9-1mdk
Diffstat (limited to 'urpmi.spec')
-rw-r--r-- | urpmi.spec | 8 |
1 files changed, 7 insertions, 1 deletions
@@ -7,7 +7,7 @@ ################################################################## %define name urpmi -%define version 4.8.8 +%define version 4.8.9 %define release %mkrel 1 %define group %(perl -e 'print "%_vendor" =~ /\\bmandr/i ? "System/Configuration/Packaging" : "System Environment/Base"') @@ -249,6 +249,12 @@ if (-e "/etc/urpmi/urpmi.cfg") { %{compat_perl_vendorlib}/urpm/ldap.pm %changelog +* Thu Feb 02 2006 Rafael Garcia-Suarez <rgarciasuarez@mandriva.com> 4.8.9-1mdk +- Fix call of --limit-rate option with recent curls +- Fix some explanations on biarch environments +- Fix error recovery on download of description files (Shlomi Fish) +- Docs and translation updates + * Wed Jan 25 2006 Rafael Garcia-Suarez <rgarciasuarez@mandriva.com> 4.8.8-1mdk - urpmi can now install specfile dependencies - Escape media names in urpmq --dump-config (Michael Scherer) |