From 70615af219121b0252d0eed425e3e96d7f0934cf119e96b68c0abfede8e7e902 Mon Sep 17 00:00:00 2001 From: "Tina Mueller (cpanmirror)" Date: Tue, 14 Oct 2025 11:46:32 +0000 Subject: [PATCH] Automatic update to v1.240.0 (1.24) --- Net-Patricia-1.23.tar.gz | 3 --- Net-Patricia-1.24.tar.gz | 3 +++ perl-Net-Patricia.changes | 12 ++++++++++++ perl-Net-Patricia.spec | 15 ++++++++++----- 4 files changed, 25 insertions(+), 8 deletions(-) delete mode 100644 Net-Patricia-1.23.tar.gz create mode 100644 Net-Patricia-1.24.tar.gz diff --git a/Net-Patricia-1.23.tar.gz b/Net-Patricia-1.23.tar.gz deleted file mode 100644 index e634c4c..0000000 --- a/Net-Patricia-1.23.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3d23c44dfae73da027f02a2f52e5925b99d6f6ef4a005af6b3c65144319c7d52 -size 28761 diff --git a/Net-Patricia-1.24.tar.gz b/Net-Patricia-1.24.tar.gz new file mode 100644 index 0000000..f0128af --- /dev/null +++ b/Net-Patricia-1.24.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d94f520804e2541b1cd20e73366720a973caf5dd2d2623838fc8d6398afd7edb +size 28370 diff --git a/perl-Net-Patricia.changes b/perl-Net-Patricia.changes index e30a012..02836c3 100644 --- a/perl-Net-Patricia.changes +++ b/perl-Net-Patricia.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Tue Oct 14 11:46:31 UTC 2025 - Tina Müller + +- updated to 1.240.0 (1.24) + see /usr/share/doc/packages/perl-Net-Patricia/Changes + + 1.24 2025-10-05 09:32:28 CEST + - update the COPYING file + - add a license heading to the documentation + - fix the POD encoding + - remove a test that fails in certain DNS setups + ------------------------------------------------------------------- Mon May 26 19:32:01 UTC 2025 - Tina Müller diff --git a/perl-Net-Patricia.spec b/perl-Net-Patricia.spec index 3f2c7cc..eb6ceda 100644 --- a/perl-Net-Patricia.spec +++ b/perl-Net-Patricia.spec @@ -1,7 +1,7 @@ # # spec file for package perl-Net-Patricia # -# Copyright (c) 2025 SUSE LLC +# Copyright (c) 2025 SUSE LLC and contributors # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,10 +18,10 @@ %define cpan_name Net-Patricia Name: perl-Net-Patricia -Version: 1.230.0 +Version: 1.240.0 Release: 0 -# 1.23 -> normalize -> 1.230.0 -%define cpan_version 1.23 +# 1.24 -> normalize -> 1.240.0 +%define cpan_version 1.24 #Upstream: SUSE-Public-Domain License: BSD-2-Clause AND GPL-2.0-or-later Summary: Patricia Trie for fast IP address lookups @@ -34,10 +34,15 @@ BuildRequires: perl-macros BuildRequires: perl(Net::CIDR::Lite) >= 0.200 BuildRequires: perl(Socket6) BuildRequires: perl(Test::More) >= 0.88 +BuildRequires: perl(Test::Pod) >= 1.0 BuildRequires: perl(version) Requires: perl(Net::CIDR::Lite) >= 0.200 Requires: perl(Socket6) Requires: perl(version) +Provides: perl(Net::Patricia) = %{version} +Provides: perl(Net::Patricia::AF_INET) +Provides: perl(Net::Patricia::AF_INET6) +%undefine __perllib_provides %{perl_requires} %description @@ -57,7 +62,7 @@ The BSD radix code is thoroughly described in "TCP/IP Illustrated, Volume Table for Berkeley Unix'' by Keith Sklower. %prep -%autosetup -n %{cpan_name}-%{cpan_version} -p1 +%autosetup -n %{cpan_name}-%{cpan_version} -p1 %build perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}" -- 2.51.1