From fa991b856d25f99c58da33069a48854bd2aa30db Mon Sep 17 00:00:00 2001 From: Javier Pena Date: Thu, 20 Feb 2020 12:25:19 +0100 Subject: [PATCH] Fix name in autosetup --- python-semantic_version.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/python-semantic_version.spec b/python-semantic_version.spec index a6d1b99..88641fb 100644 --- a/python-semantic_version.spec +++ b/python-semantic_version.spec @@ -2,7 +2,7 @@ Name: python-%{pypi_name} Version: 2.8.4 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Library implementing the 'SemVer' scheme License: BSD @@ -35,7 +35,7 @@ BuildRequires: python3-sphinx %{summary}. %prep -%autosetup -n python-semanticversion-%{version} +%autosetup -n semantic_version-%{version} # Remove bundled egg-info rm -rf %{pypi_name}.egg-info # documentation builds due to broken symlink @@ -67,6 +67,9 @@ rm -rf html/.{doctrees,buildinfo} %doc html %changelog +* Thu Feb 20 2020 Javier Peña - 2.8.4-2 +- Fix name in autosetup + * Thu Feb 20 2020 Javier Peña - 2.8.4-1 - Update to latest upstream version