From fc06c32ceccf8db0dffe276f6b84e7dd6686e885c8921f0daac27bf6a71859b0 Mon Sep 17 00:00:00 2001 From: Stephan Kulow Date: Mon, 28 Oct 2013 09:05:50 +0000 Subject: [PATCH] Accepting request 204959 from home:mlin7442:branches:devel:languages:perl update to 0.20 and update license OBS-URL: https://build.opensuse.org/request/show/204959 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Data-Validate-IP?expand=0&rev=2 --- Data-Validate-IP-0.14.tar.gz | 3 --- Data-Validate-IP-0.20.tar.gz | 3 +++ perl-Data-Validate-IP.changes | 7 +++++++ perl-Data-Validate-IP.spec | 35 ++++++++++++++++++++++++++++------- 4 files changed, 38 insertions(+), 10 deletions(-) delete mode 100644 Data-Validate-IP-0.14.tar.gz create mode 100644 Data-Validate-IP-0.20.tar.gz diff --git a/Data-Validate-IP-0.14.tar.gz b/Data-Validate-IP-0.14.tar.gz deleted file mode 100644 index 4b01d15..0000000 --- a/Data-Validate-IP-0.14.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:992b5940df192ff0c7faf9a7a865494861086a4b85596c986a85284aa8449374 -size 8333 diff --git a/Data-Validate-IP-0.20.tar.gz b/Data-Validate-IP-0.20.tar.gz new file mode 100644 index 0000000..3034b73 --- /dev/null +++ b/Data-Validate-IP-0.20.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b3a8c9cb729dca867b51f3e4ed49330b20a13221537b4de8b0ee31c499555ad5 +size 21255 diff --git a/perl-Data-Validate-IP.changes b/perl-Data-Validate-IP.changes index 5805038..f3d5c19 100644 --- a/perl-Data-Validate-IP.changes +++ b/perl-Data-Validate-IP.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Mon Oct 28 07:11:46 UTC 2013 - mlin@suse.com + +- Update to 0.20 + * Changelog see http://cpansearch.perl.org/src/DROLSKY/Data-Validate-IP-0.20/Changes +- Update license according to http://search.cpan.org/~drolsky/Data-Validate-IP-0.20/ + ------------------------------------------------------------------- Mon May 23 08:33:57 CET 2011 - pascal.bleser@opensuse.org diff --git a/perl-Data-Validate-IP.spec b/perl-Data-Validate-IP.spec index a8cea04..7398ec9 100644 --- a/perl-Data-Validate-IP.spec +++ b/perl-Data-Validate-IP.spec @@ -1,21 +1,41 @@ # vim: set sw=4 ts=4 et nu: +# +# spec file for package perl-Data-Validate-IP +# +# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. +# +# All modifications and additions to the file contributed by third parties +# remain the property of their copyright owners, unless otherwise agreed +# upon. The license for this file, and modifications and additions to the +# file, is the same license as for the pristine package itself (unless the +# license for the pristine package is not an Open Source License, in which +# case the license is the MIT License). An "Open Source License" is a +# license that conforms to the Open Source Definition (Version 1.9) +# published by the Open Source Initiative. + +# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# + Name: perl-Data-Validate-IP -Version: 0.14 +Version: 0.20 Release: 0 Summary: Ipv4 and ipv6 validation methods -Source: http://search.cpan.org/CPAN/authors/id/N/NE/NEELY/Data-Validate-IP-%{version}.tar.gz -URL: http://search.cpan.org/dist/Data-Validate-IP +License: GPL-1.0+ or Artistic-1.0 Group: Development/Libraries/Perl -License: GNU General Public License version 2 or later or Artistic (GPLv2+ or Artistic) -BuildRoot: %{_tmppath}/build-%{name}-%{version} +Source: http://search.cpan.org/CPAN/authors/id/D/DR/DROLSKY/Data-Validate-IP-%{version}.tar.gz +Url: http://search.cpan.org/dist/Data-Validate-IP +BuildRoot: %{_tmppath}/%{name}-%{version}-build %{perl_requires} -BuildRequires: perl-macros BuildRequires: make +BuildRequires: perl-macros BuildRequires: perl(ExtUtils::MakeMaker) -BuildRequires: perl(Test::More) BuildRequires: perl(Net::Netmask) +BuildRequires: perl(NetAddr::IP) +BuildRequires: perl(Test::More) +BuildRequires: perl(Test::Requires) Requires: perl(Net::Netmask) +Requires: perl(NetAddr::IP) %if 0%{?suse_version} >= 1120 BuildArch: noarch %endif @@ -54,3 +74,4 @@ The value to test is always the first (and often only) argument. %{perl_vendorlib}/Data/Validate/IP.pm %doc %{perl_man3dir}/Data::Validate::IP.%{perl_man3ext}%{ext_man} +%changelog