Hello community,

here is the log from the commit of package nlohmann_json for openSUSE:Leap:15.2 
checked in at 2020-01-17 11:59:27
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Leap:15.2/nlohmann_json (Old)
 and      /work/SRC/openSUSE:Leap:15.2/.nlohmann_json.new.26092 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "nlohmann_json"

Fri Jan 17 11:59:27 2020 rev:19 rq:763561 version:3.7.0

Changes:
--------
--- /work/SRC/openSUSE:Leap:15.2/nlohmann_json/nlohmann_json.changes    
2020-01-15 15:33:42.390871683 +0100
+++ /work/SRC/openSUSE:Leap:15.2/.nlohmann_json.new.26092/nlohmann_json.changes 
2020-01-17 11:59:32.432453867 +0100
@@ -1,0 +2,34 @@
+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.
+
+-------------------------------------------------------------------
+Thu Apr  4 13:09:57 UTC 2019 - Andreas Schwab <[email protected]>
+
+- Increase testsuite timeout so that test-unicode_all can pass
+
+-------------------------------------------------------------------

Old:
----
  json-3.6.1.tar.gz

New:
----
  json-3.7.0.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ nlohmann_json.spec ++++++
--- /var/tmp/diff_new_pack.hmho50/_old  2020-01-17 11:59:33.648454402 +0100
+++ /var/tmp/diff_new_pack.hmho50/_new  2020-01-17 11:59:33.652454404 +0100
@@ -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:Leap:15.2/nlohmann_json/json-3.6.1.tar.gz 
/work/SRC/openSUSE:Leap:15.2/.nlohmann_json.new.26092/json-3.7.0.tar.gz differ: 
char 12, line 1


Reply via email to