[perl-Mail-SPF] Update to 2.9.0

Paul Howarth pghmcfc at fedoraproject.org
Mon Jul 22 10:51:31 UTC 2013


commit 11aa8ce78a33628b63a889166034380d6efe5e10
Author: Paul Howarth <paul at city-fan.org>
Date:   Mon Jul 22 11:49:19 2013 +0100

    Update to 2.9.0
    
    - New upstream release 2.9.0
      - Default to querying only TXT type RRs
        (query_rr_types = Mail::SPF::Server->query_rr_type_txt); experience has
        shown that querying SPF type RRs is impractical

 .gitignore         |    3 +--
 perl-Mail-SPF.spec |   12 +++++++++---
 sources            |    2 +-
 3 files changed, 11 insertions(+), 6 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 57a4d48..884b09c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1 @@
-/Mail-SPF-v2.007.tar.gz
-/Mail-SPF-v2.8.0.tar.gz
+/Mail-SPF-v[0-9.]*.tar.gz
diff --git a/perl-Mail-SPF.spec b/perl-Mail-SPF.spec
index faacc12..b6b2718 100644
--- a/perl-Mail-SPF.spec
+++ b/perl-Mail-SPF.spec
@@ -1,6 +1,6 @@
 Name:           perl-Mail-SPF
-Version:        2.8.0
-Release:        3%{?dist}
+Version:        2.9.0
+Release:        1%{?dist}
 Summary:        Object-oriented implementation of Sender Policy Framework
 License:        BSD
 Group:          Development/Libraries
@@ -17,7 +17,7 @@ BuildRequires:  perl(Module::Build)
 BuildRequires:  perl(NetAddr::IP) >= 4
 BuildRequires:  perl(Net::DNS) >= 0.62
 BuildRequires:  perl(Net::DNS::Resolver)
-BuildRequires:  perl(Net::DNS::Resolver::Programmable)
+BuildRequires:  perl(Net::DNS::Resolver::Programmable) >= 0.003
 BuildRequires:  perl(Test::More)
 BuildRequires:  perl(Test::Pod)
 BuildRequires:  perl(URI) >= 1.13
@@ -69,6 +69,12 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man3/*
 
 %changelog
+* Mon Jul 22 2013 Paul Howarth <paul at city-fan.org> - 2.9.0-1
+- Update to 2.9.0
+  - Default to querying only TXT type RRs
+    (query_rr_types = Mail::SPF::Server->query_rr_type_txt); experience has
+    shown that querying SPF type RRs is impractical
+
 * Fri Jun 28 2013 Paul Howarth <paul at city-fan.org> - 2.8.0-3
 - Fix broken POD (CPAN RT#86060)
 - Work around test suite failures with Net::DNS ≥ 0.68 (CPAN RT#78214)
diff --git a/sources b/sources
index c01a9c7..ec4ea8a 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-4f5bbd59058da680bfd9ff18e31489b7  Mail-SPF-v2.8.0.tar.gz
+664e20d79c87fa505080f362e827dace  Mail-SPF-v2.9.0.tar.gz


More information about the scm-commits mailing list