From: sooyeon Date: Tue, 12 Mar 2024 09:05:48 +0000 (+0900) Subject: Fix gcov QB build error and Update version (1.60.2) X-Git-Tag: accepted/tizen/unified/20240313.134636^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fheads%2Ftizen;p=platform%2Fcore%2Fapi%2Fgesture.git Fix gcov QB build error and Update version (1.60.2) Change-Id: Ia2e6979a35fedcc955a4a8cc456d81b40ccbb7da Signed-off-by: sooyeon --- diff --git a/packaging/capi-ui-gesture.spec b/packaging/capi-ui-gesture.spec index 0ce80e3..0f5821d 100644 --- a/packaging/capi-ui-gesture.spec +++ b/packaging/capi-ui-gesture.spec @@ -1,6 +1,6 @@ Name: capi-ui-gesture Summary: Gesture client library and daemon -Version: 1.60.1 +Version: 1.60.2 Release: 1 Group: Graphics & UI Framework/Input License: Apache-2.0 @@ -97,7 +97,7 @@ install -m 0644 gcov-obj/* %{buildroot}%{_datadir}/gcov/obj %endif #%if 0%{?gcov:1} -#lcov -c --ignore-errors graph --no-external -q -d . -o gcov.info +#lcov -c --ignore-errors mismatch,graph,unused --no-external -q -d . -o gcov.info #genhtml gcov.info #%endif