From 7b8e501a6973a19e9f891205db60cbda4a1c6b4a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Esser?= Date: Sun, 13 Jan 2019 09:29:33 +0100 Subject: [PATCH] Add BuildRequires: gcc-c++ for tests --- perl.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/perl.spec b/perl.spec index 9751307..76d5927 100644 --- a/perl.spec +++ b/perl.spec @@ -81,7 +81,7 @@ License: GPL+ or Artistic Epoch: %{perl_epoch} Version: %{perl_version} # release number must be even higher, because dual-lived modules will be broken otherwise -Release: 427%{?dist} +Release: 428%{?dist} Summary: Practical Extraction and Report Language Url: https://www.perl.org/ Source0: https://www.cpan.org/src/5.0/perl-%{perl_version}.tar.xz @@ -256,6 +256,7 @@ BuildRequires: zlib-devel # For tests %if %{with test} +BuildRequires: gcc-c++ BuildRequires: procps %if %{with perl_enables_syslog_test} BuildRequires: rsyslog @@ -5129,6 +5130,9 @@ popd # Old changelog entries are preserved in CVS. %changelog +* Sun Jan 13 2019 Björn Esser - 4:5.28.1-428 +- Add BuildRequires: gcc-c++ for tests + * Fri Nov 30 2018 Petr Pisar - 4:5.28.1-427 - Fix script run matching to allow ASCII digits in scripts that use their own in addition (RT#133547)