From a15d58de71ee15ab9ab929f467d0d3067f7391fd Mon Sep 17 00:00:00 2001 From: DistroBaker Date: Wed, 3 Feb 2021 02:45:23 +0000 Subject: [PATCH] Merged update from upstream sources This is an automated DistroBaker update from upstream sources. If you do not know what this is about or would like to opt out, contact the OSCI team. Source: https://src.fedoraproject.org/rpms/perl-Params-Util.git#d50e1031ea4c64e73b9865cf07f8ce9959541d9b --- perl-Params-Util.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/perl-Params-Util.spec b/perl-Params-Util.spec index 7984d2d..4cb11cf 100644 --- a/perl-Params-Util.spec +++ b/perl-Params-Util.spec @@ -1,6 +1,6 @@ Name: perl-Params-Util Version: 1.102 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Simple standalone parameter-checking functions License: GPL+ or Artistic URL: https://metacpan.org/release/Params-Util @@ -10,6 +10,7 @@ Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) Requires: perl(Scalar::Util) >= 1.18 Requires: perl(XSLoader) >= 0.22 +BuildRequires: make BuildRequires: %{__perl} BuildRequires: %{__make} BuildRequires: gcc @@ -70,6 +71,9 @@ chmod -R u+w $RPM_BUILD_ROOT/* %{_mandir}/man3/* %changelog +* Wed Jan 27 2021 Fedora Release Engineering - 1.102-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild + * Tue Nov 24 2020 Ralf Corsépius - 1.102-2 - Filter out redundant unversioned R:perl(XSLoader).