diff options
author | Thierry Vignaud <thierry.vignaud@gmail.com> | 2020-04-23 10:16:55 +0200 |
---|---|---|
committer | Thierry Vignaud <thierry.vignaud@gmail.com> | 2020-04-24 11:19:01 +0200 |
commit | f61007f4da39861f46a9945dc8792a66a4ec465d (patch) | |
tree | 8e94317baa2dfae54717e9872c4d50242b2846c4 | |
parent | f94dbf969f5cae57925fe64de1639c95b6a62e6c (diff) | |
download | perl-RPM4-0.42.tar perl-RPM4-0.42.tar.gz perl-RPM4-0.42.tar.bz2 perl-RPM4-0.42.tar.xz perl-RPM4-0.42.zip |
0.420.42
-rw-r--r-- | RPM4/NEWS | 2 | ||||
-rw-r--r-- | RPM4/lib/RPM4.pm | 2 |
2 files changed, 3 insertions, 1 deletions
@@ -1,3 +1,5 @@ +Version 0.42 - 23 April 2020 + - fix comparing version when using a fixup rpm release such as 4.12.0.2 - fix detecting unlisted rpm versions - skip installsrpm tests on FreeBSD < 10 diff --git a/RPM4/lib/RPM4.pm b/RPM4/lib/RPM4.pm index d525c4c..9acca18 100644 --- a/RPM4/lib/RPM4.pm +++ b/RPM4/lib/RPM4.pm @@ -30,7 +30,7 @@ use RPM4::Header::Dependencies; use RPM4::Header::Files; use RPM4::Spec; -our $VERSION = '0.41'; +our $VERSION = '0.42'; our @ISA = qw(DynaLoader Exporter); our @EXPORT = qw(moduleinfo readconfig querytag tagName tagValue expand rpmvercmp |