This commit is contained in:
Fedora Release Engineering 2024-01-21 17:30:46 +00:00
parent 6e70929b05
commit ed602de3d4

View File

@ -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 <releng@fedoraproject.org> - 4.079-27
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
* Wed Jan 10 2024 Michal Josef Špaček <mspacek@redhat.com> - 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.