From 8738c390e4fa9e444846a84b4d6e5cb618928e42 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Fri, 14 Feb 2020 10:23:05 +0100 Subject: fix detecting rpm-4.15.x final --- RPM4/NEWS | 2 ++ RPM4/src/Makefile.PL | 1 + 2 files changed, 3 insertions(+) diff --git a/RPM4/NEWS b/RPM4/NEWS index ac5e0b9..acfd7c6 100644 --- a/RPM4/NEWS +++ b/RPM4/NEWS @@ -1,3 +1,5 @@ +- fix detecting rpm-4.15.x final + Version 0.40 - 9 September 2019 - fix building with rpm-4.15 diff --git a/RPM4/src/Makefile.PL b/RPM4/src/Makefile.PL index 78a2c59..287529a 100644 --- a/RPM4/src/Makefile.PL +++ b/RPM4/src/Makefile.PL @@ -44,6 +44,7 @@ foreach (qw( 4.11.3 4.12.0 4.12.90 + 4.15.0 )) { my $v = $_; $v =~ s/\./_/g; -- cgit v1.2.1