Accepting request 800139 from devel:languages:perl

OBS-URL: https://build.opensuse.org/request/show/800139
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-IO-Socket-SSL?expand=0&rev=86
This commit is contained in:
Dominique Leuenberger 2020-05-05 16:54:49 +00:00 committed by Git OBS Bridge
commit 50a0ddd10f
5 changed files with 22 additions and 8 deletions

View File

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

View File

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

View File

@ -1,4 +1,4 @@
patches:
ignore_requires: Mozilla::CA
post_build: |-
prep: |-
rm README.Win32

View File

@ -1,3 +1,17 @@
-------------------------------------------------------------------
Mon May 4 17:49:31 UTC 2020 - Pedro Monreal Gonzalez <pmonrealgonzalez@suse.com>
- updated to 2.068
see /usr/share/doc/packages/perl-IO-Socket-SSL/Changes
2.068 2020/03/31
- treat OpenSSL 1.1.1e as broken and refuse to build with it in order to
prevent follow-up problems in tests and user code
https://github.com/noxxi/p5-io-socket-ssl/issues/93
https://github.com/openssl/openssl/issues/11388
https://github.com/openssl/openssl/issues/11378
- update PublicSuffix with latest data from publicsuffix.org
-------------------------------------------------------------------
Tue Feb 18 15:28:53 UTC 2020 - Pedro Monreal Gonzalez <pmonrealgonzalez@suse.com>

View File

@ -17,7 +17,7 @@
Name: perl-IO-Socket-SSL
Version: 2.067
Version: 2.068
Release: 0
%define cpan_name IO-Socket-SSL
Summary: Nearly transparent SSL encapsulation for IO::Socket::INET
@ -78,6 +78,9 @@ Additional documentation can be found in
%prep
%setup -q -n %{cpan_name}-%{version}
find . -type f ! -path "*/t/*" ! -name "*.pl" ! -path "*/bin/*" ! -path "*/script/*" ! -name "configure" -print0 | xargs -0 chmod 644
# MANUAL BEGIN
rm README.Win32
# MANUAL END
%build
perl Makefile.PL INSTALLDIRS=vendor
@ -89,9 +92,6 @@ make test
%install
%perl_make_install
%perl_process_packlist
# MANUAL BEGIN
rm README.Win32
# MANUAL END
%perl_gen_filelist
%files -f %{name}.files