Update to 4.054

- New upstream release 4.054
  - In Lite.pm v1.37:
    - Fix CPAN RT#71925, a sub-variant of CPAN RT#62521 that showed up only for
      short notation for IPv4, e.g. 127/n, 127.0/n, 127.0.0/n but not
      127.0.0.0/n
    - Remove Calc.pm
    - Add detection of early Math::BigInt object structure
    - Fix CPAN RT#71869 - a failed test routine
- Upstream no longer ships README so no need to fix its encoding
This commit is contained in:
Paul Howarth 2011-10-28 11:32:45 +01:00
parent 712fd1da14
commit 643b76122b
3 changed files with 14 additions and 39 deletions

View File

@ -1,31 +0,0 @@
--- NetAddr-IP/README
+++ NetAddr-IP/README
@@ -187,7 +187,7 @@
LICENSE AND WARRANTY
-This software is (c) Luis E. Muñoz and Michael A. Robinton. It can be
+This software is (c) Luis E. Muñoz and Michael A. Robinton. It can be
used under the terms of the perl artistic license provided that proper
credit for the work of the authors is preserved in the form of this
copyright notice and license for this module.
--- NetAddr-IP/Lite/Lite.pm
+++ NetAddr-IP/Lite/Lite.pm
@@ -1474,7 +1474,7 @@
=head1 AUTHORS
-Luis E. Muñoz E<lt>luismunoz@cpan.orgE<gt>,
+Luis E. Muñoz E<lt>luismunoz@cpan.orgE<gt>,
Michael Robinton E<lt>michael@bizsystems.comE<gt>
=head1 WARRANTY
@@ -1484,7 +1484,7 @@
=head1 COPYRIGHT
- 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.
All rights reserved.

View File

@ -1,12 +1,11 @@
Name: perl-NetAddr-IP
Version: 4.052
Version: 4.054
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
Patch0: NetAddr-IP-4.050-UTF8.patch
BuildRequires: perl(AutoLoader)
BuildRequires: perl(Carp)
BuildRequires: perl(Data::Dumper)
@ -30,9 +29,6 @@ Math::BigInt as in previous versions.
%prep
%setup -q -n NetAddr-IP-%{version}
# Fix UTF-8
%patch0 -p1
%build
%{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}"
make %{?_smp_mflags}
@ -48,17 +44,27 @@ find %{buildroot} -depth -type d -exec rmdir {} \; 2>/dev/null
make test
%files
%doc Artistic Changes Copying README TODO docs/rfc1884.txt
%doc Artistic Changes Copying TODO docs/rfc1884.txt
%{perl_vendorarch}/auto/NetAddr/
%{perl_vendorarch}/NetAddr/
%{_mandir}/man3/NetAddr::IP.3pm*
%{_mandir}/man3/NetAddr::IP::Calc.3pm*
%{_mandir}/man3/NetAddr::IP::InetBase.3pm*
%{_mandir}/man3/NetAddr::IP::Lite.3pm*
%{_mandir}/man3/NetAddr::IP::Util.3pm*
%{_mandir}/man3/NetAddr::IP::UtilPP.3pm*
%changelog
* Fri Oct 28 2011 Paul Howarth <paul@city-fan.org> 4.054-1
- update to 4.054
- in Lite.pm v1.37:
- fix CPAN RT#71925, a sub-variant of CPAN RT#62521 that showed up only for
short notation for IPv4, e.g. 127/n, 127.0/n, 127.0.0/n but not
127.0.0.0/n
- remove Calc.pm
- add detection of early Math::BigInt object structure
- fix CPAN RT#71869 - a failed test routine
- upstream no longer ships README so no need to fix its encoding
* Wed Oct 26 2011 Paul Howarth <paul@city-fan.org> 4.052-1
- update to 4.052
- in InetBase.pm v0.03:

View File

@ -1 +1 @@
703eedbb46ea57330a20b94c07430923 NetAddr-IP-4.052.tar.gz
9fbfdc88663a7782b88e10a81e453091 NetAddr-IP-4.054.tar.gz