9
0

Automatic update to v1.240.0 (1.24) #1

Merged
tinita merged 1 commits from cpanmirror/perl-Net-Patricia:autoupdate into main 2025-10-14 16:16:51 +02:00
4 changed files with 25 additions and 8 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:3d23c44dfae73da027f02a2f52e5925b99d6f6ef4a005af6b3c65144319c7d52
size 28761

BIN
Net-Patricia-1.24.tar.gz (Stored with Git LFS) Normal file

Binary file not shown.

View File

@@ -1,3 +1,15 @@
-------------------------------------------------------------------
Tue Oct 14 11:46:31 UTC 2025 - Tina Müller <timueller+perl@suse.de>
- 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 <tina.mueller@suse.com>

View File

@@ -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}"