update to 0.6.0_rc2 [release 0.6.0_rc2-1mamba;Mon Jul 07 2014]

This commit is contained in:
Silvan Calarco 2024-01-06 00:21:22 +01:00
parent f20045f721
commit bb00612351

View File

@ -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 <silvan.calarco@mambasoft.it> 0.6.0_rc2-1mamba
- update to 0.6.0_rc2
* Fri Jun 20 2014 Silvan Calarco <silvan.calarco@mambasoft.it> 0.5.0-1mamba
- package created using the webbuild interface