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