Fix gcov QB build error and Update version (1.60.2) 03/307703/1 accepted/tizen_unified tizen accepted/tizen/unified/20240313.134636 accepted/tizen/unified/20240313.135650
authorsooyeon <sooyeon.kim@samsung.com>
Tue, 12 Mar 2024 09:05:48 +0000 (18:05 +0900)
committersooyeon <sooyeon.kim@samsung.com>
Tue, 12 Mar 2024 09:05:48 +0000 (18:05 +0900)
Change-Id: Ia2e6979a35fedcc955a4a8cc456d81b40ccbb7da
Signed-off-by: sooyeon <sooyeon.kim@samsung.com>
packaging/capi-ui-gesture.spec

index 0ce80e3..0f5821d 100644 (file)
@@ -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