diff options
-rw-r--r-- | ChangeLog | 21 | ||||
-rw-r--r-- | urpmi.spec | 5 |
2 files changed, 25 insertions, 1 deletions
@@ -1,3 +1,24 @@ +2005-03-14 11:55 Rafael Garcia-Suarez <rgarciasuarez at mandrakesoft.com> + + * man/C/urpmq.8: Document the new urpmq --summary option + +2005-03-14 11:53 Rafael Garcia-Suarez <rgarciasuarez at mandrakesoft.com> + + * urpmq, urpm/args.pm: Add a --summary option to urpmq. Patch by + Michael Scherer, slightly reworked (bug 14513) + +2005-03-11 11:22 Pablo Saratxaga <pablo at mandrakesoft.com> + + * po/tl.po: updated po file + +2005-03-11 10:40 Pablo Saratxaga <pablo at mandrakesoft.com> + + * po/bg.po: updated po file + +2005-03-11 10:09 Rafael Garcia-Suarez <rgarciasuarez at mandrakesoft.com> + + * urpmi.spec: 4.6.23-2mdk + 2005-03-11 09:57 Rafael Garcia-Suarez <rgarciasuarez at mandrakesoft.com> * urpm.pm: More error checking @@ -8,7 +8,7 @@ %define name urpmi %define version 4.6.23 -%define release 2mdk +%define release 3mdk %define group %(perl -e 'printf "%%s\\n", "%_vendor" =~ /mandrake/i ? "System/Configuration/Packaging" : "System Environment/Base"') @@ -236,6 +236,9 @@ if (-e "/etc/urpmi/urpmi.cfg") { %{compat_perl_vendorlib}/urpm/parallel_ssh.pm %changelog +* Wed Mar 23 2005 Rafael Garcia-Suarez <rgarciasuarez@mandrakesoft.com> 4.6.23-3mdk +- Add a --summary option to urpmq (Michael Scherer) + * Fri Mar 11 2005 Rafael Garcia-Suarez <rgarciasuarez@mandrakesoft.com> 4.6.23-2mdk - error checking was sometimes not enough forgiving |