summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRafael Garcia-Suarez <rgarciasuarez@mandriva.com>2006-07-11 12:01:32 +0000
committerRafael Garcia-Suarez <rgarciasuarez@mandriva.com>2006-07-11 12:01:32 +0000
commit7d499c82125beecc17545cc7adc96953c70e6fc7 (patch)
tree27b4752a2b1a7817d69a4bfbde9f2e8f68e98236
parent2ca8ba2edfd5aba60def63730113de0ed05d6ef5 (diff)
downloadurpmi-7d499c82125beecc17545cc7adc96953c70e6fc7.tar
urpmi-7d499c82125beecc17545cc7adc96953c70e6fc7.tar.gz
urpmi-7d499c82125beecc17545cc7adc96953c70e6fc7.tar.bz2
urpmi-7d499c82125beecc17545cc7adc96953c70e6fc7.tar.xz
urpmi-7d499c82125beecc17545cc7adc96953c70e6fc7.zip
4.8.224.8.22
-rw-r--r--ChangeLog5
-rw-r--r--urpm.pm4
-rw-r--r--urpmi.spec7
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 <rgarciasuarez at mandriva.com>
+
+ * ChangeLog, rpm-find-leaves: Add an -f option to rpm-find-leaves
+ (show fullnames)
+
2006-07-11 09:57 Rafael Garcia-Suarez <rgarciasuarez at mandriva.com>
* 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 <rgarciasuarez@mandriva.com> 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 <rgarciasuarez@mandriva.com> 4.8.21-1mdv2007.0
- New command rurpme
- Forbid rurpmi --noscripts