[perl-NetAddr-IP] Update to 4.069

Paul Howarth pghmcfc at fedoraproject.org
Sun May 26 13:03:31 UTC 2013


commit 0707589d43a9e3cf22373882bd791fb422bdaf45
Author: Paul Howarth <paul at city-fan.org>
Date:   Sun May 26 14:02:29 2013 +0100

    Update to 4.069
    
    - New upstream release 4.069
      - Add proper pod encoding in Lite.pm
      - 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
    - Drop UTF8 patch, no longer needed

 ...4.064-Recode-NetAddr-IP-Lite-POD-to-UTF-8.patch |   43 --------------------
 perl-NetAddr-IP.spec                               |   19 +++++---
 sources                                            |    2 +-
 3 files changed, 13 insertions(+), 51 deletions(-)
---
diff --git a/perl-NetAddr-IP.spec b/perl-NetAddr-IP.spec
index a8ec29b..85db391 100644
--- a/perl-NetAddr-IP.spec
+++ b/perl-NetAddr-IP.spec
@@ -1,5 +1,5 @@
 Name:           perl-NetAddr-IP
-Version:        4.068
+Version:        4.069
 Release:        1%{?dist}
 Summary:        Manages IPv4 and IPv6 addresses and subnets
 # Lite/Util/Util.xs is GPLv2+
@@ -8,8 +8,6 @@ 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
-# Recode documentation to UTF-8
-Patch0:         NetAddr-IP-4.064-Recode-NetAddr-IP-Lite-POD-to-UTF-8.patch
 BuildRequires:  perl(AutoLoader)
 BuildRequires:  perl(Carp)
 BuildRequires:  perl(Cwd)
@@ -34,9 +32,6 @@ or IP subnets, that allows for easy manipulations.
 %prep
 %setup -q -n NetAddr-IP-%{version}
 
-# Recode NetAddr::IP::Lite module and manpage as UTF-8
-%patch0 -p1
-
 %build
 perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}"
 make %{?_smp_mflags}
@@ -61,7 +56,17 @@ make test
 %{_mandir}/man3/NetAddr::IP::UtilPP.3pm*
 
 %changelog
-* Wed Apr  3 2013 Paul Howarth <paul at city-fan.org> 4.068-1
+* Sun May 26 2013 Paul Howarth <paul at city-fan.org> - 4.069-1
+- Update to 4.069
+  - Add proper pod encoding in Lite.pm
+  - 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
+- Drop UTF8 patch, no longer needed
+
+* Wed Apr  3 2013 Paul Howarth <paul at city-fan.org> - 4.068-1
 - Update to 4.068
   - Update Makefile.PL in Util.pm to better detect 'winduhs'
 
diff --git a/sources b/sources
index 6d3063c..1dbea83 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-2d3cfeb6a02cac224deb42667e6d9fef  NetAddr-IP-4.068.tar.gz
+7721135fcea390327f75421a6b701144  NetAddr-IP-4.069.tar.gz



More information about the perl-devel mailing list