From f57ce3695eb911a1647391d3152bc51f6173eb1b Mon Sep 17 00:00:00 2001 From: Rafael Garcia-Suarez Date: Mon, 13 Jun 2005 03:22:36 +0000 Subject: 4.7.7-1mdk --- ChangeLog | 30 ++++++++++++++++++++++++++++++ urpm.pm | 2 +- urpmi.spec | 6 +++++- 3 files changed, 36 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 0bd294fe..d469daf4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,33 @@ +2005-06-13 04:22 Rafael Garcia-Suarez + + * urpmq, man/C/urpmq.8, urpm/args.pm: Document --summary option to + urpmq. Add -S as an alias for --summary. + +2005-06-13 03:17 Rafael Garcia-Suarez + + * urpm/download.pm: Fix comment + +2005-06-13 03:15 Rafael Garcia-Suarez + + * urpm/download.pm: Timeout on all network operations when using + wget + +2005-06-13 02:33 Rafael Garcia-Suarez + + * po/pl.po: Fix keyboard shortcut + +2005-06-10 10:38 Olivier Blin + + * man/C/urpmf.8: '-c' option is now '-i' + +2005-06-10 05:21 Rafael Garcia-Suarez + + * urpmq: Extract headers only once + +2005-06-10 02:09 Rafael Garcia-Suarez + + * urpm.pm, urpmi.spec: 4.7.6-1mdk + 2005-06-10 02:05 Rafael Garcia-Suarez * urpm/parallel_ssh.pm: parallel distribution via ssh wasn't diff --git a/urpm.pm b/urpm.pm index 7076223b..f25f8735 100644 --- a/urpm.pm +++ b/urpm.pm @@ -11,7 +11,7 @@ use urpm::util; use urpm::sys; use urpm::cfg; -our $VERSION = '4.7.6'; +our $VERSION = '4.7.7'; our @ISA = qw(URPM); use URPM; diff --git a/urpmi.spec b/urpmi.spec index c29aa43a..95c26644 100644 --- a/urpmi.spec +++ b/urpmi.spec @@ -7,7 +7,7 @@ ################################################################## %define name urpmi -%define version 4.7.6 +%define version 4.7.7 %define release 1mdk %define group %(perl -e 'print "%_vendor" =~ /\\bmandr/i ? "System/Configuration/Packaging" : "System Environment/Base"') @@ -250,6 +250,10 @@ if (-e "/etc/urpmi/urpmi.cfg") { %{compat_perl_vendorlib}/urpm/ldap.pm %changelog +* Mon Jun 13 2005 Rafael Garcia-Suarez 4.7.7-1mdk +- Fix documentation for urpmq --summary/-S and urpmf -i (Olivier Blin) +- urpmq: extract headers only once + * Fri Jun 10 2005 Rafael Garcia-Suarez 4.7.6-1mdk - Fix bug on urpmi-parallel-ssh on localhost with network media -- cgit v1.2.1