diff --git a/Mozilla-CA-20180117.tar.gz b/Mozilla-CA-20180117.tar.gz deleted file mode 100644 index a3f0768..0000000 Binary files a/Mozilla-CA-20180117.tar.gz and /dev/null differ diff --git a/Mozilla-CA-20180117-Redirect-to-ca-certificates-bundle.patch b/Mozilla-CA-20200520-Redirect-to-ca-certificates-bundle.patch similarity index 98% rename from Mozilla-CA-20180117-Redirect-to-ca-certificates-bundle.patch rename to Mozilla-CA-20200520-Redirect-to-ca-certificates-bundle.patch index 4526784..68040d0 100644 --- a/Mozilla-CA-20180117-Redirect-to-ca-certificates-bundle.patch +++ b/Mozilla-CA-20200520-Redirect-to-ca-certificates-bundle.patch @@ -52,7 +52,7 @@ index c2f35b5..46a1912 100644 +++ b/lib/Mozilla/CA.pm @@ -3,16 +3,10 @@ package Mozilla::CA; use strict; - our $VERSION = '20180117'; + our $VERSION = '20200520'; -use Cwd (); use File::Spec (); diff --git a/Mozilla-CA-20200520.tar.gz b/Mozilla-CA-20200520.tar.gz new file mode 100644 index 0000000..c2de16b Binary files /dev/null and b/Mozilla-CA-20200520.tar.gz differ diff --git a/perl-Mozilla-CA.spec b/perl-Mozilla-CA.spec index 8431fd8..4345c1d 100644 --- a/perl-Mozilla-CA.spec +++ b/perl-Mozilla-CA.spec @@ -1,7 +1,7 @@ Name: perl-Mozilla-CA Epoch: 1 -Version: 20180117 -Release: 6 +Version: 20200520 +Release: 1 Summary: Mozilla's CA cert bundle in PEM format License: MPLv2.0 URL: https://metacpan.org/release/Mozilla-CA @@ -9,7 +9,7 @@ Source0: https://cpan.metacpan.org/authors/id/A/AB/ABH/Mozilla-CA-%{versi BuildArch: noarch # For check failure -Patch0: Mozilla-CA-20180117-Redirect-to-ca-certificates-bundle.patch +Patch0: Mozilla-CA-20200520-Redirect-to-ca-certificates-bundle.patch BuildRequires: make coreutils perl perl-generators perl-PathTools perl-ExtUtils-MakeMaker Requires: perl perl-PathTools ca-certificates @@ -50,6 +50,9 @@ make test %{_mandir}/man3/* %changelog +* Wed Jul 29 2020 shixuantong - 20200520-1 +- update to 20200520-1 + * Tue Feb 11 2020 openEuler Buildteam - 1:20180117-6 - add patch for test failure