diff options
-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. |