Compare commits

...

No commits in common. "c8-stream-5.3" and "c8-beta" have entirely different histories.

3 changed files with 16 additions and 34 deletions

2
.gitignore vendored
View File

@ -1 +1 @@
SOURCES/Socket-2.029.tar.gz SOURCES/Socket-2.027.tar.gz

View File

@ -1 +1 @@
52b077e0502519aae775113c5a1a1ddf94c8e2d8 SOURCES/Socket-2.029.tar.gz 3b63fd457ce6034066d56ae32962c168918df83d SOURCES/Socket-2.027.tar.gz

View File

@ -1,24 +1,24 @@
Name: perl-Socket Name: perl-Socket
Epoch: 4 Epoch: 4
Version: 2.029 Version: 2.027
Release: 4%{?dist} Release: 3%{?dist}
Summary: Networking constants and support functions Summary: Networking constants and support functions
License: GPL+ or Artistic License: GPL+ or Artistic
URL: https://metacpan.org/release/Socket URL: http://search.cpan.org/dist/Socket/
Source0: https://cpan.metacpan.org/authors/id/P/PE/PEVANS/Socket-%{version}.tar.gz Source0: http://search.cpan.org/CPAN/authors/id/P/PE/PEVANS/Socket-%{version}.tar.gz
# Make Socket::inet_aton() thread safe, CPAN RT#129189, bug #1693293 # Make Socket::inet_aton() thread safe, CPAN RT#129189, bug #1699793
Patch0: Socket-2.029-inet_aton-Use-getaddrinfo-if-possible.patch Patch0: Socket-2.029-inet_aton-Use-getaddrinfo-if-possible.patch
BuildRequires: findutils BuildRequires: findutils
BuildRequires: gcc BuildRequires: gcc
BuildRequires: make BuildRequires: make
BuildRequires: perl-interpreter
BuildRequires: perl-devel BuildRequires: perl-devel
BuildRequires: perl-generators BuildRequires: perl-generators
BuildRequires: perl-interpreter
BuildRequires: perl(Config) BuildRequires: perl(Config)
BuildRequires: perl(ExtUtils::CBuilder) BuildRequires: perl(ExtUtils::CBuilder)
BuildRequires: perl(ExtUtils::Constant) >= 0.23 BuildRequires: perl(ExtUtils::Constant) >= 0.23
# ExtUtils::Constant::ProxySubs not used # ExtUtils::Constant::ProxySubs not used
BuildRequires: perl(ExtUtils::MakeMaker) >= 6.76 BuildRequires: perl(ExtUtils::MakeMaker)
BuildRequires: perl(strict) BuildRequires: perl(strict)
BuildRequires: perl(warnings) BuildRequires: perl(warnings)
# Run-time: # Run-time:
@ -35,8 +35,8 @@ Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
%{?perl_default_filter} %{?perl_default_filter}
%description %description
This Perl module provides a variety of constants, structure manipulators and This module provides a variety of constants, structure manipulators and other
other functions related to socket-based networking. The values and functions functions related to socket-based networking. The values and functions
provided are useful when used in conjunction with Perl core functions such as provided are useful when used in conjunction with Perl core functions such as
socket(), setsockopt() and bind(). It also provides several other support socket(), setsockopt() and bind(). It also provides several other support
functions, mostly for dealing with conversions of network addresses between functions, mostly for dealing with conversions of network addresses between
@ -47,11 +47,11 @@ human-readable and native binary forms, and for hostname resolver operations.
%patch0 -p1 %patch0 -p1
%build %build
perl Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1 NO_PERLLOCAL=1 OPTIMIZE="$RPM_OPT_FLAGS" perl Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1 OPTIMIZE="$RPM_OPT_FLAGS"
%{make_build} make %{?_smp_mflags}
%install %install
%{make_install} make pure_install DESTDIR=$RPM_BUILD_ROOT
find $RPM_BUILD_ROOT -type f -name '*.bs' -size 0 -delete find $RPM_BUILD_ROOT -type f -name '*.bs' -size 0 -delete
%{_fixperms} $RPM_BUILD_ROOT/* %{_fixperms} $RPM_BUILD_ROOT/*
@ -66,26 +66,8 @@ make test
%{_mandir}/man3/* %{_mandir}/man3/*
%changelog %changelog
* Fri Jul 26 2019 Fedora Release Engineering <releng@fedoraproject.org> - 4:2.029-4 * Mon Apr 15 2019 Petr Pisar <ppisar@redhat.com> - 4:2.027-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild - Make Socket::inet_aton() thread safe (bug #1699793)
* Thu May 30 2019 Jitka Plesnikova <jplesnik@redhat.com> - 4:2.029-3
- Perl 5.30 rebuild
* Mon Apr 15 2019 Petr Pisar <ppisar@redhat.com> - 4:2.029-2
- Make Socket::inet_aton() thread safe (bug #1693293)
* Fri Feb 22 2019 Petr Pisar <ppisar@redhat.com> - 4:2.029-1
- 2.029 bump
* Sat Feb 02 2019 Fedora Release Engineering <releng@fedoraproject.org> - 4:2.027-418
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 4:2.027-417
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
* Wed Jun 27 2018 Jitka Plesnikova <jplesnik@redhat.com> - 4:2.027-416
- Increase release to favour standalone package
* Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 4:2.027-2 * Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 4:2.027-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild