summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThierry Vignaud <thierry.vignaud@gmail.com>2020-02-14 10:23:05 +0100
committerThierry Vignaud <thierry.vignaud@gmail.com>2020-02-14 10:23:05 +0100
commit8738c390e4fa9e444846a84b4d6e5cb618928e42 (patch)
tree90d6a27fbacb30356c8d5407b28e255fd9d9f15a
parent9652556d257070b080f748a43d8b600a420db44a (diff)
downloadperl-RPM4-8738c390e4fa9e444846a84b4d6e5cb618928e42.tar
perl-RPM4-8738c390e4fa9e444846a84b4d6e5cb618928e42.tar.gz
perl-RPM4-8738c390e4fa9e444846a84b4d6e5cb618928e42.tar.bz2
perl-RPM4-8738c390e4fa9e444846a84b4d6e5cb618928e42.tar.xz
perl-RPM4-8738c390e4fa9e444846a84b4d6e5cb618928e42.zip
fix detecting rpm-4.15.x final
-rw-r--r--RPM4/NEWS2
-rw-r--r--RPM4/src/Makefile.PL1
2 files changed, 3 insertions, 0 deletions
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;