diff --git a/jsoncpp.changes b/jsoncpp.changes index 3d87cf3..3d395d3 100644 --- a/jsoncpp.changes +++ b/jsoncpp.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Wed Jun 24 19:10:43 UTC 2020 - Guillaume GARDET + +- From 1.9.2 to 1.9.3, autolink.h has been dropped and + config.h must be used so, create a symlink for compatibility + ------------------------------------------------------------------- Fri Jun 19 06:00:24 UTC 2020 - Martin Pluskal diff --git a/jsoncpp.spec b/jsoncpp.spec index 088b3a9..30626a4 100644 --- a/jsoncpp.spec +++ b/jsoncpp.spec @@ -79,6 +79,9 @@ pushd %{buildroot}%{_includedir}/json/ # From 1.9.1 to 1.9.2, features.h has been renamed json_features.h # so, create a symlink for compatibility ln -s json_features.h features.h +# From 1.9.2 to 1.9.3, autolink.h has been dropped and config.h must be used +# so, create a symlink for compatibility +ln -s config.h autolink.h popd %check