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
This commit is contained in:
Martin Pluskal 2020-06-25 05:00:16 +00:00 committed by Git OBS Bridge
parent 601e697b91
commit 381059c5ec
2 changed files with 9 additions and 0 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Wed Jun 24 19:10:43 UTC 2020 - Guillaume GARDET <guillaume.gardet@opensuse.org>
- 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 <mpluskal@suse.com>

View File

@ -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