[perl-Net-Patricia] Improve parameter checking.

Philip Prindeville philipp at fedoraproject.org
Sun Nov 14 20:34:51 UTC 2010


commit 45887178bd360a2b86812c89ddc2b8f68d883b97
Author: Philip Prindeville <philipp at fedoraproject.org>
Date:   Sun Nov 14 13:33:49 2010 -0700

    Improve parameter checking.

 .gitignore             |    1 +
 perl-Net-Patricia.spec |    7 ++++++-
 sources                |    2 +-
 3 files changed, 8 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 2f97c50..f0ba915 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,3 +2,4 @@ Net-Patricia-1.17_01.tar.gz
 /Net-Patricia-1.18.tar.gz
 /Net-Patricia-1.18_01.tar.gz
 /Net-Patricia-1.18_80.tar.gz
+/Net-Patricia-1.18_81.tar.gz
diff --git a/perl-Net-Patricia.spec b/perl-Net-Patricia.spec
index c5f4bdc..8abd4c4 100644
--- a/perl-Net-Patricia.spec
+++ b/perl-Net-Patricia.spec
@@ -1,5 +1,5 @@
 Name:           perl-Net-Patricia
-Version:        1.18_80
+Version:        1.18_81
 Release:        1%{?dist}
 Summary:        Patricia Trie perl module for fast IP address lookups
 License:        Distributable, see COPYING
@@ -61,6 +61,11 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man3/*
 
 %changelog
+* Sun Nov 15 2010 Philip Prindeville <philipp at fedoraproject.org> - 1.18_81-1
+- new upstream verion, maintenance fix
+  - improve parameter checking
+  - handle undef as $data parameter to add()
+
 * Mon Nov  8 2010 Philip Prindeville <philipp at fedoraproject.org> - 1.18_80-1
 - new upstream version, maintenance fix
   - still doesn't handle 0 being passed as data argument to add()
diff --git a/sources b/sources
index 019cab8..41928be 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-c88ad7b5da63e34b58c07bece1089ac8  Net-Patricia-1.18_80.tar.gz
+de3cac16665db8de663d8fece4997136  Net-Patricia-1.18_81.tar.gz


More information about the scm-commits mailing list