Hello community, here is the log from the commit of package nlohmann_json for openSUSE:Factory checked in at 2019-08-05 10:37:35 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/nlohmann_json (Old) and /work/SRC/openSUSE:Factory/.nlohmann_json.new.4126 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "nlohmann_json" Mon Aug 5 10:37:35 2019 rev:8 rq:720227 version:3.7.0 Changes: -------- --- /work/SRC/openSUSE:Factory/nlohmann_json/nlohmann_json.changes 2019-04-05 12:06:45.482575564 +0200 +++ /work/SRC/openSUSE:Factory/.nlohmann_json.new.4126/nlohmann_json.changes 2019-08-05 10:37:54.883323490 +0200 @@ -1,0 +2,29 @@ +Mon Jul 29 20:19:53 UTC 2019 - Martin Hauke <[email protected]> + +- Update to version 3.7.0 + New Features + * Add overload of the contains function to check if a JSON + pointeris valid without throwing exceptions, just like its + counterpart for object keys. + * Add a function to_string to allow for generic conversion to + strings. + * Add return value for the emplace_back function, returning a + reference to the added element just like C++17 is introducing + this for std::vector. + Bug Fixes + * Fix an issue where typedefs with certain names yielded a + compilation error. + * Fix a conversion to std::string_view in the unit tests. + * Fix get_to method to clear existing content before writing. + Improvements + * Switch from Catch to doctest for the unit tests which speeds + up compilation and runtime of the 112,112,308 tests. + * Add an explicit section to the README about the frequently + addressed topics character encoding, comments in JSON, and the + order of object keys. + * Use GNUInstallDirs to set library install directories. +- Use previously introduced testsuite timeout only on Tumbleweed + or newer since the way the timeout parameter is passed to the + %ctest macro does not work on older distributions. + +------------------------------------------------------------------- Old: ---- json-3.6.1.tar.gz New: ---- json-3.7.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ nlohmann_json.spec ++++++ --- /var/tmp/diff_new_pack.EeveJT/_old 2019-08-05 10:37:57.583323162 +0200 +++ /var/tmp/diff_new_pack.EeveJT/_new 2019-08-05 10:37:57.583323162 +0200 @@ -18,7 +18,7 @@ Name: nlohmann_json -Version: 3.6.1 +Version: 3.7.0 Release: 0 Summary: C++ header-only JSON library License: MIT @@ -71,7 +71,11 @@ export CFLAGS=$FLAGS export CXXFLAGS=$FLAGS %endif +%if 0%{?suse_version} >= 1550 %ctest --timeout 6000 +%else +%ctest +%endif %files devel %license LICENSE.MIT ++++++ json-3.6.1.tar.gz -> json-3.7.0.tar.gz ++++++ /work/SRC/openSUSE:Factory/nlohmann_json/json-3.6.1.tar.gz /work/SRC/openSUSE:Factory/.nlohmann_json.new.4126/json-3.7.0.tar.gz differ: char 12, line 1
