forked from pool/perl-NetAddr-IP
Accepting request 178060 from home:coolo:update-perl
update OBS-URL: https://build.opensuse.org/request/show/178060 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-NetAddr-IP?expand=0&rev=35
This commit is contained in:
committed by
Git OBS Bridge
parent
ad2618410a
commit
2daf643608
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:1dfa6d99cd31693a0671c7b5518a3c950ff68f557cb7e9c06fbbb1f45c64a0ae
|
||||
size 168778
|
3
NetAddr-IP-4.069.tar.gz
Normal file
3
NetAddr-IP-4.069.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:96739afc484eca1597c4f4b520864b342169c8fdeef486778511e5a1527ba4e7
|
||||
size 210765
|
@@ -1,3 +1,49 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Jun 8 07:53:45 UTC 2013 - coolo@suse.com
|
||||
|
||||
- updated to 4.069
|
||||
IN Lite.pm v1.50, add =encoding UTF-8
|
||||
In Util.pm v1.50
|
||||
changed Makefile.PL to check for config.h when building for XS
|
||||
with 'gcc', try building with 'cc', and check again.
|
||||
If config.h is not found, force Pure Perl mode.
|
||||
|
||||
Kill XS in winduhs and Darwin, both of which misbehave when compiling XS code
|
||||
|
||||
4.067 Sat Mar 30 12:57:20 PDT 2013
|
||||
Improved diagnostic message for "die" with bad mask for
|
||||
hostenum, hostenumref, split, splitref, rsplit, rsplitref
|
||||
Thanks to GENSYM@cpan.org for pointing out the need.
|
||||
|
||||
4.066 Mon Oct 29 13:30:14 PDT 2012
|
||||
update Lite.pm v1.47 to support bracketed IPv6 URI notation
|
||||
as described in RFC-3986
|
||||
Thanks to Quanah Gibson-Mount mishikal@yahoo.com
|
||||
|
||||
4.065 Tue Oct 2 12:36:11 PDT 2012
|
||||
correct format for IPv6 embedded IPv4 addresses
|
||||
in InetBase v0.8
|
||||
|
||||
4.064 Tue Sep 25 13:54:47 PDT 2012
|
||||
added support for rfc3021 /31 networks to hostenum
|
||||
|
||||
4.063 Fri Aug 10 11:46:18 PDT 2012
|
||||
Updated GPL v2.0 text and address in all modules
|
||||
|
||||
4.062 Wed Jun 6 12:34:48 PDT 2012
|
||||
documentation updates courtesy of
|
||||
Ben Bullock <benkasminbullock@gmail.com>
|
||||
Thank you Ben.
|
||||
|
||||
4.061 Tue May 8 16:24:03 PDT 2012
|
||||
fixed bug in Lite v1.44 that returned
|
||||
$ip->num() = 2^128 for 0.0.0.0/0
|
||||
Thanks to Sebastian <debug@test1.org> for spotting it.
|
||||
|
||||
4.060 Fri Apr 6 16:00:02 PDT 2012
|
||||
In Lite.pm v1.43,
|
||||
fix bug #75976, change in behavior introduced in v4.050
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Mar 7 09:06:38 UTC 2012 - andrea.turrini@gmail.com
|
||||
|
||||
|
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package perl-NetAddr-IP
|
||||
#
|
||||
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# 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
|
||||
@@ -17,11 +17,11 @@
|
||||
|
||||
|
||||
Name: perl-NetAddr-IP
|
||||
Version: 4.058
|
||||
Version: 4.069
|
||||
Release: 0
|
||||
%define cpan_name NetAddr-IP
|
||||
Summary: Manages IPv4 and IPv6 addresses and subnets
|
||||
License: Artistic-1.0 or GPL-1.0+
|
||||
License: Artistic-1.0 or GPL-2.0+
|
||||
Group: Development/Libraries/Perl
|
||||
Url: http://search.cpan.org/dist/NetAddr-IP/
|
||||
Source: http://www.cpan.org/authors/id/M/MI/MIKER/%{cpan_name}-%{version}.tar.gz
|
||||
|
Reference in New Issue
Block a user