Hello community,

here is the log from the commit of package nlohmann_json for openSUSE:Factory 
checked in at 2019-02-25 18:00:27
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/nlohmann_json (Old)
 and      /work/SRC/openSUSE:Factory/.nlohmann_json.new.28833 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "nlohmann_json"

Mon Feb 25 18:00:27 2019 rev:4 rq:678892 version:3.5.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/nlohmann_json/nlohmann_json.changes      
2019-01-24 14:11:50.315471582 +0100
+++ /work/SRC/openSUSE:Factory/.nlohmann_json.new.28833/nlohmann_json.changes   
2019-02-25 18:00:52.870105464 +0100
@@ -1,0 +2,7 @@
+Fri Feb 22 17:51:35 UTC 2019 - [email protected]
+
+- Require cmake 3.8
+- Use gcc7 instead of gcc6 because this variant is likely available
+- Remove unused cppcheck
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ nlohmann_json.spec ++++++
--- /var/tmp/diff_new_pack.s3fDH9/_old  2019-02-25 18:00:54.990103815 +0100
+++ /var/tmp/diff_new_pack.s3fDH9/_new  2019-02-25 18:00:54.994103813 +0100
@@ -26,10 +26,9 @@
 URL:            https://nlohmann.github.io/json/
 #Git-Clone:     https://github.com/nlohmann/json.git
 Source:         
https://github.com/nlohmann/json/archive/v%{version}.tar.gz#/json-%{version}.tar.gz
-BuildRequires:  cmake
-BuildRequires:  cppcheck
+BuildRequires:  cmake >= 3.8
 %if 0%{?suse_version} < 1500
-BuildRequires:  gcc6-c++
+BuildRequires:  gcc7-c++
 %else
 BuildRequires:  gcc-c++
 %endif
@@ -50,8 +49,8 @@
 
 %build
 %if 0%{?suse_version} < 1500
-export CC="gcc-6"
-export CXX="g++-6"
+export CC="gcc-7"
+export CXX="g++-7"
 FLAGS="`echo %{optflags} | sed -e 's/\-fstack-clash-protection//g'`"
 export CFLAGS=$FLAGS
 export CXXFLAGS=$FLAGS


Reply via email to