diff options
-rw-r--r-- | ChangeLog | 12 | ||||
-rw-r--r-- | urpmi.spec | 5 |
2 files changed, 16 insertions, 1 deletions
@@ -1,3 +1,15 @@ +2005-03-11 09:57 Rafael Garcia-Suarez <rgarciasuarez at mandrakesoft.com> + + * urpm.pm: More error checking + +2005-03-10 17:50 Pablo Saratxaga <pablo at mandrakesoft.com> + + * po/bg.po: updated po file + +2005-03-10 15:49 Rafael Garcia-Suarez <rgarciasuarez at mandrakesoft.com> + + * urpm.pm, urpmi.spec: 4.6.23-1mdk + 2005-03-10 15:29 Rafael Garcia-Suarez <rgarciasuarez at mandrakesoft.com> * urpm.pm, man/C/urpmi.8, man/C/urpmi.cfg.5, urpm/args.pm, @@ -8,7 +8,7 @@ %define name urpmi %define version 4.6.23 -%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,9 @@ if (-e "/etc/urpmi/urpmi.cfg") { %{compat_perl_vendorlib}/urpm/parallel_ssh.pm %changelog +* Fri Mar 11 2005 Rafael Garcia-Suarez <rgarciasuarez@mandrakesoft.com> 4.6.23-2mdk +- error checking was sometimes not enough forgiving + * Thu Mar 10 2005 Rafael Garcia-Suarez <rgarciasuarez@mandrakesoft.com> 4.6.23-1mdk - new urpmi option, --retry - better system error messages |