diff options
author | Rafael Garcia-Suarez <rgarciasuarez@mandriva.org> | 2004-09-14 02:14:42 +0000 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@mandriva.org> | 2004-09-14 02:14:42 +0000 |
commit | fe23fe6b346dc7e7922f3b8b0554d07654b8370b (patch) | |
tree | 5825421cefbc56587eff930ea275e1d4ec371dac | |
parent | 742223d1775b04904c9571e442fba79d5c992404 (diff) | |
download | urpmi-fe23fe6b346dc7e7922f3b8b0554d07654b8370b.tar urpmi-fe23fe6b346dc7e7922f3b8b0554d07654b8370b.tar.gz urpmi-fe23fe6b346dc7e7922f3b8b0554d07654b8370b.tar.bz2 urpmi-fe23fe6b346dc7e7922f3b8b0554d07654b8370b.tar.xz urpmi-fe23fe6b346dc7e7922f3b8b0554d07654b8370b.zip |
4.5-25mdk
-rw-r--r-- | ChangeLog | 34 | ||||
-rw-r--r-- | urpmi.spec | 6 |
2 files changed, 39 insertions, 1 deletions
@@ -1,3 +1,37 @@ +2004-09-14 03:56 Rafael Garcia-Suarez <rgarciasuarez@mandrakesoft.com> + + * urpm.pm, urpmf: Don't print the urpmf results twice when using + virtual media with hdlists. + +2004-09-13 15:02 José JORGE <jjorge@free.fr> + + * po/pt.po: melo + +2004-09-13 10:26 Pablo Saratxaga <pablo@mandrakesoft.com> + + * po/sk.po: updated po file + +2004-09-13 02:30 Pablo Saratxaga <pablo@mandrakesoft.com> + + * po/az.po: updated po file + +2004-09-12 08:16 Pablo Saratxaga <pablo@mandrakesoft.com> + + * po/: ro.po, uk.po: updated po files + +2004-09-10 13:08 Youcef Rabah Rahal <rahal@arabeyes.org> + + * po/ar.po: Arabic translation from Arabeyes + +2004-09-09 13:48 Youcef Rabah Rahal <rahal@arabeyes.org> + + * po/ar.po: Syn with Arabeyes CVS before a translation that should + hopefully happen soon... + +2004-09-09 03:32 Rafael Garcia-Suarez <rgarciasuarez@mandrakesoft.com> + + * urpmi.spec: 4.5-24mdk + 2004-09-09 03:19 Rafael Garcia-Suarez <rgarciasuarez@mandrakesoft.com> * urpm.pm: Silence deprecation warning @@ -8,7 +8,7 @@ %define name urpmi %define version 4.5 -%define release 24mdk +%define release 25mdk %define group %(perl -e 'printf "%%s\\n", "%_vendor" =~ /mandrake/i ? "System/Configuration/Packaging" : "System Environment/Base"') @@ -251,6 +251,10 @@ $urpm->update_media(nolock => 1, nopubkey => 1); %{compat_perl_vendorlib}/urpm/parallel_ssh.pm %changelog +* Tue Sep 14 2004 Rafael Garcia-Suarez <rgarciasuarez@mandrakesoft.com> 4.5-25mdk +- Don't print the urpmf results twice when using virtual media. +- Translations updates. + * Thu Sep 09 2004 Rafael Garcia-Suarez <rgarciasuarez@mandrakesoft.com> 4.5-24mdk - Remove deprecation warning. - Translations updates. |