[perl-NetAddr-IP] Update to 4.054

Paul Howarth pghmcfc at fedoraproject.org
Fri Oct 28 10:34:20 UTC 2011


commit 643b76122b880760325ccc4159141562c8ae2dd5
Author: Paul Howarth <paul at city-fan.org>
Date:   Fri Oct 28 11:32:45 2011 +0100

    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

 NetAddr-IP-4.050-UTF8.patch |   31 -------------------------------
 perl-NetAddr-IP.spec        |   20 +++++++++++++-------
 sources                     |    2 +-
 3 files changed, 14 insertions(+), 39 deletions(-)
---
diff --git a/perl-NetAddr-IP.spec b/perl-NetAddr-IP.spec
index c642971..a3b1d8f 100644
--- a/perl-NetAddr-IP.spec
+++ b/perl-NetAddr-IP.spec
@@ -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 at 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 at city-fan.org> 4.052-1
 - update to 4.052
   - in InetBase.pm v0.03:
diff --git a/sources b/sources
index 0d653bc..abecb7e 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-703eedbb46ea57330a20b94c07430923  NetAddr-IP-4.052.tar.gz
+9fbfdc88663a7782b88e10a81e453091  NetAddr-IP-4.054.tar.gz



More information about the perl-devel mailing list