diff options
author | Rafael Garcia-Suarez <rgarciasuarez@mandriva.org> | 2004-09-02 05:38:32 +0000 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@mandriva.org> | 2004-09-02 05:38:32 +0000 |
commit | 71400525a792166ebf51f974d05617b5e7e4115e (patch) | |
tree | 1300e9e50126b731b7de28ea33539ae171de1980 | |
parent | 47f57635f07b7caa1843f361c70421c56b5194ea (diff) | |
download | urpmi-71400525a792166ebf51f974d05617b5e7e4115e.tar urpmi-71400525a792166ebf51f974d05617b5e7e4115e.tar.gz urpmi-71400525a792166ebf51f974d05617b5e7e4115e.tar.bz2 urpmi-71400525a792166ebf51f974d05617b5e7e4115e.tar.xz urpmi-71400525a792166ebf51f974d05617b5e7e4115e.zip |
4.5-23mdk
-rw-r--r-- | ChangeLog | 33 | ||||
-rw-r--r-- | urpmi.spec | 6 |
2 files changed, 38 insertions, 1 deletions
@@ -1,3 +1,36 @@ +2004-09-02 07:22 Rafael Garcia-Suarez <rgarciasuarez@mandrakesoft.com> + + * urpm.pm: handle new keywords in hdlists file. + +2004-09-01 07:09 Pablo Saratxaga <pablo@mandrakesoft.com> + + * po/nb.po: updated po file + +2004-08-31 16:32 Arkadiusz Lipiec <alipiec@elka.pw.edu.pl> + + * po/pl.po: Updated + +2004-08-31 09:58 Pablo Saratxaga <pablo@mandrakesoft.com> + + * po/et.po: updated po file + +2004-08-30 10:53 Pablo Saratxaga <pablo@mandrakesoft.com> + + * po/sl.po: updated po file + +2004-08-30 10:13 Pablo Saratxaga <pablo@mandrakesoft.com> + + * po/: bs.po, es.po, hu.po, pt.po, ru.po, uk.po, urpmi.pot: updated + pot file + +2004-08-30 09:18 Rafael Garcia-Suarez <rgarciasuarez@mandrakesoft.com> + + * urpmi.spec: 4.5-22mdk + +2004-08-30 09:16 Rafael Garcia-Suarez <rgarciasuarez@mandrakesoft.com> + + * Makefile: Cleanup when building rpm + 2004-08-30 09:06 Rafael Garcia-Suarez <rgarciasuarez@mandrakesoft.com> * urpm.pm: Re-allow large transactions with --allow-nodeps or @@ -8,7 +8,7 @@ %define name urpmi %define version 4.5 -%define release 22mdk +%define release 23mdk %define group %(perl -e 'printf "%%s\\n", "%_vendor" =~ /mandrake/i ? "System/Configuration/Packaging" : "System Environment/Base"') @@ -250,6 +250,10 @@ $urpm->update_media(nolock => 1, nopubkey => 1); %{compat_perl_vendorlib}/urpm/parallel_ssh.pm %changelog +* Thu Sep 02 2004 Rafael Garcia-Suarez <rgarciasuarez@mandrakesoft.com> 4.5-23mdk +- Handle new keywords in hdlists file. +- Translations updates. + * Mon Aug 30 2004 Rafael Garcia-Suarez <rgarciasuarez@mandrakesoft.com> 4.5-22mdk - Fix download with curl with usernames that contains '@' (for mandrakeclub) - Make the --probe-synthesis option compatible with --distrib in urpmi.addmedia. |