[perl-Mozilla-PublicSuffix] Update to 0.1.16 Drop upstreamed patch

Yanko Kaneti yaneti at fedoraproject.org
Mon Sep 30 15:06:11 UTC 2013


commit 54e49a8b9fba2d99dfefb8fe4d1cc19646cf7e07
Author: Yanko Kaneti <yaneti at declera.com>
Date:   Mon Sep 30 18:05:45 2013 +0300

    Update to 0.1.16
    Drop upstreamed patch

 .gitignore                                         |    1 +
 ...atest-suffix-list-and-fixup-test-01-accor.patch |   36 --------------------
 perl-Mozilla-PublicSuffix.spec                     |   12 +++---
 sources                                            |    2 +-
 4 files changed, 8 insertions(+), 43 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 4268dbd..34ca667 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 /Mozilla-PublicSuffix-v0.1.13.tar.gz
 /Mozilla-PublicSuffix-v0.1.15.tar.gz
+/Mozilla-PublicSuffix-v0.1.16.tar.gz
diff --git a/perl-Mozilla-PublicSuffix.spec b/perl-Mozilla-PublicSuffix.spec
index 60c8450..e7594e2 100644
--- a/perl-Mozilla-PublicSuffix.spec
+++ b/perl-Mozilla-PublicSuffix.spec
@@ -1,8 +1,8 @@
 %global publicsuffix_date 20130918
 
 Name:           perl-Mozilla-PublicSuffix
-Version:        0.1.15
-Release:        3.%{publicsuffix_date}%{?dist}
+Version:        0.1.16
+Release:        1.%{publicsuffix_date}%{?dist}
 Summary:        Get a domain name's public suffix via the Mozilla Public Suffix List
 License:        MIT
 Group:          Development/Libraries
@@ -11,9 +11,6 @@ Source0:        http://www.cpan.org/authors/id/R/RS/RSIMOES/Mozilla-PublicSuffix
 # http://mxr.mozilla.org/mozilla-central/source/netwerk/dns/effective_tld_names.dat?raw=1
 Source1:        effective_tld_names.dat
 
-# https://github.com/rsimoes/Mozilla-PublicSuffix/pull/3
-Patch1: 	0001-Update-to-latest-suffix-list-and-fixup-test-01-accor.patch
-
 BuildArch:      noarch
 BuildRequires:  perl >= 0:5.008
 BuildRequires:  perl(File::Temp)
@@ -34,7 +31,6 @@ From the official website at http://publicsuffix.org/
 
 %prep
 %setup -q -n Mozilla-PublicSuffix-v%{version}
-%patch1 -p1 -b .tests
 cp -a %{SOURCE1} ./
 
 %build
@@ -55,6 +51,10 @@ perl Build.PL installdirs=vendor </dev/null
 %{_mandir}/man3/*
 
 %changelog
+* Mon Sep 30 2013 Yanko Kaneti <yaneti at declera.com> 0.1.16-1.20130918
+- Update to 0.1.16
+- Drop upstreamed patch
+
 * Thu Sep 26 2013 Yanko Kaneti <yaneti at declera.com> 0.1.15-3.20130918
 - Latest public suffix list from publicsuffix.org
 - Fixup tests in 0.1.15 to match the new list
diff --git a/sources b/sources
index 8da1718..767308a 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-4fee72c5faaa306b4c2f2b1e917bc87d  Mozilla-PublicSuffix-v0.1.15.tar.gz
+0277aaecfd7501a82d0cd49faf7f1c63  Mozilla-PublicSuffix-v0.1.16.tar.gz



More information about the perl-devel mailing list