diff --git a/CHANGELOG.md b/CHANGELOG.md index 8993191..74caa6f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +# 0.27.0 + +- Improved handling of commented-out macro definitions and fixed related logic in `Specfile.update_value()`. (#338) + # 0.26.0 - When accessing tags or macro definitions by name, specfile now takes validity into account when looking for the best match. For example if there are two instances of `Version` tag, one in the true and one in the false branch of a condition, `Specfile.version` will always access the one that is in the true branch. (#328) diff --git a/epel8/python-specfile.spec b/epel8/python-specfile.spec index 5d6b6f8..ccececd 100644 --- a/epel8/python-specfile.spec +++ b/epel8/python-specfile.spec @@ -4,7 +4,7 @@ Main focus is on modifying existing spec files, any change should result in a minimal diff.} -%global base_version 0.26.0 +%global base_version 0.27.0 #global prerelease rc1 %global package_version %{base_version}%{?prerelease:~%{prerelease}} @@ -68,6 +68,9 @@ rm -rf specfile.egg-info %changelog +* Fri Jan 19 2024 Packit Team - 0.27.0-1 +- New upstream release 0.27.0 + * Fri Dec 08 2023 Packit Team - 0.26.0-1 - New upstream release 0.26.0 diff --git a/fedora/python-specfile.spec b/fedora/python-specfile.spec index 6e3f595..35e9ce3 100644 --- a/fedora/python-specfile.spec +++ b/fedora/python-specfile.spec @@ -7,7 +7,7 @@ Main focus is on modifying existing spec files, any change should result in a minimal diff.} -%global base_version 0.26.0 +%global base_version 0.27.0 #global prerelease rc1 %global package_version %{base_version}%{?prerelease:~%{prerelease}} @@ -77,6 +77,9 @@ sed -i 's/setuptools_scm\[toml\]>=7/setuptools_scm[toml]/' pyproject.toml %changelog +* Fri Jan 19 2024 Packit Team - 0.27.0-1 +- New upstream release 0.27.0 + * Fri Dec 08 2023 Packit Team - 0.26.0-1 - New upstream release 0.26.0