forked from pool/jsoncpp
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:
@@ -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>
|
Fri Jun 19 06:00:24 UTC 2020 - Martin Pluskal <mpluskal@suse.com>
|
||||||
|
|
||||||
|
@@ -79,6 +79,9 @@ pushd %{buildroot}%{_includedir}/json/
|
|||||||
# From 1.9.1 to 1.9.2, features.h has been renamed json_features.h
|
# From 1.9.1 to 1.9.2, features.h has been renamed json_features.h
|
||||||
# so, create a symlink for compatibility
|
# so, create a symlink for compatibility
|
||||||
ln -s json_features.h features.h
|
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
|
popd
|
||||||
|
|
||||||
%check
|
%check
|
||||||
|
Reference in New Issue
Block a user