From 53385ba5b555faaa1a5b9e79f348bed8d9b9e36e Mon Sep 17 00:00:00 2001 From: sooyeon Date: Tue, 12 Mar 2024 17:29:30 +0900 Subject: [PATCH] Fix gcov QB build error and Update version (1.90.3) Change-Id: Ifaf2952de2e67f997a0e9c056d477203c1154d94 Signed-off-by: sooyeon --- packaging/tts.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packaging/tts.spec b/packaging/tts.spec index 76b411b..50073fc 100644 --- a/packaging/tts.spec +++ b/packaging/tts.spec @@ -1,6 +1,6 @@ Name: tts Summary: Text To Speech client library and daemon -Version: 1.90.2 +Version: 1.90.3 Release: 1 Group: Graphics & UI Framework/Voice Framework License: Apache-2.0 @@ -180,7 +180,7 @@ install -m 0755 run-unittest.sh %{buildroot}%{_bindir}/tizen-unittests/%{name} %if "%{_ctest_enable}" == "true" ctest -V --output-on-failure %{?_smp_mflags} %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 %endif -- 2.7.4