diff --git a/python-mkdocs-material-extensions.changes b/python-mkdocs-material-extensions.changes index aa5c829..0540e4d 100644 --- a/python-mkdocs-material-extensions.changes +++ b/python-mkdocs-material-extensions.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Mar 21 23:41:40 UTC 2024 - Matej Cepl + +- Clean up the SPEC file + ------------------------------------------------------------------- Thu Nov 23 06:41:27 UTC 2023 - Johannes Kastl diff --git a/python-mkdocs-material-extensions.spec b/python-mkdocs-material-extensions.spec index 3227b45..fea1745 100644 --- a/python-mkdocs-material-extensions.spec +++ b/python-mkdocs-material-extensions.spec @@ -1,7 +1,7 @@ # -# spec file +# spec file for package python-mkdocs-material-extensions # -# Copyright (c) 2023 SUSE LLC +# Copyright (c) 2024 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -53,7 +53,7 @@ BuildRequires: %{python_module pytest} Extension pack for Python Markdown %prep -%setup -q -n mkdocs_material_extensions-%{version} +%autosetup -p1 -n mkdocs_material_extensions-%{version} %build %pyproject_wheel