diff --git a/Mozilla-CA-20200520.tar.gz b/Mozilla-CA-20200520.tar.gz deleted file mode 100644 index c2de16b..0000000 Binary files a/Mozilla-CA-20200520.tar.gz and /dev/null differ diff --git a/Mozilla-CA-20200520-Redirect-to-ca-certificates-bundle.patch b/Mozilla-CA-20211001-Redirect-to-ca-certificates-bundle.patch similarity index 92% rename from Mozilla-CA-20200520-Redirect-to-ca-certificates-bundle.patch rename to Mozilla-CA-20211001-Redirect-to-ca-certificates-bundle.patch index 68040d0..b11ddf7 100644 --- a/Mozilla-CA-20200520-Redirect-to-ca-certificates-bundle.patch +++ b/Mozilla-CA-20211001-Redirect-to-ca-certificates-bundle.patch @@ -21,7 +21,7 @@ Signed-off-by: Petr Písař 3 files changed, 9 insertions(+), 8 deletions(-) diff --git a/MANIFEST b/MANIFEST -index a88847b..6577ede 100644 +index 852e312..f10c380 100644 --- a/MANIFEST +++ b/MANIFEST @@ -1,5 +1,4 @@ @@ -31,10 +31,10 @@ index a88847b..6577ede 100644 MANIFEST This list of files README diff --git a/Makefile.PL b/Makefile.PL -index 9faf720..a491813 100644 +index 1fbe8c3..44290e1 100644 --- a/Makefile.PL +++ b/Makefile.PL -@@ -40,3 +40,11 @@ BEGIN { +@@ -53,3 +53,11 @@ BEGIN { ExtUtils::MakeMaker::WriteMakefile(%arg); }; } @@ -47,12 +47,12 @@ index 9faf720..a491813 100644 + return $name; +} diff --git a/lib/Mozilla/CA.pm b/lib/Mozilla/CA.pm -index c2f35b5..46a1912 100644 +index dbbc626..4657379 100644 --- a/lib/Mozilla/CA.pm +++ b/lib/Mozilla/CA.pm @@ -3,16 +3,10 @@ package Mozilla::CA; use strict; - our $VERSION = '20200520'; + our $VERSION = '20211001'; -use Cwd (); use File::Spec (); @@ -69,5 +69,5 @@ index c2f35b5..46a1912 100644 1; -- -2.13.6 +2.27.0 diff --git a/Mozilla-CA-20211001.tar.gz b/Mozilla-CA-20211001.tar.gz new file mode 100644 index 0000000..fbe0fb9 Binary files /dev/null and b/Mozilla-CA-20211001.tar.gz differ diff --git a/perl-Mozilla-CA.spec b/perl-Mozilla-CA.spec index 4345c1d..3ff8ea5 100644 --- a/perl-Mozilla-CA.spec +++ b/perl-Mozilla-CA.spec @@ -1,6 +1,6 @@ Name: perl-Mozilla-CA Epoch: 1 -Version: 20200520 +Version: 20211001 Release: 1 Summary: Mozilla's CA cert bundle in PEM format License: MPLv2.0 @@ -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-20200520-Redirect-to-ca-certificates-bundle.patch +Patch0: Mozilla-CA-20211001-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 +* Thu Dec 2 2020 shangyibin - 20211001-1 +- update to 20211001-1 + * Wed Jul 29 2020 shixuantong - 20200520-1 - update to 20200520-1