8
0

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
This commit is contained in:
Stephan Kulow
2013-10-28 09:05:50 +00:00
committed by Git OBS Bridge
parent 172540937b
commit fc06c32cec
4 changed files with 38 additions and 10 deletions

View File

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

View File

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

View File

@@ -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

View File

@@ -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