$ git show --format=fuller --patch-with-stat --summary 27cadc2ffa39489ba5862b4f838f21464436e4f6
commit 27cadc2ffa39489ba5862b4f838f21464436e4f6
Author: Colin <itchka@compuserve.com>
AuthorDate: Mon Jan 11 10:03:35 2021 +0000
Commit: Colin <itchka@compuserve.com>
CommitDate: Mon Jan 11 10:03:35 2021 +0000
Fix missing letter in package name
---
python-docstring_parser.spec | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/python-docstring_parser.spec b/python-docstring_parser.spec
index ccb46ba..5e96c6e 100644
--- a/python-docstring_parser.spec
+++ b/python-docstring_parser.spec
@@ -1,9 +1,9 @@
# Created by pyp2rpm-3.3.5
%global pypi_name docstring_parser
-%global std_name docsting-parser
+%global std_name docstring-parser
Name: python-%{std_name}
Version: 0.7.3
-Release: 3
+Release: 4
Summary: Parse Python docstrings
Group: Development/Python
License: MIT