Merge branch 'tizen_5.5' into tizen 90/232490/1 accepted/tizen/unified/20200507.052320 submit/tizen/20200506.035916
authorJihoon Kim <jihoon48.kim@samsung.com>
Wed, 6 May 2020 01:49:02 +0000 (10:49 +0900)
committerJihoon Kim <jihoon48.kim@samsung.com>
Wed, 6 May 2020 01:49:09 +0000 (10:49 +0900)
Change-Id: Iddd8f60d5f63c6bf53d0e2740ba6a76bd7715481

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.35
+ Version:    0.1.40
  Release:    1
  Group:      Graphics & UI Framework/Input
  License:    Apache-2.0
@@@ -107,7 -107,6 +107,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