Update to 4.064

- New upstream release 4.064 (#860948)
  - Updated GPL v2.0 text and address in all modules
  - Added support for rfc3021 /31 networks to hostenum
- Update UTF8 patch
This commit is contained in:
Paul Howarth 2012-09-27 12:23:12 +01:00
parent e4fe6fbbb1
commit c2f33835bb
3 changed files with 11 additions and 5 deletions

View File

@ -35,7 +35,7 @@ index b6d29b2..17c80f4 100644
- This software is (c) Luis E. Muñoz, 1999 - 2005
+ This software is (c) Luis E. Muñoz, 1999 - 2005
and (c) Michael Robinton, 2006 - 2011.
and (c) Michael Robinton, 2006 - 2012.
All rights reserved.
--

View File

@ -1,13 +1,13 @@
Name: perl-NetAddr-IP
Version: 4.062
Release: 5%{?dist}
Version: 4.064
Release: 1%{?dist}
Summary: Manages IPv4 and IPv6 addresses and subnets
License: GPLv2+
Group: Development/Libraries
URL: http://search.cpan.org/dist/NetAddr-IP/
Source0: http://search.cpan.org/CPAN/authors/id/M/MI/MIKER/NetAddr-IP-%{version}.tar.gz
# Recode documentation to UTF-8
Patch0: NetAddr-IP-4.062-Recode-NetAddr-IP-Lite-POD-to-UTF-8.patch
Patch0: NetAddr-IP-4.064-Recode-NetAddr-IP-Lite-POD-to-UTF-8.patch
BuildRequires: perl(AutoLoader)
BuildRequires: perl(Carp)
BuildRequires: perl(Cwd)
@ -59,6 +59,12 @@ make test
%{_mandir}/man3/NetAddr::IP::UtilPP.3pm*
%changelog
* Thu Sep 27 2012 Paul Howarth <paul@city-fan.org> 4.064-1
- Update to 4.064
- Updated GPL v2.0 text and address in all modules
- Added support for rfc3021 /31 networks to hostenum
- Update UTF8 patch
* Thu Aug 09 2012 Petr Pisar <ppisar@redhat.com> - 4.062-5
- Declare encoding of POD

View File

@ -1 +1 @@
01503542903fe09fe078130f3b1bb3af NetAddr-IP-4.062.tar.gz
be350d9acc8ddf88e4b53f549d456384 NetAddr-IP-4.064.tar.gz