update version to 20211001

This commit is contained in:
shangyibin 2021-12-02 18:52:01 +08:00
parent 25cd8df0b0
commit 12b07a952a
4 changed files with 11 additions and 8 deletions

Binary file not shown.

View File

@ -21,7 +21,7 @@ Signed-off-by: Petr Písař <ppisar@redhat.com>
3 files changed, 9 insertions(+), 8 deletions(-) 3 files changed, 9 insertions(+), 8 deletions(-)
diff --git a/MANIFEST b/MANIFEST diff --git a/MANIFEST b/MANIFEST
index a88847b..6577ede 100644 index 852e312..f10c380 100644
--- a/MANIFEST --- a/MANIFEST
+++ b/MANIFEST +++ b/MANIFEST
@@ -1,5 +1,4 @@ @@ -1,5 +1,4 @@
@ -31,10 +31,10 @@ index a88847b..6577ede 100644
MANIFEST This list of files MANIFEST This list of files
README README
diff --git a/Makefile.PL b/Makefile.PL diff --git a/Makefile.PL b/Makefile.PL
index 9faf720..a491813 100644 index 1fbe8c3..44290e1 100644
--- a/Makefile.PL --- a/Makefile.PL
+++ b/Makefile.PL +++ b/Makefile.PL
@@ -40,3 +40,11 @@ BEGIN { @@ -53,3 +53,11 @@ BEGIN {
ExtUtils::MakeMaker::WriteMakefile(%arg); ExtUtils::MakeMaker::WriteMakefile(%arg);
}; };
} }
@ -47,12 +47,12 @@ index 9faf720..a491813 100644
+ return $name; + return $name;
+} +}
diff --git a/lib/Mozilla/CA.pm b/lib/Mozilla/CA.pm 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 --- a/lib/Mozilla/CA.pm
+++ b/lib/Mozilla/CA.pm +++ b/lib/Mozilla/CA.pm
@@ -3,16 +3,10 @@ package Mozilla::CA; @@ -3,16 +3,10 @@ package Mozilla::CA;
use strict; use strict;
our $VERSION = '20200520'; our $VERSION = '20211001';
-use Cwd (); -use Cwd ();
use File::Spec (); use File::Spec ();
@ -69,5 +69,5 @@ index c2f35b5..46a1912 100644
1; 1;
-- --
2.13.6 2.27.0

BIN
Mozilla-CA-20211001.tar.gz Normal file

Binary file not shown.

View File

@ -1,6 +1,6 @@
Name: perl-Mozilla-CA Name: perl-Mozilla-CA
Epoch: 1 Epoch: 1
Version: 20200520 Version: 20211001
Release: 1 Release: 1
Summary: Mozilla's CA cert bundle in PEM format Summary: Mozilla's CA cert bundle in PEM format
License: MPLv2.0 License: MPLv2.0
@ -9,7 +9,7 @@ Source0: https://cpan.metacpan.org/authors/id/A/AB/ABH/Mozilla-CA-%{versi
BuildArch: noarch BuildArch: noarch
# For check failure # 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 BuildRequires: make coreutils perl perl-generators perl-PathTools perl-ExtUtils-MakeMaker
Requires: perl perl-PathTools ca-certificates Requires: perl perl-PathTools ca-certificates
@ -50,6 +50,9 @@ make test
%{_mandir}/man3/* %{_mandir}/man3/*
%changelog %changelog
* Thu Dec 2 2020 shangyibin <shangyibin1@huawei.com> - 20211001-1
- update to 20211001-1
* Wed Jul 29 2020 shixuantong <shixuantong@huawei.com> - 20200520-1 * Wed Jul 29 2020 shixuantong <shixuantong@huawei.com> - 20200520-1
- update to 20200520-1 - update to 20200520-1