8
0

Accepting request 399573 from devel:languages:perl:autoupdate

OBS-URL: https://build.opensuse.org/request/show/399573
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Data-Validate-IP?expand=0&rev=6
This commit is contained in:
2016-06-02 04:59:02 +00:00
committed by Git OBS Bridge
parent 49c687a4e6
commit 833d137441
4 changed files with 17 additions and 5 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:b0386bb8aa31ed1b9b58760745eaab4d29edb0c7bdc7dc16dd5479d21f26ee3b
size 34109

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:d03190483f3ecec728c8e1b2e24989b7aed78ce3c989bea7dc6be0285d374690
size 37128

View File

@@ -1,3 +1,15 @@
-------------------------------------------------------------------
Wed Jun 1 09:27:52 UTC 2016 - coolo@suse.com
- updated to 0.26
see /usr/share/doc/packages/perl-Data-Validate-IP/Changes
0.26 2016-05-31
- Fixed issue where invalid IPv6 strings such as ::0000000 would be marked as
valid by is_ipv6() when using the faster inet_pton() code path (GitHub
#6). Fixed by Greg Oschwald. GitHub PR #7.
-------------------------------------------------------------------
Wed Feb 3 09:55:36 UTC 2016 - coolo@suse.com

View File

@@ -17,7 +17,7 @@
Name: perl-Data-Validate-IP
Version: 0.25
Version: 0.26
Release: 0
%define cpan_name Data-Validate-IP
Summary: IPv4 and IPv6 validation methods
@@ -60,6 +60,6 @@ to a specific network or whether an address is public or private
%files -f %{name}.files
%defattr(-,root,root,755)
%doc Changes LICENSE README.md
%doc Changes CONTRIBUTING.md LICENSE README.md test-vars-ignore
%changelog