From 2ccc49ab77aeb4e03ec08340109eadc5355d924eda0dd7b1147d47c7678d3fd5 Mon Sep 17 00:00:00 2001 From: Dirk Stoecker Date: Tue, 12 Oct 2021 09:48:48 +0000 Subject: [PATCH] Accepting request 923765 from devel:languages:perl:autoupdate - updated to 20211001 see /usr/share/doc/packages/perl-Mozilla-CA/Changes 20211001 - Update mk-ca-bundle.pl and Mozilla data to 2021-10-01 (Aaron Rowe) - Improve metadata for license information (Shoichi Kaji) 20200520 - Update from Mozilla repository to 2020-05-20 - Update bundled mk-ca-bundle.pl from upstream. OBS-URL: https://build.opensuse.org/request/show/923765 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Mozilla-CA?expand=0&rev=9 --- Mozilla-CA-20200520.tar.gz | 3 --- Mozilla-CA-20211001.tar.gz | 3 +++ perl-Mozilla-CA.changes | 14 ++++++++++++++ perl-Mozilla-CA.spec | 17 +++++++---------- 4 files changed, 24 insertions(+), 13 deletions(-) delete mode 100644 Mozilla-CA-20200520.tar.gz create mode 100644 Mozilla-CA-20211001.tar.gz diff --git a/Mozilla-CA-20200520.tar.gz b/Mozilla-CA-20200520.tar.gz deleted file mode 100644 index 8cba7a4..0000000 --- a/Mozilla-CA-20200520.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b3ca0002310bf24a16c0d5920bdea97a2f46e77e7be3e7377e850d033387c726 -size 137637 diff --git a/Mozilla-CA-20211001.tar.gz b/Mozilla-CA-20211001.tar.gz new file mode 100644 index 0000000..5f2d18b --- /dev/null +++ b/Mozilla-CA-20211001.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:122c8900000a9d388aa8e44f911cab6c118fe8497417917a84a8ec183971b449 +size 127461 diff --git a/perl-Mozilla-CA.changes b/perl-Mozilla-CA.changes index 577cf11..4314b21 100644 --- a/perl-Mozilla-CA.changes +++ b/perl-Mozilla-CA.changes @@ -1,3 +1,17 @@ +------------------------------------------------------------------- +Sat Oct 2 03:09:26 UTC 2021 - Tina Müller + +- updated to 20211001 + see /usr/share/doc/packages/perl-Mozilla-CA/Changes + + 20211001 + - Update mk-ca-bundle.pl and Mozilla data to 2021-10-01 (Aaron Rowe) + - Improve metadata for license information (Shoichi Kaji) + + 20200520 + - Update from Mozilla repository to 2020-05-20 + - Update bundled mk-ca-bundle.pl from upstream. + ------------------------------------------------------------------- Thu May 21 03:09:05 UTC 2020 - Tina Müller diff --git a/perl-Mozilla-CA.spec b/perl-Mozilla-CA.spec index fb5a56b..91813a9 100644 --- a/perl-Mozilla-CA.spec +++ b/perl-Mozilla-CA.spec @@ -1,7 +1,7 @@ # # spec file for package perl-Mozilla-CA # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -16,19 +16,17 @@ # -Name: perl-Mozilla-CA -Version: 20200520 -Release: 0 -#Upstream: For the bundled Mozilla CA PEM file the following applies: This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. If a copy of the MPL was not distributed with this file, You can obtain one at http://mozilla.org/MPL/2.0/. The Mozilla::CA distribution itself is available under the same license. %define cpan_name Mozilla-CA +Name: perl-Mozilla-CA +Version: 20211001 +Release: 0 +#Upstream: SUSE-Public-Domain Summary: Mozilla's CA cert bundle in PEM format License: MPL-1.1 OR GPL-2.0-or-later OR LGPL-2.1-or-later -Group: Development/Libraries/Perl URL: https://metacpan.org/release/%{cpan_name} Source0: https://cpan.metacpan.org/authors/id/A/AB/ABH/%{cpan_name}-%{version}.tar.gz Source1: cpanspec.yml BuildArch: noarch -BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: perl BuildRequires: perl-macros %{perl_requires} @@ -45,12 +43,12 @@ The module provide a single function: Returns the absolute path to the Mozilla's CA cert bundle PEM file. %prep -%setup -q -n %{cpan_name}-%{version} +%autosetup -n %{cpan_name}-%{version} 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} +%make_build %check make test @@ -70,7 +68,6 @@ sed -i "s|./mk-ca-bundle.pl|%{_bindir}/mk-ca-bundle.pl|g; \ %perl_gen_filelist %files -f %{name}.files -%defattr(-,root,root,755) %doc Changes README update-cacert-file %changelog