This commit is contained in:
Alexander Stefanov 2020-09-28 08:35:33 +00:00
parent 312c1ebd6f
commit 4511210a26
2 changed files with 4 additions and 4 deletions

View file

@ -1,2 +1,2 @@
sources:
v1.9.3.tar.gz: df04d765d24d98e18f70bf8588d3df48697c4ba7
1.9.4.tar.gz: d0cceda7df8d6e77d6acde6b9dea0ff604be6b36

View file

@ -7,17 +7,17 @@
Summary: C++ JSON Library
Name: jsoncpp
Version: 1.9.3
Version: 1.9.4
Release: 1
License: Public Domain
Group: System/Libraries
Url: http://jsoncpp.sourceforge.net/
Source0: https://github.com/open-source-parsers/jsoncpp/archive/v%{version}.tar.gz
Source0: https://github.com/open-source-parsers/jsoncpp/archive/%{version}.tar.gz
BuildRequires: meson
BuildRequires: python3-devel
%description
JsonCpp is a simple API to manipulate JSON value, handle serialization
JsonCpp is a simple API to manipulate JSON value, handle serialization
and unserialization to string.
It can also preserve existing comment in unserialization/serialization steps,