From a03b8972bf141c5f5be54e4bb18e6609d996033f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nikola=20Forr=C3=B3?= Date: Tue, 9 Aug 2022 12:11:03 +0200 Subject: [PATCH] Release 0.5.1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Nikola Forró --- CHANGELOG.md | 6 ++++++ epel/python-specfile.spec | 5 ++++- fedora/python-specfile.spec | 5 ++++- 3 files changed, 14 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 657a2fc..bbb11a6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +# 0.5.1 + +- Added new `%conf` section (#74) +- Switched to rpm-py-installer (#75) +- Fixed detecting extended timestamp format in `%changelog` (#77, #81) + # 0.5.0 - Strict optional typing is now enforced (#68) diff --git a/epel/python-specfile.spec b/epel/python-specfile.spec index f8a249a..f0646ea 100644 --- a/epel/python-specfile.spec +++ b/epel/python-specfile.spec @@ -5,7 +5,7 @@ in a minimal diff.} Name: python-specfile -Version: 0.5.0 +Version: 0.5.1 Release: 1%{?dist} Summary: A library for parsing and manipulating RPM spec files @@ -60,6 +60,9 @@ rm -rf specfile.egg-info %changelog +* Tue Aug 09 2022 Nikola Forró - 0.5.1-1 +- New upstream release 0.5.1 + * Thu Jul 21 2022 Nikola Forró - 0.5.0-1 - New upstream release 0.5.0 diff --git a/fedora/python-specfile.spec b/fedora/python-specfile.spec index e8b8547..7b439e9 100644 --- a/fedora/python-specfile.spec +++ b/fedora/python-specfile.spec @@ -5,7 +5,7 @@ in a minimal diff.} Name: python-specfile -Version: 0.5.0 +Version: 0.5.1 Release: 1%{?dist} Summary: A library for parsing and manipulating RPM spec files @@ -59,6 +59,9 @@ sed -i 's/rpm-py-installer/rpm/' setup.cfg %changelog +* Tue Aug 09 2022 Nikola Forró - 0.5.1-1 +- New upstream release 0.5.1 + * Thu Jul 21 2022 Nikola Forró - 0.5.0-1 - New upstream release 0.5.0