From ddd24adf1aa2e951ab1778521eadec68d3f73dec Mon Sep 17 00:00:00 2001 From: Justin Hiemstra Date: Wed, 18 Sep 2024 17:16:00 +0000 Subject: [PATCH] Bump specfile to v0.0.4 for v0.0.4 tag --- rpm/lotman.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/rpm/lotman.spec b/rpm/lotman.spec index ae5b622..bd1e643 100644 --- a/rpm/lotman.spec +++ b/rpm/lotman.spec @@ -4,7 +4,7 @@ %global srcname lotman Name: %srcname -Version: 0.0.3 +Version: 0.0.4 Release: 1%{?dist} Summary: C++ Implementation of the LotMan Library License: Apache-2.0 @@ -66,6 +66,9 @@ cd build %dir %{_includedir}/lotman %changelog +* Wed Sep 18 2024 Justin Hiemstra - 0.0.4-1 +- Add RPM specfile to project + * Wed Sep 18 2024 Justin Hiemstra - 0.0.3-1 - Fixes for paths JSON data structure. - Error message cleanups.