diff --git a/Data-Validate-Domain-0.12.tar.gz b/Data-Validate-Domain-0.12.tar.gz deleted file mode 100644 index 4a686e9..0000000 --- a/Data-Validate-Domain-0.12.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6bd39c71d232fa341ad1324158bf1edf5df9add2bcac87996aa4b584445cdec5 -size 30752 diff --git a/Data-Validate-Domain-0.14.tar.gz b/Data-Validate-Domain-0.14.tar.gz new file mode 100644 index 0000000..e361f51 --- /dev/null +++ b/Data-Validate-Domain-0.14.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4470f253b8d2720a4dd3fa3ae550995417c2269f3be7ff030e01afa04a3a9421 +size 31962 diff --git a/perl-Data-Validate-Domain.changes b/perl-Data-Validate-Domain.changes index ca27273..32f88e7 100644 --- a/perl-Data-Validate-Domain.changes +++ b/perl-Data-Validate-Domain.changes @@ -1,3 +1,28 @@ +------------------------------------------------------------------- +Wed Aug 24 05:15:04 UTC 2016 - coolo@suse.com + +- updated to 0.14 + see /usr/share/doc/packages/perl-Data-Validate-Domain/Changes + +------------------------------------------------------------------- +Tue Aug 23 05:16:19 UTC 2016 - coolo@suse.com + +- updated to 0.14 + see /usr/share/doc/packages/perl-Data-Validate-Domain/Changes + + 0.14 2016-08-21 + - Require Net::Domain::TLD 1.74. This fixes some failures seen on CPAN + Testers, and if you're validating domains you really want the latest + version of this module. + + 0.13 2016-08-21 + - Accept trailing dot on hostnames as well. Implemented by Greg + Oschwald. GitHub #6. + - The option domain_disable_tld_validation was added to allow disabling + TLD validation. This may be useful if you need to check domains with new + gTLDs that have not yet been added to Net::Domain::TLD. Implemented by Greg + Oschwald. GitHub #8. + ------------------------------------------------------------------- Mon Jun 13 06:56:56 UTC 2016 - coolo@suse.com diff --git a/perl-Data-Validate-Domain.spec b/perl-Data-Validate-Domain.spec index 36de388..b2363b9 100644 --- a/perl-Data-Validate-Domain.spec +++ b/perl-Data-Validate-Domain.spec @@ -17,7 +17,7 @@ Name: perl-Data-Validate-Domain -Version: 0.12 +Version: 0.14 Release: 0 %define cpan_name Data-Validate-Domain Summary: Domain and host name validation @@ -30,10 +30,10 @@ BuildArch: noarch BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: perl BuildRequires: perl-macros -BuildRequires: perl(Net::Domain::TLD) +BuildRequires: perl(Net::Domain::TLD) >= 1.74 BuildRequires: perl(Test2::Plugin::UTF8) -BuildRequires: perl(Test::More) >= 0.96 -Requires: perl(Net::Domain::TLD) +BuildRequires: perl(Test::More) >= 1.302015 +Requires: perl(Net::Domain::TLD) >= 1.74 %{perl_requires} %description