Release 0.1.0
This commit is contained in:
parent
6856173468
commit
c0b72704e3
2 changed files with 18 additions and 1 deletions
14
NEWS.md
14
NEWS.md
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue