diff options
author | Christophe Fergeau <cfergeau@mandriva.com> | 2009-01-13 14:27:18 +0000 |
---|---|---|
committer | Christophe Fergeau <cfergeau@mandriva.com> | 2009-01-13 14:27:18 +0000 |
commit | 8cd50d4451ce571b275117e550a1506966d4133d (patch) | |
tree | 91b7153accda366455b114c8f64b33675deb5916 /URPM.pm | |
parent | 087f8faa08592bbbee4902d5ad13788e4d14d9ed (diff) | |
download | perl-URPM-8cd50d4451ce571b275117e550a1506966d4133d.tar perl-URPM-8cd50d4451ce571b275117e550a1506966d4133d.tar.gz perl-URPM-8cd50d4451ce571b275117e550a1506966d4133d.tar.bz2 perl-URPM-8cd50d4451ce571b275117e550a1506966d4133d.tar.xz perl-URPM-8cd50d4451ce571b275117e550a1506966d4133d.zip |
Version 3.24 - 13 January 2009, by Christophe Fergeau3.24
- fix sorting choices on provided version (feature introduced in 3.08,
but was not working if packages were coming from different repository)
- when a "Requires:" can be fullfilled by several different packages and
one of those packages is explicitly required by another package which
is also being installed, silently choose this package instead of letting
the choice up to perl-URPM user (fixes bug #46874)
Diffstat (limited to 'URPM.pm')
-rw-r--r-- | URPM.pm | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -10,7 +10,7 @@ use URPM::Resolve; use URPM::Signature; our @ISA = qw(DynaLoader); -our $VERSION = '3.23'; +our $VERSION = '3.24'; URPM->bootstrap($VERSION); |