commit 351f6caf39140e8e83fc50e627745a228016ed50 Author: Philip A. Prindeville <philipp@xxxxxxxxxxxxxxxxxxxxxxxxxxxxx> Date: Sun Nov 14 13:28:42 2010 -0700 Improve parameter checking; handle 'undef' as $data argument. .gitignore | 1 + perl-Net-Patricia.spec | 5 ++++- sources | 2 +- 3 files changed, 6 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..7d89b05 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,9 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/man3/* %changelog +* Sun Nov 15 2010 Philip Prindeville <philipp@xxxxxxxxxxxxxxxxx> - 1.18_81-1 + - fix precedence issue with '=' and '||' + * Mon Nov 8 2010 Philip Prindeville <philipp@xxxxxxxxxxxxxxxxx> - 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 -- Fedora Extras Perl SIG http://www.fedoraproject.org/wiki/Extras/SIGs/Perl perl-devel mailing list perl-devel@xxxxxxxxxxxxxxxxxxxxxxx https://admin.fedoraproject.org/mailman/listinfo/perl-devel