From 95cd0bb1ef027cb9f5dc47ee72512d7a082d59d9 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Mon, 14 Dec 2020 23:57:42 +0100 Subject: 0.44 --- RPM4/NEWS | 2 ++ RPM4/lib/RPM4.pm | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/RPM4/NEWS b/RPM4/NEWS index 42370f3..f118539 100644 --- a/RPM4/NEWS +++ b/RPM4/NEWS @@ -1,3 +1,5 @@ +Version 0.44 - 14 December 2020 + - Fix RPM4.xs/libperl.so mismatch on i586 by building with the flags used to build perl itself diff --git a/RPM4/lib/RPM4.pm b/RPM4/lib/RPM4.pm index 4bd307d..591c7ea 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.43'; +our $VERSION = '0.44'; our @ISA = qw(DynaLoader Exporter); our @EXPORT = qw(moduleinfo readconfig querytag tagName tagValue expand rpmvercmp -- cgit v1.2.1