public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/perl-Test-Synopsis] rawhide: Update to 0.18
@ 2026-07-13 16:42 Paul Howarth
  0 siblings, 0 replies; only message in thread
From: Paul Howarth @ 2026-07-13 16:42 UTC (permalink / raw)
  To: git-commits

            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

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2026-07-13 16:42 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-07-13 16:42 [rpms/perl-Test-Synopsis] rawhide: Update to 0.18 Paul Howarth

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox