From cc8184ff3ae4677d0a7a0cee572582029bb914d659128dd3dc5ac0c592c40f15 Mon Sep 17 00:00:00 2001 From: Martin Pluskal Date: Sat, 23 Dec 2017 08:19:39 +0000 Subject: [PATCH] Accepting request 559520 from home:avindra - Update to version 1.8.4: * Functional changes - Serialize UTF-8 string with Unicode escapes + Breaks code that relies on not Unicode-escaping encoding strings. A future release may allow skipping all Unicode escape. - Un-deprecate removeMember overloads, return void - Allow Json::Value to be used in a boolean context - Use move ctor in append() - Add value_type to improve integration with boost * Meta-changes - Fix meson.build to allow using jsoncpp as a subproject - Fix some compiler warnings - Update docs OBS-URL: https://build.opensuse.org/request/show/559520 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/jsoncpp?expand=0&rev=49 --- jsoncpp-1.8.3.tar.gz | 3 --- jsoncpp-1.8.4.tar.gz | 3 +++ jsoncpp.changes | 18 ++++++++++++++++++ jsoncpp.spec | 2 +- 4 files changed, 22 insertions(+), 4 deletions(-) delete mode 100644 jsoncpp-1.8.3.tar.gz create mode 100644 jsoncpp-1.8.4.tar.gz diff --git a/jsoncpp-1.8.3.tar.gz b/jsoncpp-1.8.3.tar.gz deleted file mode 100644 index c377519..0000000 --- a/jsoncpp-1.8.3.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3671ba6051e0f30849942cc66d1798fdf0362d089343a83f704c09ee7156604f -size 199061 diff --git a/jsoncpp-1.8.4.tar.gz b/jsoncpp-1.8.4.tar.gz new file mode 100644 index 0000000..f95c323 --- /dev/null +++ b/jsoncpp-1.8.4.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c49deac9e0933bcb7044f08516861a2d560988540b23de2ac1ad443b219afdb6 +size 200226 diff --git a/jsoncpp.changes b/jsoncpp.changes index 6a36f57..9ef0de5 100644 --- a/jsoncpp.changes +++ b/jsoncpp.changes @@ -1,3 +1,21 @@ +------------------------------------------------------------------- +Sat Dec 23 00:09:57 UTC 2017 - avindra@opensuse.org + +- Update to version 1.8.4: + * Functional changes + - Serialize UTF-8 string with Unicode escapes + + Breaks code that relies on not Unicode-escaping encoding + strings. A future release may allow skipping all Unicode + escape. + - Un-deprecate removeMember overloads, return void + - Allow Json::Value to be used in a boolean context + - Use move ctor in append() + - Add value_type to improve integration with boost + * Meta-changes + - Fix meson.build to allow using jsoncpp as a subproject + - Fix some compiler warnings + - Update docs + ------------------------------------------------------------------- Mon Oct 2 10:43:15 UTC 2017 - mpluskal@suse.com diff --git a/jsoncpp.spec b/jsoncpp.spec index 27f0259..3502bd6 100644 --- a/jsoncpp.spec +++ b/jsoncpp.spec @@ -18,7 +18,7 @@ %define sover 19 Name: jsoncpp -Version: 1.8.3 +Version: 1.8.4 Release: 0 Summary: C++ library that allows manipulating with JSON License: MIT