public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/perl-Sendmail-PMilter] rawhide: Update to 1.28
@ 2026-07-03 10:15 Paul Howarth
0 siblings, 0 replies; only message in thread
From: Paul Howarth @ 2026-07-03 10:15 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/perl-Sendmail-PMilter
Branch : rawhide
Commit : d6db12cca63016bec2f06cdc57488992f0aaf7a9
Author : Paul Howarth <paul@city-fan.org>
Date : 2026-07-03T11:14:14+01:00
Stats : +13/-9 in 3 file(s)
URL : https://src.fedoraproject.org/rpms/perl-Sendmail-PMilter/c/d6db12cca63016bec2f06cdc57488992f0aaf7a9?branch=rawhide
Log:
Update to 1.28
- New upstream release 1.28
- Proper handling of NULL mail-from (CPAN RT#179844)
- Use %{make_build} and %{make_install}
---
diff --git a/.gitignore b/.gitignore
index 8f8881e..a6fcb73 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,3 +3,4 @@
/Sendmail-PMilter-1.23.tar.gz
/Sendmail-PMilter-1.24.tar.gz
/Sendmail-PMilter-1.27.tar.gz
+/Sendmail-PMilter-1.28.tar.gz
diff --git a/perl-Sendmail-PMilter.spec b/perl-Sendmail-PMilter.spec
index a7a7be8..dc4c07a 100644
--- a/perl-Sendmail-PMilter.spec
+++ b/perl-Sendmail-PMilter.spec
@@ -1,18 +1,17 @@
Summary: Perl binding of Sendmail Milter protocol
Name: perl-Sendmail-PMilter
-Version: 1.27
-Release: 5%{?dist}
+Version: 1.28
+Release: 1%{?dist}
License: BSD-3-Clause
URL: https://metacpan.org/release/Sendmail-PMilter
Source0: https://cpan.metacpan.org/authors/id/G/GW/GWHAYWOOD/Sendmail-PMilter-%{version}.tar.gz
BuildArch: noarch
# Module Build
BuildRequires: coreutils
-BuildRequires: findutils
BuildRequires: make
BuildRequires: perl-generators
BuildRequires: perl-interpreter
-BuildRequires: perl(ExtUtils::MakeMaker)
+BuildRequires: perl(ExtUtils::MakeMaker) >= 6.76
BuildRequires: sed
# Module Runtime
BuildRequires: perl(Carp)
@@ -67,12 +66,11 @@ chmod -c -x examples/*.pl
%build
# Using "echo" to bypass the interactive 'yes/no' question in Makefile.PL
-echo yes | perl Makefile.PL INSTALLDIRS=vendor
-make %{?_smp_mflags}
+echo yes | 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
@@ -88,6 +86,11 @@ make test
%{_mandir}/man3/Sendmail::PMilter::Context.3*
%changelog
+* Fri Jul 3 2026 Paul Howarth <paul@city-fan.org> - 1.28-1
+- Update to 1.28
+ - Proper handling of NULL mail-from (CPAN RT#179844)
+- Use %%{make_build} and %%{make_install}
+
* Sat Jan 17 2026 Fedora Release Engineering <releng@fedoraproject.org> - 1.27-5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild
diff --git a/sources b/sources
index c50691c..c480c06 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (Sendmail-PMilter-1.27.tar.gz) = 22853f04295b19d3b0c24248c54ccbbeb061e28b89e96eb4de4e0ebd7d58a39dd8c5113eb08f018eb5515e3134623ca1c9623e2cb214b05d1f84f70e79825727
+SHA512 (Sendmail-PMilter-1.28.tar.gz) = e9834729dfe27f1987db7031fdb8c3039d4e5eca9a06238532c74b85e5e11a068a18f7bac828d48f917cfc03ec14288692277b24a88ee2c167da2670a0240b9e
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-07-03 10:15 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-07-03 10:15 [rpms/perl-Sendmail-PMilter] rawhide: Update to 1.28 Paul Howarth
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox