diff options
author | Yunjin Lee <yunjin-.lee@samsung.com> | 2020-04-27 15:08:46 +0900 |
---|---|---|
committer | Yunjin Lee <yunjin-.lee@samsung.com> | 2020-04-27 15:08:46 +0900 |
commit | dfda1d05d570846c175a20860845293029181dd1 (patch) | |
tree | c48e5cf89092fbee38118fce7611dad4e5ce582a | |
parent | 4d671770aaf31f613084295cdca827d688c0783c (diff) | |
download | askuser-popup-dfda1d05d570846c175a20860845293029181dd1.tar.gz askuser-popup-dfda1d05d570846c175a20860845293029181dd1.tar.bz2 askuser-popup-dfda1d05d570846c175a20860845293029181dd1.zip |
Release version 0.0.8submit/tizen_5.5/20200427.061941submit/tizen/20200427.061841accepted/tizen/unified/20200428.130020accepted/tizen/5.5/unified/20200428.130449
- Fix app event handler size
Change-Id: I42373b04e5513cc8e21853276a2ba8f5c002b927
Signed-off-by: Yunjin Lee <yunjin-.lee@samsung.com>
-rw-r--r-- | packaging/changes | 3 | ||||
-rwxr-xr-x | packaging/org.tizen.askuser-popup.spec | 2 |
2 files changed, 4 insertions, 1 deletions
diff --git a/packaging/changes b/packaging/changes index 1ba171c..46b775e 100644 --- a/packaging/changes +++ b/packaging/changes @@ -1,3 +1,6 @@ +Release version 0.0.8 +- Fix app event handler size + Release version 0.0.7 - Use snprintf instead of sprintf diff --git a/packaging/org.tizen.askuser-popup.spec b/packaging/org.tizen.askuser-popup.spec index a173ddc..6a7c345 100755 --- a/packaging/org.tizen.askuser-popup.spec +++ b/packaging/org.tizen.askuser-popup.spec @@ -3,7 +3,7 @@ Name: org.tizen.askuser-popup-profile_mobile Summary: Ask user popup for mobile profile -Version: 0.0.7 +Version: 0.0.8 Release: 0 Provides: org.tizen.askuser-popup = %{version}-%{release} Group: Applications/Other |