Update to 0.29
- New upstream release 0.29
- Socket6.xs: Update the tests for handling the correct headers on NetBSD
and DragonFly BSD
This commit is contained in:
parent
16d3e005cb
commit
cce7c715ab
2
perl-Socket6.rpmlintrc
Normal file
2
perl-Socket6.rpmlintrc
Normal file
@ -0,0 +1,2 @@
|
||||
from Config import *
|
||||
addFilter("spelling-error %description -l en_US get(addr|name)info ")
|
||||
@ -1,6 +1,6 @@
|
||||
Name: perl-Socket6
|
||||
Version: 0.28
|
||||
Release: 8%{?dist}
|
||||
Version: 0.29
|
||||
Release: 1%{?dist}
|
||||
Summary: IPv6 related part of the C socket.h defines and structure manipulators
|
||||
License: BSD
|
||||
URL: https://metacpan.org/release/Socket6
|
||||
@ -10,9 +10,9 @@ BuildRequires: coreutils
|
||||
BuildRequires: findutils
|
||||
BuildRequires: gcc
|
||||
BuildRequires: make
|
||||
BuildRequires: perl-interpreter
|
||||
BuildRequires: perl-devel
|
||||
BuildRequires: perl-generators
|
||||
BuildRequires: perl-interpreter
|
||||
BuildRequires: perl(Config)
|
||||
BuildRequires: perl(ExtUtils::MakeMaker)
|
||||
# Module:
|
||||
@ -59,6 +59,11 @@ make test
|
||||
%{_mandir}/man3/Socket6.3*
|
||||
|
||||
%changelog
|
||||
* Mon Oct 1 2018 Paul Howarth <paul@city-fan.org> - 0.29-1
|
||||
- Update to 0.29
|
||||
- Socket6.xs: Update the tests for handling the correct headers on NetBSD
|
||||
and DragonFly BSD
|
||||
|
||||
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.28-8
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user