public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/perl-Email-Address-List] rawhide: Update to 0.07 (rhbz#2483185)
@ 2026-06-01 9:39 Paul Howarth
0 siblings, 0 replies; only message in thread
From: Paul Howarth @ 2026-06-01 9:39 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/perl-Email-Address-List
Branch : rawhide
Commit : 7fc5867a348fbf6b9b1f1638ab6bbd4ae5e38965
Author : Paul Howarth <paul@city-fan.org>
Date : 2026-06-01T10:38:04+01:00
Stats : +34/-22 in 3 file(s)
URL : https://src.fedoraproject.org/rpms/perl-Email-Address-List/c/7fc5867a348fbf6b9b1f1638ab6bbd4ae5e38965?branch=rawhide
Log:
Update to 0.07 (rhbz#2483185)
- New upstream release 0.07
- Update whitespace removal code to remove all types of unicode whitespace in
addition to ASCII
- Classify buildreqs by usage
- Fix permissions verbosely
- Package Changes file
- Make %files list more explicit
---
diff --git a/.gitignore b/.gitignore
index 0fe4132..cf32b81 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
/Email-Address-List-0.06.tar.gz
+/Email-Address-List-0.07.tar.gz
diff --git a/perl-Email-Address-List.spec b/perl-Email-Address-List.spec
index 6a88a38..68bc682 100644
--- a/perl-Email-Address-List.spec
+++ b/perl-Email-Address-List.spec
@@ -1,29 +1,30 @@
Name: perl-Email-Address-List
-Version: 0.06
-Release: 22%{?dist}
+Version: 0.07
+Release: 1%{?dist}
Summary: RFC close address list parsing
License: GPL-1.0-or-later OR Artistic-1.0-Perl
URL: https://metacpan.org/release/Email-Address-List
Source0: https://cpan.metacpan.org/authors/id/B/BP/BPS/Email-Address-List-%{version}.tar.gz
BuildArch: noarch
-
-BuildRequires: %{__perl}
-BuildRequires: %{__make}
-
+# Build
+BuildRequires: coreutils
+BuildRequires: make
BuildRequires: perl-generators
-BuildRequires: perl(autodie)
-BuildRequires: perl(Data::Dumper)
-BuildRequires: perl(Email::Address)
+BuildRequires: perl-interpreter
BuildRequires: perl(inc::Module::Install)
-BuildRequires: perl(JSON)
BuildRequires: perl(lib)
-BuildRequires: perl(Module::Install::Metadata)
BuildRequires: perl(Module::Install::ReadmeFromPod)
-BuildRequires: perl(Module::Install::WriteAll)
+# Module
+BuildRequires: perl(Email::Address)
+BuildRequires: perl(Data::Dumper)
+BuildRequires: perl(JSON)
BuildRequires: perl(strict)
+BuildRequires: perl(warnings)
+# Test Suite
BuildRequires: perl(Test::More)
BuildRequires: perl(Time::HiRes)
-BuildRequires: perl(warnings)
+# Dependencies
+# (none)
%description
Parser for From, To, Cc, Bcc, Reply-To, Sender and previous prefixed with
@@ -31,27 +32,37 @@ Resent- (e.g. Resent-From) headers.
%prep
%setup -q -n Email-Address-List-%{version}
-rm -r inc
+
+# Remove bundled Module::Install::* modules
+rm -rv inc
sed -i -e '/^inc\// d' MANIFEST
-find -type f -exec chmod -x {} +
%build
-%{__perl} Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1 NO_PERLLOCAL=1
+perl Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1 NO_PERLLOCAL=1
%{make_build}
%install
%{make_install}
-%{_fixperms} $RPM_BUILD_ROOT/*
+%{_fixperms} -c %{buildroot}
%check
-%{__make} test
+make test
%files
-%doc README
-%{perl_vendorlib}/*
-%{_mandir}/man3/*
+%doc Changes README
+%{perl_vendorlib}/Email/
+%{_mandir}/man3/Email::Address::List.3*
%changelog
+* Mon Jun 1 2026 Paul Howarth <paul@city-fan.org> - 0.07-1
+- Update to 0.07 (rhbz#2483185)
+ - Update whitespace removal code to remove all types of unicode whitespace in
+ addition to ASCII
+- Classify buildreqs by usage
+- Fix permissions verbosely
+- Package Changes file
+- Make %%files list more explicit
+
* Sat Jan 17 2026 Fedora Release Engineering <releng@fedoraproject.org> - 0.06-22
- Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild
diff --git a/sources b/sources
index ca7f719..d237983 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (Email-Address-List-0.06.tar.gz) = 8a173198bed7b5bf41801de9713f424459366b937493bb15c0362843cfe78ca02ce2709f2fe31f3fd61752c0d52956b059e09c3becdbfab0887e9efae6112141
+SHA512 (Email-Address-List-0.07.tar.gz) = f9bc3578d009c0c400f0f3ad3609c5569277f8d4570ad66803dbd7541bc4d2bc7e75c6e3c2554f759931bbe4022a02d7470f0e2bd223c604119af2d2f65e3c14
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-06-01 9:39 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-06-01 9:39 [rpms/perl-Email-Address-List] rawhide: Update to 0.07 (rhbz#2483185) Paul Howarth
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox