From 7d499c82125beecc17545cc7adc96953c70e6fc7 Mon Sep 17 00:00:00 2001 From: Rafael Garcia-Suarez Date: Tue, 11 Jul 2006 12:01:32 +0000 Subject: 4.8.22 --- ChangeLog | 5 +++++ urpm.pm | 4 ++-- urpmi.spec | 7 ++++++- 3 files changed, 13 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index d5483377..721c630f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2006-07-11 11:55 Rafael Garcia-Suarez + + * ChangeLog, rpm-find-leaves: Add an -f option to rpm-find-leaves + (show fullnames) + 2006-07-11 09:57 Rafael Garcia-Suarez * pod/urpme.8.pod, pod/urpmi.8.pod, pod/urpmi.cfg.5.pod: Mention diff --git a/urpm.pm b/urpm.pm index 3be214be..9ff0ae63 100644 --- a/urpm.pm +++ b/urpm.pm @@ -12,14 +12,14 @@ use urpm::sys; use urpm::cfg; use MDV::Distribconf; -our $VERSION = '4.8.21'; +our $VERSION = '4.8.22'; our @ISA = qw(URPM); use URPM; use URPM::Resolve; BEGIN { - # this won't work in 5.10 when encoding::warnings will be lexical + # this doesn't work for perls >= 5.9.4 if ($ENV{DEBUG_URPMI}) { require encoding::warnings; encoding::warnings->import; diff --git a/urpmi.spec b/urpmi.spec index 245e3721..b277967e 100644 --- a/urpmi.spec +++ b/urpmi.spec @@ -12,7 +12,7 @@ %{?!makeinstall_std: %define makeinstall_std() make DESTDIR=%{?buildroot:%{buildroot}} install} %define name urpmi -%define version 4.8.21 +%define version 4.8.22 %define release %mkrel 1 %define group %(perl -e 'print "%_vendor" =~ /\\bmandr/i ? "System/Configuration/Packaging" : "System Environment/Base"') @@ -275,6 +275,11 @@ if (-e "/etc/urpmi/urpmi.cfg") { %ghost %_sys_macros_dir/urpmi.recover.macros %changelog +* Tue Jul 11 2006 Rafael Garcia-Suarez 4.8.22-1mdv2007.0 +- Update docs and translations +- Allow to install deps of an srpm via rurpmi (Pascal Terjan) +- Add an -f option to rpm-find-leaves + * Tue Jun 20 2006 Rafael Garcia-Suarez 4.8.21-1mdv2007.0 - New command rurpme - Forbid rurpmi --noscripts -- cgit v1.2.1