diff --git a/CHANGELOG.md b/CHANGELOG.md index a728c12..0a1dcfc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +# 0.21.0 + +- `specfile` no longer tracebacks when some sources are missing and can't be _emulated_. In such case the spec file is parsed without them at the cost of `%setup` and `%patch` macros potentially expanding differently than with the sources present. (#271) +- Specfile's license in RPM spec file is now confirmed to be SPDX compatible. (#269) + # 0.20.2 - Fixed Packit config to work properly with `propose-downstream` and `pull-from-upstream` jobs. (#261) diff --git a/epel8/python-specfile.spec b/epel8/python-specfile.spec index 77587c8..fdac688 100644 --- a/epel8/python-specfile.spec +++ b/epel8/python-specfile.spec @@ -5,8 +5,8 @@ in a minimal diff.} Name: python-specfile -Version: 0.20.2 -Release: 2%{?dist} +Version: 0.21.0 +Release: 1%{?dist} Summary: A library for parsing and manipulating RPM spec files License: MIT @@ -63,6 +63,9 @@ rm -rf specfile.egg-info %changelog +* Fri Aug 11 2023 Packit Team - 0.21.0-1 +- New upstream release 0.21.0 + * Fri Aug 04 2023 Tomas Tomecek - 0.20.2-2 - Confirm License is SPDX compatible. diff --git a/fedora/python-specfile.spec b/fedora/python-specfile.spec index 246c663..4b9fe49 100644 --- a/fedora/python-specfile.spec +++ b/fedora/python-specfile.spec @@ -13,8 +13,8 @@ in a minimal diff.} Name: python-specfile -Version: 0.20.2 -Release: 2%{?dist} +Version: 0.21.0 +Release: 1%{?dist} Summary: A library for parsing and manipulating RPM spec files License: MIT @@ -71,6 +71,9 @@ Summary: %{summary} %changelog +* Fri Aug 11 2023 Packit Team - 0.21.0-1 +- New upstream release 0.21.0 + * Fri Aug 04 2023 Tomas Tomecek - 0.20.2-2 - Confirm License is SPDX compatible.