Release 0.1.0
Some checks reported errors
builds.sr.ht/37 Job failed
builds.sr.ht/38 Job failed
builds.sr.ht/main Job failed

This commit is contained in:
Maxwell G 2023-09-04 15:12:42 -05:00
commit c0b72704e3
Signed by: gotmax23
GPG key ID: F79E4E25E8C661F8
2 changed files with 18 additions and 1 deletions

14
NEWS.md
View file

@ -6,6 +6,20 @@ SPDX-License-Identifier: GPL-1.0-or-later
NEWS
========
## 0.1.0 - 2023-09-04 <a id='0.1.0'></a>
### Added
- add `-b` flag to `%forgeversion` to override base package version.
### Changed
- `%forgeversion`: use `%version0` instead of `%version` as the base package
version.
See the [FPC discussion][FPC discussion] for more context.
[FPC discussion]: https://pagure.io/packaging-committee/pull-request/1295
## 0.0.1 - 2023-08-13 <a id='0.0.1'></a>
Initial release

View file

@ -4,7 +4,7 @@
%bcond tests 1
Name: forge-srpm-macros
Version: 0.0.1
Version: 0.1.0
Release: 1%{?dist}
Summary: Macros to simplify packaging of forge-hosted projects
@ -56,5 +56,8 @@ export MACRO_LUA_DIR="%{buildroot}/usr/lib/rpm/lua"
%changelog
* Mon Sep 4 2023 Maxwell G <maxwell@gtmx.me> - 0.1.0-1
- Update to 0.1.0.
* Sun Aug 13 2023 Maxwell G <maxwell@gtmx.me> - 0.0.1-1
- Update to 0.0.1.