Merge branch 'tizen_5.5' into tizen 81/228581/1 accepted/tizen/unified/20200324.101512 submit/tizen/20200324.050651
authorInHong Han <inhong1.han@samsung.com>
Tue, 24 Mar 2020 04:45:39 +0000 (13:45 +0900)
committerInHong Han <inhong1.han@samsung.com>
Tue, 24 Mar 2020 04:45:39 +0000 (13:45 +0900)
Change-Id: Ie7a2e632d4c49420b394702302b81f3117e7cddb

1  2 
packaging/capi-ui-sticker.spec

@@@ -1,6 -1,6 +1,6 @@@
  Name:       capi-ui-sticker
  Summary:    Sticker client library and daemon
- Version:    0.1.23
+ Version:    0.1.24
  Release:    1
  Group:      Graphics & UI Framework/Input
  License:    Apache-2.0
@@@ -104,7 -104,6 +104,7 @@@ make %{?jobs:-j%jobs
  
  %if 0%{?gcov:1}
  mkdir -p gcov-obj
 +find . -name '*_dbus.c.gcno' -exec rm {} \;
  find . -name '*.gcno' -exec cp '{}' gcov-obj ';'
  %endif