From bb0061235139256ff7f56f8a3f58b29a996c9873 Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Sat, 6 Jan 2024 00:21:22 +0100 Subject: [PATCH] update to 0.6.0_rc2 [release 0.6.0_rc2-1mamba;Mon Jul 07 2014] --- jsoncpp.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/jsoncpp.spec b/jsoncpp.spec index 8f5ac80..da738d8 100644 --- a/jsoncpp.spec +++ b/jsoncpp.spec @@ -1,6 +1,6 @@ %define pkgver %(echo %version | tr _ -) Name: jsoncpp -Version: 0.5.0 +Version: 0.6.0_rc2 Release: 1mamba Summary: An implementation of a JSON reader and writer in C++ Group: System/Libraries @@ -74,5 +74,8 @@ ln -s libjsoncpp.so.0 %{buildroot}%{_libdir}/libjsoncpp.so %doc README.txt %changelog +* Mon Jul 07 2014 Silvan Calarco 0.6.0_rc2-1mamba +- update to 0.6.0_rc2 + * Fri Jun 20 2014 Silvan Calarco 0.5.0-1mamba - package created using the webbuild interface