forked from pool/perl-NetAddr-IP
trigger service run
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-NetAddr-IP?expand=0&rev=39
This commit is contained in:
committed by
Git OBS Bridge
parent
1e7f4886ef
commit
2715dc127e
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:96739afc484eca1597c4f4b520864b342169c8fdeef486778511e5a1527ba4e7
|
|
||||||
size 210765
|
|
3
NetAddr-IP-4.071.tar.gz
Normal file
3
NetAddr-IP-4.071.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:6375e8c76e72d9bd362a9d4ca0794396c9b919fa4e6e00b65e50dee719430d55
|
||||||
|
size 211423
|
@@ -1,3 +1,11 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Oct 4 09:11:17 UTC 2013 - coolo@suse.com
|
||||||
|
|
||||||
|
- updated to 4.071
|
||||||
|
add method "canon" by request from <tom.jones@bccx.com>
|
||||||
|
nth documention error fixed. thanks to Anton tobez@tobez.org
|
||||||
|
Lite v1.51, add new6FFFF, RFC4291 compliant ipv4->ipV6 new
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Jun 10 09:01:10 UTC 2013 - cfarrell@suse.com
|
Mon Jun 10 09:01:10 UTC 2013 - cfarrell@suse.com
|
||||||
|
|
||||||
|
@@ -17,11 +17,11 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: perl-NetAddr-IP
|
Name: perl-NetAddr-IP
|
||||||
Version: 4.069
|
Version: 4.071
|
||||||
Release: 0
|
Release: 0
|
||||||
%define cpan_name NetAddr-IP
|
%define cpan_name NetAddr-IP
|
||||||
Summary: Manages IPv4 and IPv6 addresses and subnets
|
Summary: Manages IPv4 and IPv6 addresses and subnets
|
||||||
License: GPL-2.0+ or ClArtistic
|
License: GPL-2.0+ or Artistic-1.0
|
||||||
Group: Development/Libraries/Perl
|
Group: Development/Libraries/Perl
|
||||||
Url: http://search.cpan.org/dist/NetAddr-IP/
|
Url: http://search.cpan.org/dist/NetAddr-IP/
|
||||||
Source: http://www.cpan.org/authors/id/M/MI/MIKER/%{cpan_name}-%{version}.tar.gz
|
Source: http://www.cpan.org/authors/id/M/MI/MIKER/%{cpan_name}-%{version}.tar.gz
|
||||||
@@ -30,8 +30,8 @@ BuildRequires: perl
|
|||||||
BuildRequires: perl-macros
|
BuildRequires: perl-macros
|
||||||
#BuildRequires: perl(NetAddr::IP)
|
#BuildRequires: perl(NetAddr::IP)
|
||||||
#BuildRequires: perl(NetAddr::IP::InetBase)
|
#BuildRequires: perl(NetAddr::IP::InetBase)
|
||||||
#BuildRequires: perl(NetAddr::IP::Lite) >= 1.41
|
#BuildRequires: perl(NetAddr::IP::Lite) >= 1.51
|
||||||
#BuildRequires: perl(NetAddr::IP::Util) >= 1.46
|
#BuildRequires: perl(NetAddr::IP::Util) >= 1.50
|
||||||
#BuildRequires: perl(NetAddr::IP::Util_IS)
|
#BuildRequires: perl(NetAddr::IP::Util_IS)
|
||||||
#BuildRequires: perl(NetAddr::IP::UtilPP)
|
#BuildRequires: perl(NetAddr::IP::UtilPP)
|
||||||
#BuildRequires: perl(Socket6)
|
#BuildRequires: perl(Socket6)
|
||||||
@@ -39,9 +39,9 @@ BuildRequires: perl-macros
|
|||||||
|
|
||||||
%description
|
%description
|
||||||
This module provides an object-oriented abstraction on top of IP addresses
|
This module provides an object-oriented abstraction on top of IP addresses
|
||||||
or IP subnets, that allows for easy manipulations. Version 4.xx of
|
or IP subnets that allows for easy manipulations. Version 4.xx of
|
||||||
NetAdder::IP will work with older versions of Perl and is compatible
|
NetAddr::IP will work with older versions of Perl and is compatible with
|
||||||
with Math::BigInt.
|
Math::BigInt.
|
||||||
|
|
||||||
The internal representation of all IP objects is in 128 bit IPv6 notation.
|
The internal representation of all IP objects is in 128 bit IPv6 notation.
|
||||||
IPv4 and IPv6 objects may be freely mixed.
|
IPv4 and IPv6 objects may be freely mixed.
|
||||||
@@ -64,6 +64,6 @@ find . -type f -print0 | xargs -0 chmod 644
|
|||||||
|
|
||||||
%files -f %{name}.files
|
%files -f %{name}.files
|
||||||
%defattr(-,root,root,755)
|
%defattr(-,root,root,755)
|
||||||
%doc Artistic Changes Copying TODO
|
%doc About-NetAddr-IP.txt Artistic Changes Copying TODO
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
Reference in New Issue
Block a user