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-Sendmail-PMilter] rawhide: Update to 1.28
Date: Fri, 03 Jul 2026 10:15:58 GMT [thread overview]
Message-ID: <178307375818.1.2659684858455631445.rpms-perl-Sendmail-PMilter-d6db12cca630@fedoraproject.org> (raw)
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
reply other threads:[~2026-07-03 10:15 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=178307375818.1.2659684858455631445.rpms-perl-Sendmail-PMilter-d6db12cca630@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