diff options
author | Guillaume Cottenceau <gc@mandriva.com> | 2004-02-03 12:01:52 +0000 |
---|---|---|
committer | Guillaume Cottenceau <gc@mandriva.com> | 2004-02-03 12:01:52 +0000 |
commit | 1ec1ca957c0f17036cbcf87396194adb159fab57 (patch) | |
tree | 26f068b729fa5a5d27618b19f00ef2eff49f6e5c /urpmi.spec | |
parent | 60cff2d095c023c0770170c916855d8206b364a7 (diff) | |
download | urpmi-1ec1ca957c0f17036cbcf87396194adb159fab57.tar urpmi-1ec1ca957c0f17036cbcf87396194adb159fab57.tar.gz urpmi-1ec1ca957c0f17036cbcf87396194adb159fab57.tar.bz2 urpmi-1ec1ca957c0f17036cbcf87396194adb159fab57.tar.xz urpmi-1ec1ca957c0f17036cbcf87396194adb159fab57.zip |
convert some gurpmi dialogs to UTF8 as they should
Diffstat (limited to 'urpmi.spec')
-rw-r--r-- | urpmi.spec | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -8,7 +8,7 @@ %define name urpmi %define version 4.4.5 -%define release 1mdk +%define release 2mdk %define group %(perl -e 'printf "%%s\\n", "%_vendor" =~ /mandrake/i ? "System/Configuration/Packaging" : "System Environment/Base"') @@ -236,6 +236,10 @@ $urpm->update_media(nolock => 1, nopubkey => 1); %{compat_perl_vendorlib}/urpm/parallel_ssh.pm %changelog +* Tue Feb 3 2004 Guillaume Cottenceau <gc@mandrakesoft.com> 4.4.5-2mdk +- convert some gurpmi dialogs to UTF8 as they should (part of + #7156, needs latest change in perl-Locale-gettext as well) + * Fri Jan 30 2004 Olivier Blin <blino@mandrake.org> 4.4.5-1mdk - add --resume and --no-resume options in urpmi (to resume transfer of partially-downloaded files) |