public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
To: git-commits@fedoraproject.org
Subject: [rpms/perl-Mail-DMARC] f43: 1.20260612 bump
Date: Mon, 15 Jun 2026 09:22:38 GMT [thread overview]
Message-ID: <178151535832.1.12951515025882537993.rpms-perl-Mail-DMARC-905a71d04a25@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/perl-Mail-DMARC
Branch : f43
Commit : 905a71d04a252c301b279cd7a776ef804219b1d7
Author : Petr Písař <ppisar@redhat.com>
Date : 2026-06-15T11:22:19+02:00
Stats : +9/-7 in 3 file(s)
URL : https://src.fedoraproject.org/rpms/perl-Mail-DMARC/c/905a71d04a252c301b279cd7a776ef804219b1d7?branch=f43
Log:
1.20260612 bump
---
diff --git a/.gitignore b/.gitignore
index 625fae7..8131247 100644
--- a/.gitignore
+++ b/.gitignore
@@ -4,3 +4,4 @@
/Mail-DMARC-1.20260226_repackaged.tar.gz
/Mail-DMARC-1.20260301.tar.gz
/Mail-DMARC-1.20260306.tar.gz
+/Mail-DMARC-1.20260612.tar.gz
diff --git a/perl-Mail-DMARC.spec b/perl-Mail-DMARC.spec
index e64bfc5..ce05681 100644
--- a/perl-Mail-DMARC.spec
+++ b/perl-Mail-DMARC.spec
@@ -2,7 +2,7 @@
%bcond_without perl_Mail_DMARC_enables_optional_test
Name: perl-Mail-DMARC
-Version: 1.20260306
+Version: 1.20260612
Release: 1%{?dist}
Summary: Perl implementation of DMARC
# README.md and other files: GPL-1.0-or-later OR Artistic-1.0-Perl
@@ -41,7 +41,7 @@ BuildRequires: perl(Email::Simple)
BuildRequires: perl(Encode)
BuildRequires: perl(English)
BuildRequires: perl(File::Basename)
-BuildRequires: perl(File::ShareDir) >= 1.00
+BuildRequires: perl(File::ShareDir)
BuildRequires: perl(Getopt::Long)
BuildRequires: perl(HTTP::Request)
BuildRequires: perl(HTTP::Tiny)
@@ -58,7 +58,6 @@ BuildRequires: perl(Mail::DKIM::Signer)
BuildRequires: perl(Mail::DKIM::TextWrap)
BuildRequires: perl(Module::Load)
BuildRequires: perl(Net::DNS::Resolver)
-BuildRequires: perl(Net::IDN::Encode)
BuildRequires: perl(Net::IMAP::Simple)
BuildRequires: perl(Net::IP)
BuildRequires: perl(Net::Server::HTTP)
@@ -71,6 +70,7 @@ BuildRequires: perl(Socket6) >= 0.23
BuildRequires: perl(Sys::Hostname)
BuildRequires: perl(Sys::Syslog)
BuildRequires: perl(URI)
+BuildRequires: perl(URI::_idna)
BuildRequires: perl(XML::LibXML)
# Optional run-time:
# GeoIP2::Database::Reader not used at tests
@@ -91,7 +91,6 @@ BuildRequires: perl(XML::Validator::Schema)
Requires: perl(DBD::SQLite) >= 1.31
Requires: perl(DBIx::Simple) >= 1.35
Requires: perl(Email::Sender::Simple) >= 1.300032
-Requires: perl(File::ShareDir) >= 1.00
Recommends: perl(GeoIP2::Database::Reader)
Requires: perl(Mail::DKIM::PrivateKey)
Requires: perl(Mail::DKIM::Signer)
@@ -101,7 +100,7 @@ Requires: perl(Net::IMAP::Simple)
Requires: perl(Socket6) >= 0.23
# Remove under-specified dependencies
-%global __requires_exclude %{?__requires_exclude:%{__requires_exclude}|}^perl\\((File::ShareDir|DBIx::Simple|Email::Sender::Simple|Socket6)\\)$
+%global __requires_exclude %{?__requires_exclude:%{__requires_exclude}|}^perl\\((DBIx::Simple|Email::Sender::Simple|Socket6)\\)$
%description
This Perl module is a suite of tools for implementing DMARC. It adheres to the
@@ -111,7 +110,6 @@ This Perl module is a suite of tools for implementing DMARC. It adheres to the
Summary: Web server for DMARC validation and report viewing
License: GPL-1.0-or-later OR Artistic-1.0-Perl
Requires: %{name} = %{?epoch:%{epoch}:}%{version}-%{release}
-Requires: perl(File::ShareDir) >= 1.00
%description HTTP
Mail::DMARC::HTTP Perl module and dmarc_httpd tool for viewing DMARC reports.
@@ -240,6 +238,9 @@ make test
%{_libexecdir}/%{name}
%changelog
+* Mon Jun 15 2026 Petr Pisar <ppisar@redhat.com> - 1.20260612-1
+- 1.20260612 bump
+
* Mon Mar 09 2026 Petr Pisar <ppisar@redhat.com> - 1.20260306-1
- 1.20260306 bump
diff --git a/sources b/sources
index d0782b4..033af04 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (Mail-DMARC-1.20260306.tar.gz) = f869c5a3c711f34aa02b7922eb8acea7c50fff8ab6c984b1cdea951c75ffa47c1bce1790e6282377db30a5929b4a2c675edb2dfc3f518d2bbb54ada4def582a1
+SHA512 (Mail-DMARC-1.20260612.tar.gz) = 41d423e3fd9deb75b70da76edfe5bba0a6676853381f051c75beefd0cf287854622bf7bafe240fc960f7ff39163ea9add3201dd79dca9ef851a9cc05e5214fec
reply other threads:[~2026-06-15 9:22 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=178151535832.1.12951515025882537993.rpms-perl-Mail-DMARC-905a71d04a25@fedoraproject.org \
--to=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