Release version 0.5.10 tizen_5.5 submit/tizen_5.5/20200903.114544
authorTomasz Swierczek <t.swierczek@samsung.com>
Thu, 3 Sep 2020 11:28:40 +0000 (13:28 +0200)
committerTomasz Swierczek <t.swierczek@samsung.com>
Thu, 3 Sep 2020 11:40:58 +0000 (13:40 +0200)
- Fix retrieving app component type

This release changes the package version by 2 because 0.5.9 already
exists on tizen branch and we can't synch these because of compiler changes.

Change-Id: I828cc94343398644b5f9ab45d2f163e80c0efdae

CMakeLists.txt
packaging/askuser-notification.spec
packaging/askuser.changes

index bda1c8056d2efaa069ae2ec2c0fc005b32348d3f..4e54d218b948ee37be02e2332c0d8a50e96858e2 100644 (file)
@@ -22,7 +22,7 @@
 CMAKE_MINIMUM_REQUIRED(VERSION 2.8.3)
 PROJECT("askuser")
 SET(ASKUSER_VERSION_MAJOR 0)
-SET(ASKUSER_VERSION ${ASKUSER_VERSION_MAJOR}.5.8)
+SET(ASKUSER_VERSION ${ASKUSER_VERSION_MAJOR}.5.10)
 
 ############################# cmake packages ##################################
 
index 913ecaef8c83903ea489f0fda64f9713f740d894..2e4d5aad80f6432a71ad6706bb9c62fbd6fdba98 100644 (file)
@@ -4,7 +4,7 @@
 
 Name:       askuser-notification
 Summary:    User daemon which shows popup with privilege request
-Version:    0.5.8
+Version:    0.5.10
 Release:    1
 Group:      Security/Access Control
 License:    Apache-2.0
index a100c92c53dd31d7d269c016b4bbd8c322ffad22..6fab3193038470c21bf07a29ffd7438ee0fd3dda 100644 (file)
@@ -1,3 +1,7 @@
+Thu Sep 03 2020 Tomasz Swierczek <t.swierczek@samsung.com>
+Release version 0.5.10
+- Fix retrieving app component type
+
 Mon Apr 20 2020 Tomasz Swierczek <t.swierczek@samsung.com>
 Release version 0.5.8
 - Remove unused EFL and traslations code