summaryrefslogtreecommitdiffstats
path: root/urpmi.spec
diff options
context:
space:
mode:
authorRafael Garcia-Suarez <rgarciasuarez@mandriva.org>2005-02-25 13:48:45 +0000
committerRafael Garcia-Suarez <rgarciasuarez@mandriva.org>2005-02-25 13:48:45 +0000
commitc58cdc78fb6a3103c8b3b9915903c5c0c2f69e51 (patch)
tree96082ee4504dde185baab8e477a7db789494a281 /urpmi.spec
parent8db9d53305e27e6e29183503c62c98837828232c (diff)
downloadurpmi-c58cdc78fb6a3103c8b3b9915903c5c0c2f69e51.tar
urpmi-c58cdc78fb6a3103c8b3b9915903c5c0c2f69e51.tar.gz
urpmi-c58cdc78fb6a3103c8b3b9915903c5c0c2f69e51.tar.bz2
urpmi-c58cdc78fb6a3103c8b3b9915903c5c0c2f69e51.tar.xz
urpmi-c58cdc78fb6a3103c8b3b9915903c5c0c2f69e51.zip
4.6.20-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 5f9af474..ac034f52 100644
--- a/urpmi.spec
+++ b/urpmi.spec
@@ -7,7 +7,7 @@
##################################################################
%define name urpmi
-%define version 4.6.19
+%define version 4.6.20
%define release 1mdk
%define group %(perl -e 'printf "%%s\\n", "%_vendor" =~ /mandrake/i ? "System/Configuration/Packaging" : "System Environment/Base"')
@@ -234,6 +234,12 @@ if (-e "/etc/urpmi/urpmi.cfg") {
%{compat_perl_vendorlib}/urpm/parallel_ssh.pm
%changelog
+* Fri Feb 25 2005 Rafael Garcia-Suarez <rgarciasuarez@mandrakesoft.com> 4.6.20-1mdk
+- Output takes now into account the locale's charset
+- Don't require drakxtools anymore
+- Fix log error in urpmi-parallel
+- Docs, language updates
+
* Mon Feb 21 2005 Rafael Garcia-Suarez <rgarciasuarez@mandrakesoft.com> 4.6.19-1mdk
- Document /etc/urpmi/mirror.config, and factorize code that parses it