summaryrefslogtreecommitdiffstats
path: root/urpmi.spec
diff options
context:
space:
mode:
authorRafael Garcia-Suarez <rgarciasuarez@mandriva.org>2006-02-02 15:03:46 +0000
committerRafael Garcia-Suarez <rgarciasuarez@mandriva.org>2006-02-02 15:03:46 +0000
commit46a702b2368530905de46a395c0e89c98114fd46 (patch)
tree548e42a843b845caa7b005ce77acf4e192a823e3 /urpmi.spec
parentd39be537c9cf267fce9ecf834148b4696f578c8b (diff)
downloadurpmi-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.spec8
1 files changed, 7 insertions, 1 deletions
diff --git a/urpmi.spec b/urpmi.spec
index 5ad822e6..0df578ad 100644
--- a/urpmi.spec
+++ b/urpmi.spec
@@ -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)