Notification time stamped 2023-10-05 01:23:49 UTC

From 1e787cb1795df8df93629994cf3909d55080bb9f Mon Sep 17 00:00:00 2001
From: Paul Howarth <p...@city-fan.org>
Date: Jun 25 2023 10:37:42 +0000
Subject: Update to 3.013 (rhbz#2217164)


---

diff --git a/.gitignore b/.gitignore
index 96ec0b8..d81577b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -9,3 +9,4 @@
 /Mail-Message-3.010.tar.gz
 /Mail-Message-3.011.tar.gz
 /Mail-Message-3.012.tar.gz
+/Mail-Message-3.013.tar.gz
diff --git a/perl-Mail-Message.spec b/perl-Mail-Message.spec
index 53b1b6f..02c843e 100644
--- a/perl-Mail-Message.spec
+++ b/perl-Mail-Message.spec
@@ -1,6 +1,6 @@
 Name:          perl-Mail-Message
-Version:       3.012
-Release:       5%{?dist}
+Version:       3.013
+Release:       1%{?dist}
 Summary:       MIME message handling
 License:       GPL-1.0-or-later OR Artistic-1.0-Perl
 URL:           https://metacpan.org/release/Mail-Message
@@ -59,7 +59,7 @@ BuildRequires:        perl(Text::Autoformat)
 BuildRequires: perl(Time::HiRes) >= 1.51
 BuildRequires: perl(Time::Zone)
 BuildRequires: perl(URI) >= 1.23
-BuildRequires: perl(User::Identity) >= 1.01
+BuildRequires: perl(User::Identity) >= 1.02
 BuildRequires: perl(User::Identity::Collection::Emails)
 BuildRequires: perl(utf8)
 BuildRequires: perl(vars)
@@ -78,7 +78,7 @@ Requires:     perl(Mail::Transport::Send)
 Requires:      perl(Net::Domain)
 Requires:      perl(Time::HiRes) >= 1.51
 Requires:      perl(Time::Zone)
-Requires:      perl(User::Identity) >= 1.01
+Requires:      perl(User::Identity) >= 1.02
 
 # I'm not sure why these provides aren't getting picked up automatically.
 Provides:      perl(Mail::Message::Body::Construct) = %{version}
@@ -104,6 +104,8 @@ MIME message handling code, formerly part of the Mail::Box 
package.
 # https://rt.cpan.org/Public/Bug/Display.html?id=120149
 rm -rf t/203-mlfolder.mbox t/204-sgfolder.mbox
 rm -rf t/203head-listgroup.t t/204head-spamgroup.t
+perl -i -ne 'print $_ unless m{^t/20[34]-(ml|sg)folder\.mbox$}' MANIFEST
+perl -i -ne 'print $_ unless m{^t/20[34]head-(list|spam)group\.t$}' MANIFEST
 
 %build
 yes y |perl Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1 NO_PERLLOCAL=1
@@ -122,6 +124,9 @@ make test
 %{_mandir}/man3/Mail::*.3*
 
 %changelog
+* Sun Jun 25 2023 Paul Howarth <p...@city-fan.org> - 3.013-1
+- Update to 3.013 (rhbz#2217164)
+
 * Fri Jan 20 2023 Fedora Release Engineering <rel...@fedoraproject.org> - 
3.012-5
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
 
diff --git a/sources b/sources
index 3aa5981..3b911fa 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (Mail-Message-3.012.tar.gz) = 
a29101f3e4ba30ca49e6e1fab39d3358df02ab95a99d6a9bd7e3d4e0d23e0cc3e8bf407adc7d21b83e52157d660014374157aeb44085e88ad2e4fb0b4553b8b4
+SHA512 (Mail-Message-3.013.tar.gz) = 
7a15c42e1da549c69eecc20bba6a63a9558e11488d583de117225ae6a66c249ab6ab99108b051cbc476de02e08efbff5319b4ed0b268f7c3267f88bcfb9b2a1d


        
https://src.fedoraproject.org/rpms/perl-Mail-Message/c/1e787cb1795df8df93629994cf3909d55080bb9f?branch=epel9
_______________________________________________
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/perl-devel@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue

Reply via email to