From 8ff66da10eb2d3b4e1579c779bbb7673c80a1c09 Mon Sep 17 00:00:00 2001 From: zhangruifang2020 Date: Mon, 24 Oct 2022 10:27:53 +0800 Subject: [PATCH] fix typo (cherry picked from commit 17299a25c6ac196bea30703b6fd7dfbd3a116a2d) --- Fix-typo.patch | 25 +++++++++++++++++++++++++ python-asn1crypto.spec | 7 ++++++- 2 files changed, 31 insertions(+), 1 deletion(-) create mode 100644 Fix-typo.patch diff --git a/Fix-typo.patch b/Fix-typo.patch new file mode 100644 index 0000000..99bf5df --- /dev/null +++ b/Fix-typo.patch @@ -0,0 +1,25 @@ +From caaf774b5ea103163a114537f89223c35c42f16b Mon Sep 17 00:00:00 2001 +From: =?UTF-8?q?J=C3=B6rn=20Heissler?= +Date: Thu, 13 Aug 2020 17:03:51 +0200 +Subject: [PATCH] Fix typo + +--- + asn1crypto/csr.py | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +diff --git a/asn1crypto/csr.py b/asn1crypto/csr.py +index 7ea2848..0b1857c 100644 +--- a/asn1crypto/csr.py ++++ b/asn1crypto/csr.py +@@ -4,7 +4,7 @@ + ASN.1 type classes for certificate signing requests (CSR). Exports the + following items: + +- - CertificatationRequest() ++ - CertificationRequest() + + Other type classes are defined that help compose the types listed above. + """ +-- +2.27.0 + diff --git a/python-asn1crypto.spec b/python-asn1crypto.spec index d624315..6f249fd 100644 --- a/python-asn1crypto.spec +++ b/python-asn1crypto.spec @@ -4,12 +4,14 @@ Name: python-%{_name} Version: 1.4.0 -Release: 1 +Release: 2 Summary: %{_summary} License: MIT URL: https://github.com/wbond/asn1crypto Source0: https://files.pythonhosted.org/packages/source/a/%{_name}/%{_name}-%{version}.tar.gz +Patch0: Fix-typo.patch + BuildArch: noarch %description @@ -44,6 +46,9 @@ rm -rf %{_name}.egg-info %doc readme.md changelog.md %changelog +* Mon Oct 24 2022 zhangruifang - 1.4.0-2 +- fix typo + * Mon Feb 1 2021 shangyibin - 1.4.0-1 - Upgrade to version 1.4.0 -- Gitee