public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Paul Howarth <paul@city-fan.org>
To: git-commits@fedoraproject.org
Subject: [rpms/perl-Data-OptList] f45: Update to 0.115 (rhbz#2529000)
Date: Fri, 11 Sep 2026 17:55:01 GMT [thread overview]
Message-ID: <178914930180.1.16901392730745979308.rpms-perl-Data-OptList-a5b417785224@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/perl-Data-OptList
Branch : f45
Commit : a5b417785224aa7fad562c39d956c76570fc73be
Author : Paul Howarth <paul@city-fan.org>
Date : 2026-09-11T18:09:08+01:00
Stats : +16/-8 in 2 file(s)
URL : https://src.fedoraproject.org/rpms/perl-Data-OptList/c/a5b417785224aa7fad562c39d956c76570fc73be?branch=f45
Log:
Update to 0.115 (rhbz#2529000)
- New upstream release 0.115
- Switch from Params::Util to Params::SomeUtil
- Use %{make_build} and %{make_install}
---
diff --git a/perl-Data-OptList.spec b/perl-Data-OptList.spec
index 311de78..19fafc3 100644
--- a/perl-Data-OptList.spec
+++ b/perl-Data-OptList.spec
@@ -9,8 +9,8 @@
%endif
Name: perl-Data-OptList
-Version: 0.114
-Release: 9%{?dist}
+Version: 0.115
+Release: 1%{?dist}
Summary: Parse and validate simple name/value option pairs
License: GPL-1.0-or-later OR Artistic-1.0-Perl
URL: https://metacpan.org/release/Data-OptList
@@ -26,7 +26,7 @@ BuildRequires: perl(:VERSION) >= 5.12
BuildRequires: perl(ExtUtils::MakeMaker) >= 6.78
# Module Runtime
BuildRequires: perl(List::Util)
-BuildRequires: perl(Params::Util)
+BuildRequires: perl(Params::SomeUtil)
BuildRequires: perl(strict)
BuildRequires: perl(Sub::Install) >= 0.921
BuildRequires: perl(warnings)
@@ -40,7 +40,11 @@ BuildRequires: perl(CPAN::Meta::Prereqs)
%endif
%if %{with perl_Data_OptList_enables_extra_test}
# Extra Tests
+BuildRequires: perl(blib)
BuildRequires: perl(Encode)
+BuildRequires: perl(IO::Handle)
+BuildRequires: perl(IPC::Open3)
+BuildRequires: perl(Test::More) >= 0.94
BuildRequires: perl(Test::Pod) >= 1.41
%endif
# Dependencies
@@ -77,12 +81,11 @@ for F in t/*; do
done
%build
-perl Makefile.PL INSTALLDIRS=vendor
-make %{?_smp_mflags}
+perl Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1 NO_PERLLOCAL=1
+%{make_build}
%install
-make pure_install DESTDIR=%{buildroot}
-find %{buildroot} -type f -name .packlist -delete
+%{make_install}
%{_fixperms} %{buildroot}
%check
@@ -98,6 +101,11 @@ make test TEST_FILES="$(echo $(find xt/ -name '*.t'))"
%{_mandir}/man3/Data::OptList.3*
%changelog
+* Sun Sep 6 2026 Paul Howarth <paul@city-fan.org> - 0.115-1
+- Update to 0.115 (rhbz#2529000)
+ - Switch from Params::Util to Params::SomeUtil
+- Use %%{make_build} and %%{make_install}
+
* Thu Jul 16 2026 Fedora Release Engineering <releng@fedoraproject.org> - 0.114-9
- Rebuilt for https://fedoraproject.org/wiki/Fedora_45_Mass_Rebuild
diff --git a/sources b/sources
index b99151f..5d0e51b 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (Data-OptList-0.114.tar.gz) = 72f60ad7d9a6d87ffecfbc0f6f6d48dad2816dd4431d7e82e8ab834e0852da27420fd52fb2a1138254d80bf8b98b94b9fa25b878e1bb155221543a78219ee16a
+SHA512 (Data-OptList-0.115.tar.gz) = 7e648b64288fbffcfd79c8c90293d41350e212dc04510da54241b72f0db66a372851fa0b4a751d2cb284eda512db9b9dc11f1649ba80b163a1451b188ce9e3f2
reply other threads:[~2026-09-11 17:55 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=178914930180.1.16901392730745979308.rpms-perl-Data-OptList-a5b417785224@fedoraproject.org \
--to=paul@city-fan.org \
--cc=git-commits@fedoraproject.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox