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-Test-Synopsis] rawhide: Update to 0.18
Date: Mon, 13 Jul 2026 16:42:26 GMT [thread overview]
Message-ID: <178396094657.1.12287118102512848196.rpms-perl-Test-Synopsis-7704f228a586@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/perl-Test-Synopsis
Branch : rawhide
Commit : 7704f228a586dffd7e5fd39a02910df6064c3920
Author : Paul Howarth <paul@city-fan.org>
Date : 2026-07-13T17:41:45+01:00
Stats : +14/-9 in 2 file(s)
URL : https://src.fedoraproject.org/rpms/perl-Test-Synopsis/c/7704f228a586dffd7e5fd39a02910df6064c3920?branch=rawhide
Log:
Update to 0.18
- New upstream release 0.18
- Fix: =for test_synopsis directives are now applied regardless of their
position relative to the SYNOPSIS code block (GH#20, regression since 0.14)
- Use %{make_build} and %{make_install}
---
diff --git a/perl-Test-Synopsis.spec b/perl-Test-Synopsis.spec
index f07030a..2b8ccab 100644
--- a/perl-Test-Synopsis.spec
+++ b/perl-Test-Synopsis.spec
@@ -5,8 +5,8 @@
%undefine _package_note_file
Name: perl-Test-Synopsis
-Version: 0.17
-Release: 14%{?dist}
+Version: 0.18
+Release: 1%{?dist}
Summary: Test your SYNOPSIS code
License: GPL-1.0-or-later OR Artistic-1.0-Perl
URL: https://metacpan.org/release/Test-Synopsis
@@ -18,7 +18,7 @@ BuildRequires: findutils
BuildRequires: make
BuildRequires: perl-generators
BuildRequires: perl-interpreter
-BuildRequires: perl(ExtUtils::MakeMaker)
+BuildRequires: perl(ExtUtils::MakeMaker) >= 6.76
# Module Runtime
BuildRequires: perl(ExtUtils::Manifest)
BuildRequires: perl(parent)
@@ -52,7 +52,7 @@ BuildRequires: perl(Test::NoTabs)
BuildRequires: perl(Test::Pod) >= 1.41
BuildRequires: perl(Test::Pod::Coverage) >= 1.08
BuildRequires: perl(Test::Portability::Files)
-BuildRequires: perl(Test::Spelling) >= 0.12, hunspell-en
+BuildRequires: perl(Test::Spelling) >= 0.17, hunspell-en
BuildRequires: perl(Test::Version)
%endif
# Dependencies
@@ -70,12 +70,11 @@ sub) and doesn't actually run the code.
%setup -q -n Test-Synopsis-%{version}
%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} -c %{buildroot}
%check
@@ -91,6 +90,12 @@ make test TEST_FILES="$(echo $(find xt/ -name '*.t'))"
%{_mandir}/man3/Test::Synopsis.3*
%changelog
+* Mon Jul 13 2026 Paul Howarth <paul@city-fan.org> - 0.18-1
+- Update to 0.18
+ - Fix: =for test_synopsis directives are now applied regardless of their
+ position relative to the SYNOPSIS code block (GH#20, regression since 0.14)
+- Use %%{make_build} and %%{make_install}
+
* Sat Jan 17 2026 Fedora Release Engineering <releng@fedoraproject.org> - 0.17-14
- Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild
diff --git a/sources b/sources
index cd2d69c..cbbd79e 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (Test-Synopsis-0.17.tar.gz) = 2ddd25cab88c11794f50d974900e2a1c2af2b903226dcaf774de5ba37035f46276eaad6c5d5ed64f896aacd24ccc02b423ec6a59dc1f2e04f21a55a25f28df0b
+SHA512 (Test-Synopsis-0.18.tar.gz) = 152718b9f6b852c57949534456b84893e90565fa09d22ccbfb70ea30d4ba7eae5a5fe55e061dff269f4be401f885bcd5a345d59b472b1b441c28df1c526988f0
reply other threads:[~2026-07-13 16:42 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=178396094657.1.12287118102512848196.rpms-perl-Test-Synopsis-7704f228a586@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