From ed602de3d40e51ee5c1b4522781e18842cc00681 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sun, 21 Jan 2024 17:30:46 +0000 Subject: [PATCH] Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild --- perl-NetAddr-IP.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/perl-NetAddr-IP.spec b/perl-NetAddr-IP.spec index 6c225a4..756d654 100644 --- a/perl-NetAddr-IP.spec +++ b/perl-NetAddr-IP.spec @@ -1,6 +1,6 @@ Name: perl-NetAddr-IP Version: 4.079 -Release: 26%{?dist} +Release: 27%{?dist} Summary: Manages IPv4 and IPv6 addresses and subnets # Lite/Util/Util.xs is GPL-2.0-or-later # Other files are (GPL-2.0-or-later OR Artistic-1.0-Perl) @@ -78,6 +78,9 @@ make test %{_mandir}/man3/NetAddr::IP::UtilPP.3* %changelog +* Sun Jan 21 2024 Fedora Release Engineering - 4.079-27 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild + * Wed Jan 10 2024 Michal Josef Špaček - 4.079-26 - Remove dependency to Socket6, which we are going to remove. They are used own implementations of inet_pton and inet_ntop in this situation.