Release version 0.3.27
[platform/core/appfw/badge.git] / packaging / badge.spec
index b485770..7365d67 100644 (file)
@@ -1,6 +1,6 @@
 Name:       badge
 Summary:    Badge library
-Version:    0.3.22
+Version:    0.3.27
 Release:    1
 Group:      Applications/Core Applications
 License:    Apache-2.0
@@ -92,7 +92,7 @@ make %{?jobs:-j%jobs}
 export LD_LIBRARY_PATH=../../src
 ctest -V
 %if 0%{?gcov:1}
-lcov -c --ignore-errors graph --no-external -q -d . -o badge.info
+lcov -c --ignore-errors mismatch,graph,unused --no-external -q -d . -o badge.info
 genhtml badge.info -o badge.out
 zip -r badge.zip badge.out
 install -m 0644 badge.zip %{buildroot}%{_datadir}/gcov/badge.zip