Accepting request 824666 from devel:languages:perl:autoupdate

updated to 20200520
   see /usr/share/doc/packages/perl-Mozilla-CA/Changes
  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/824666
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Mozilla-CA?expand=0&rev=8
This commit is contained in:
Dirk Stoecker 2020-08-08 11:41:16 +00:00 committed by Git OBS Bridge
parent baf4ced471
commit b71f9afc11
4 changed files with 21 additions and 11 deletions

View File

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

View File

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

View File

@ -1,3 +1,13 @@
-------------------------------------------------------------------
Thu May 21 03:09:05 UTC 2020 - Tina Müller <timueller+perl@suse.de>
updated to 20200520
see /usr/share/doc/packages/perl-Mozilla-CA/Changes
20200520
- Update from Mozilla repository to 2020-05-20
- Update bundled mk-ca-bundle.pl from upstream.
-------------------------------------------------------------------
Fri Mar 2 06:42:17 UTC 2018 - coolo@suse.com

View File

@ -1,7 +1,7 @@
#
# spec file for package perl-Mozilla-CA
#
# Copyright (c) 2018 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
@ -12,19 +12,19 @@
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
Name: perl-Mozilla-CA
Version: 20180117
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
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: http://search.cpan.org/dist/Mozilla-CA/
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
@ -46,14 +46,14 @@ Returns the absolute path to the Mozilla's CA cert bundle PEM file.
%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}
perl Makefile.PL INSTALLDIRS=vendor
make %{?_smp_mflags}
%check
%{__make} test
make test
%install
%perl_make_install