From f1d4cd03817fcf2ec9500cd0ff13f8e93017b1e4da2c00d2e8ad454deebf7927 Mon Sep 17 00:00:00 2001 From: Lars Vogdt Date: Wed, 19 Feb 2020 06:19:15 +0000 Subject: [PATCH] Accepting request 775255 from home:pmonrealgonzalez:branches:devel:languages:perl - Add removal of the README.Win32 file in cpanspec.yml - updated to 2.067 see /usr/share/doc/packages/perl-IO-Socket-SSL/Changes OBS-URL: https://build.opensuse.org/request/show/775255 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-IO-Socket-SSL?expand=0&rev=122 --- IO-Socket-SSL-2.066.tar.gz | 3 --- IO-Socket-SSL-2.067.tar.gz | 3 +++ cpanspec.yml | 2 ++ perl-IO-Socket-SSL.changes | 11 +++++++++++ perl-IO-Socket-SSL.spec | 16 ++++++++++------ 5 files changed, 26 insertions(+), 9 deletions(-) delete mode 100644 IO-Socket-SSL-2.066.tar.gz create mode 100644 IO-Socket-SSL-2.067.tar.gz diff --git a/IO-Socket-SSL-2.066.tar.gz b/IO-Socket-SSL-2.066.tar.gz deleted file mode 100644 index 571cd97..0000000 --- a/IO-Socket-SSL-2.066.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0d47064781a545304d5dcea5dfcee3acc2e95a32e1b4884d80505cde8ee6ebcd -size 244730 diff --git a/IO-Socket-SSL-2.067.tar.gz b/IO-Socket-SSL-2.067.tar.gz new file mode 100644 index 0000000..98a1332 --- /dev/null +++ b/IO-Socket-SSL-2.067.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ef8842806d047cf56e2af64add4ed30b24547bcbb50e8df33cee0c54609af1c1 +size 244899 diff --git a/cpanspec.yml b/cpanspec.yml index 4d0f3ab..bc86534 100644 --- a/cpanspec.yml +++ b/cpanspec.yml @@ -1,2 +1,4 @@ patches: ignore_requires: Mozilla::CA +post_build: |- + rm README.Win32 diff --git a/perl-IO-Socket-SSL.changes b/perl-IO-Socket-SSL.changes index 3b24dbb..2d23e4a 100644 --- a/perl-IO-Socket-SSL.changes +++ b/perl-IO-Socket-SSL.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Tue Feb 18 15:28:53 UTC 2020 - Pedro Monreal Gonzalez + +- Add removal of the README.Win32 file in cpanspec.yml + +------------------------------------------------------------------- +Sat Feb 15 03:09:16 UTC 2020 - + +- updated to 2.067 + see /usr/share/doc/packages/perl-IO-Socket-SSL/Changes + ------------------------------------------------------------------- Mon May 27 08:49:54 UTC 2019 - Pedro Monreal Gonzalez diff --git a/perl-IO-Socket-SSL.spec b/perl-IO-Socket-SSL.spec index fe6fd9d..a9e4fc7 100644 --- a/perl-IO-Socket-SSL.spec +++ b/perl-IO-Socket-SSL.spec @@ -1,7 +1,7 @@ # # spec file for package perl-IO-Socket-SSL # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2020 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -16,23 +16,24 @@ # -%define cpan_name IO-Socket-SSL Name: perl-IO-Socket-SSL -Version: 2.066 +Version: 2.067 Release: 0 +%define cpan_name IO-Socket-SSL Summary: Nearly transparent SSL encapsulation for IO::Socket::INET License: Artistic-1.0 OR GPL-1.0-or-later Group: Development/Libraries/Perl URL: https://metacpan.org/release/%{cpan_name} Source0: https://cpan.metacpan.org/authors/id/S/SU/SULLR/%{cpan_name}-%{version}.tar.gz Source1: cpanspec.yml +BuildArch: noarch +BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: perl BuildRequires: perl-macros #BuildRequires: perl(Mozilla::CA) BuildRequires: perl(Net::SSLeay) >= 1.46 #Requires: perl(Mozilla::CA) Requires: perl(Net::SSLeay) >= 1.46 -BuildArch: noarch %{perl_requires} %description @@ -76,18 +77,21 @@ Additional documentation can be found in %prep %setup -q -n %{cpan_name}-%{version} -find . -type f ! -name \*.pl -print0 | xargs -0 chmod 644 +find . -type f ! -path "*/t/*" ! -name "*.pl" ! -path "*/bin/*" ! -path "*/script/*" ! -name "configure" -print0 | xargs -0 chmod 644 %build perl Makefile.PL INSTALLDIRS=vendor make %{?_smp_mflags} %check -make %{?_smp_mflags} test +make test %install %perl_make_install %perl_process_packlist +# MANUAL BEGIN +rm README.Win32 +# MANUAL END %perl_gen_filelist %files -f %{name}.files