Skip to content

Commit 8b0a6cc

Browse files
committed
Release 0.6.0
Signed-off-by: Nikola Forró <[email protected]>
1 parent cf21f1f commit 8b0a6cc

File tree

3 files changed

+13
-2
lines changed

3 files changed

+13
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
# 0.6.0
2+
3+
- Switched to our own implementation of working with `%changelog` timestamps and removed dependency on arrow (#88)
4+
- Fixed requires of EPEL 8 rpm (#86)
5+
16
# 0.5.1
27

38
- Added new `%conf` section (#74)

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.1
8+
Version: 0.6.0
99
Release: 1%{?dist}
1010

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

6363

6464
%changelog
65+
* Thu Aug 25 2022 Nikola Forró <[email protected]> - 0.6.0-1
66+
- New upstream release 0.6.0
67+
6568
* Tue Aug 09 2022 Nikola Forró <[email protected]> - 0.5.1-1
6669
- New upstream release 0.5.1
6770

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.1
8+
Version: 0.6.0
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+
* Thu Aug 25 2022 Nikola Forró <[email protected]> - 0.6.0-1
63+
- New upstream release 0.6.0
64+
6265
* Tue Aug 09 2022 Nikola Forró <[email protected]> - 0.5.1-1
6366
- New upstream release 0.5.1
6467

0 commit comments

Comments
 (0)