From 381059c5ec5da28ce003927f8a93953c7a11870e3608799eea17823fc7282d74 Mon Sep 17 00:00:00 2001 From: Martin Pluskal Date: Thu, 25 Jun 2020 05:00:16 +0000 Subject: [PATCH] Accepting request 816884 from home:Guillaume_G:branches:openSUSE:Factory:ARM - 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 OBS-URL: https://build.opensuse.org/request/show/816884 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/jsoncpp?expand=0&rev=60 --- jsoncpp.changes | 6 ++++++ jsoncpp.spec | 3 +++ 2 files changed, 9 insertions(+) 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