diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2007-08-12 20:45:14 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2007-08-12 20:45:14 +0000 |
commit | 545b23efc1d52191e81ff5f9a8def3c8525b52aa (patch) | |
tree | 0950a7bc0797cdf81d61a87f4562fbf9d3ed2dd1 | |
parent | 2a90cb014e855a07d89bbc22b1e2ac83f7b03669 (diff) | |
download | perl-URPM-545b23efc1d52191e81ff5f9a8def3c8525b52aa.tar perl-URPM-545b23efc1d52191e81ff5f9a8def3c8525b52aa.tar.gz perl-URPM-545b23efc1d52191e81ff5f9a8def3c8525b52aa.tar.bz2 perl-URPM-545b23efc1d52191e81ff5f9a8def3c8525b52aa.tar.xz perl-URPM-545b23efc1d52191e81ff5f9a8def3c8525b52aa.zip |
1.751.75
-rw-r--r-- | NEWS | 2 | ||||
-rw-r--r-- | URPM.pm | 2 |
2 files changed, 3 insertions, 1 deletions
@@ -1,3 +1,5 @@ +Version 1.75 - 12 August 2007, by Pascal "Pixel" Rigaux + - fix dropping tags from rpm header. it hasn't work since MDK8.1 and rpm 4.0. it may break urpmi!! but potentially allows a much smaller hdlist.cz :) @@ -10,7 +10,7 @@ use URPM::Resolve; use URPM::Signature; our @ISA = qw(DynaLoader); -our $VERSION = '1.74'; +our $VERSION = '1.75'; URPM->bootstrap($VERSION); |