forked from pool/perl-Data-Validate-Domain
Accepting request 421452 from devel:languages:perl:autoupdate
automatic update OBS-URL: https://build.opensuse.org/request/show/421452 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Data-Validate-Domain?expand=0&rev=4
This commit is contained in:
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:6bd39c71d232fa341ad1324158bf1edf5df9add2bcac87996aa4b584445cdec5
|
||||
size 30752
|
3
Data-Validate-Domain-0.14.tar.gz
Normal file
3
Data-Validate-Domain-0.14.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:4470f253b8d2720a4dd3fa3ae550995417c2269f3be7ff030e01afa04a3a9421
|
||||
size 31962
|
@@ -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
|
||||
|
||||
|
@@ -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
|
||||
|
Reference in New Issue
Block a user