Skip to content

Commit a03b897

Browse files
committed
Release 0.5.1
Signed-off-by: Nikola Forró <[email protected]>
1 parent 7f4b6ce commit a03b897

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
# 0.5.1
2+
3+
- Added new `%conf` section (#74)
4+
- Switched to rpm-py-installer (#75)
5+
- Fixed detecting extended timestamp format in `%changelog` (#77, #81)
6+
17
# 0.5.0
28

39
- Strict optional typing is now enforced (#68)

epel/python-specfile.spec

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ in a minimal diff.}
55

66

77
Name: python-specfile
8-
Version: 0.5.0
8+
Version: 0.5.1
99
Release: 1%{?dist}
1010

1111
Summary: A library for parsing and manipulating RPM spec files
@@ -60,6 +60,9 @@ rm -rf specfile.egg-info
6060

6161

6262
%changelog
63+
* Tue Aug 09 2022 Nikola Forró <[email protected]> - 0.5.1-1
64+
- New upstream release 0.5.1
65+
6366
* Thu Jul 21 2022 Nikola Forró <[email protected]> - 0.5.0-1
6467
- New upstream release 0.5.0
6568

fedora/python-specfile.spec

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ in a minimal diff.}
55

66

77
Name: python-specfile
8-
Version: 0.5.0
8+
Version: 0.5.1
99
Release: 1%{?dist}
1010

1111
Summary: A library for parsing and manipulating RPM spec files
@@ -59,6 +59,9 @@ sed -i 's/rpm-py-installer/rpm/' setup.cfg
5959

6060

6161
%changelog
62+
* Tue Aug 09 2022 Nikola Forró <[email protected]> - 0.5.1-1
63+
- New upstream release 0.5.1
64+
6265
* Thu Jul 21 2022 Nikola Forró <[email protected]> - 0.5.0-1
6366
- New upstream release 0.5.0
6467

0 commit comments

Comments
 (0)