From fbf8d6fa473fe8655521094052492c152324c097 Mon Sep 17 00:00:00 2001 From: Rafael Garcia-Suarez Date: Mon, 14 Feb 2005 12:51:07 +0000 Subject: 4.6.16-1mdk --- ChangeLog | 120 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ urpm.pm | 2 +- urpmi.spec | 11 ++++-- 3 files changed, 130 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index 9f69b4b8..a00d6b7e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,123 @@ +2005-02-14 12:14 Rafael Garcia-Suarez + + * man/C/urpmi.addmedia.8: Document the new URL variables. + +2005-02-14 11:56 Rafael Garcia-Suarez + + * urpm.pm, urpm/cfg.pm: Patch by Michael Scherer (a bit reworked) + to allow to use $ARCH, $RELEASE and $HOST in media URLs. + +2005-02-14 09:19 Rafael Garcia-Suarez + + * po/it.po: Spelling fix (Angelo Naselli) + +2005-02-13 20:02 shivahuang + + * po/zh_TW.po: updated po file + +2005-02-13 19:12 Dovix + + * po/he.po: [no log message] + +2005-02-13 17:15 Reinout van Schouwen + + * po/nl.po: Updated Dutch (nl) translation by Rob Teng + * mdkonline, rpmdrake, urpmi + +2005-02-13 10:22 Pablo Saratxaga + + * po/bn.po: updated po file + +2005-02-13 09:38 Pablo Saratxaga + + * po/ja.po: updated po file + +2005-02-12 16:47 Pablo Saratxaga + + * po/wa.po: updated po file + +2005-02-11 16:20 Youcef Rabah Rahal + + * po/ar.po: Arabic translation + a few fixes + +2005-02-11 15:02 Pablo Saratxaga + + * po/: he.po, vi.po: updated po file + +2005-02-11 11:34 Dovix + + * po/he.po: [no log message] + +2005-02-11 10:55 Rafael Garcia-Suarez + + * urpm.pm: Fix retrieval of source packages (e.g. urpmq --sources) + with alternative dependencies foo|bar (Pascal Terjan) + +2005-02-11 10:48 Rafael Garcia-Suarez + + * urpme: Fix --root option in urpme + +2005-02-10 18:37 Rafael Garcia-Suarez + + * urpm.pm: Patch by Michael Scherer (bug 13525) to refactorize + option names; makes downloader option settable per media. + +2005-02-10 17:57 José JORGE + + * po/pt.po: melo + +2005-02-10 16:23 Pablo Saratxaga + + * po/: is.po, zh_TW.po: updated po file + +2005-02-09 21:11 shivahuang + + * po/zh_TW.po: updated po file + +2005-02-08 23:06 Per Øyvind Karlsen + + * po/nb.po: finished translations from eskild:) + +2005-02-08 20:39 Pablo Saratxaga + + * po/mk.po: updated po file + +2005-02-07 20:03 Pablo Saratxaga + + * po/fa.po: updated po file + +2005-02-07 16:07 Pablo Saratxaga + + * po/: ca.po, cs.po, mk.po, zh_TW.po: updated po file + +2005-02-06 22:55 Pablo Saratxaga + + * po/sl.po: updated po file + +2005-02-06 20:20 shivahuang + + * po/zh_TW.po: updated po file + +2005-02-06 13:46 Albert Astals Cid + + * po/ca.po: small updates + +2005-02-06 12:44 mbukovjan + + * po/cs.po: Updated Czech translations. + +2005-02-05 05:01 shivahuang + + * po/zh_TW.po: fix error in po file + +2005-02-04 16:36 Pablo Saratxaga + + * po/vi.po: updated po file + +2005-02-04 09:45 Rafael Garcia-Suarez + + * urpm.pm, urpmi.spec: 4.6.15-1mdk + 2005-02-03 22:37 Pablo Saratxaga * po/sv.po: updated po file diff --git a/urpm.pm b/urpm.pm index 9a31d87d..7024a273 100644 --- a/urpm.pm +++ b/urpm.pm @@ -11,7 +11,7 @@ use urpm::util; use urpm::sys; use urpm::cfg; -our $VERSION = '4.6.15'; +our $VERSION = '4.6.16'; our @ISA = qw(URPM); use URPM; diff --git a/urpmi.spec b/urpmi.spec index 923d96fe..4b117126 100644 --- a/urpmi.spec +++ b/urpmi.spec @@ -7,7 +7,7 @@ ################################################################## %define name urpmi -%define version 4.6.15 +%define version 4.6.16 %define release 1mdk %define group %(perl -e 'printf "%%s\\n", "%_vendor" =~ /mandrake/i ? "System/Configuration/Packaging" : "System Environment/Base"') @@ -30,7 +30,7 @@ Source0: %{name}.tar.bz2 Summary: Command-line software installation tools URL: http://cvs.mandrakesoft.com/cgi-bin/cvsweb.cgi/soft/urpmi Requires: %{req_webfetch} eject gnupg -PreReq: perl-Locale-gettext >= 1.01-7 rpmtools >= 4.5 perl-URPM >= 1.04 +PreReq: perl-Locale-gettext >= 1.01-7 rpmtools >= 4.5 perl-URPM >= 1.08 PreReq: packdrake >= 5.0.2 BuildRequires: %{buildreq_locale} bzip2-devel rpm-devel >= 4.0.3 BuildRequires: gettext @@ -233,6 +233,13 @@ if (-e "/etc/urpmi/urpmi.cfg") { %{compat_perl_vendorlib}/urpm/parallel_ssh.pm %changelog +* Mon Feb 14 2005 Rafael Garcia-Suarez 4.6.16-1mdk +- Patch by Michael Scherer to allow to use variables in media URLs +- Fix retrieval of source packages (e.g. urpmq --sources) with alternative + dependencies foo|bar (Pascal Terjan) +- Fix --root option in urpme +- Require latest perl-URPM + * Fri Feb 04 2005 Rafael Garcia-Suarez 4.6.15-1mdk - Add ChangeLog in docs - Message updates -- cgit v1.2.1