Update to 4.075

- New upstream release 4.075
  - Change input filter for resolvable hostnames to allow the underscore
    character
This commit is contained in:
Paul Howarth 2014-06-12 17:42:57 +01:00
parent 68cb9ad8bc
commit ec9dfb739e
2 changed files with 9 additions and 3 deletions

View File

@ -1,6 +1,6 @@
Name: perl-NetAddr-IP
Version: 4.073
Release: 2%{?dist}
Version: 4.075
Release: 1%{?dist}
Summary: Manages IPv4 and IPv6 addresses and subnets
# Lite/Util/Util.xs is GPLv2+
# Other files are (GPLv2+ or Artistic clarified)
@ -8,6 +8,7 @@ License: GPLv2+ and (GPLv2+ or Artistic clarified)
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
BuildRequires: perl
BuildRequires: perl(AutoLoader)
BuildRequires: perl(Carp)
BuildRequires: perl(Cwd)
@ -57,6 +58,11 @@ make test
%{_mandir}/man3/NetAddr::IP::UtilPP.3pm*
%changelog
* Thu Jun 12 2014 Paul Howarth <paul@city-fan.org> - 4.075-1
- Update to 4.075
- Change input filter for resolvable hostnames to allow the underscore
character
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4.073-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild

View File

@ -1 +1 @@
4dc78e95809450100c1037cc10942fdf NetAddr-IP-4.073.tar.gz
b72b91ebd228b096fd3b0acc87df877e NetAddr-IP-4.075.tar.gz