Release version 0.6.0 accepted/tizen_6.0_unified accepted/tizen_6.0_unified_hotfix accepted/tizen_6.5_unified accepted/tizen_7.0_unified accepted/tizen_7.0_unified_hotfix tizen_6.0 tizen_6.0_hotfix tizen_6.5 tizen_7.0 tizen_7.0_hotfix accepted/tizen/6.0/unified/20201030.114727 accepted/tizen/6.0/unified/hotfix/20201103.003712 accepted/tizen/6.5/unified/20211028.122859 accepted/tizen/7.0/unified/20221110.061429 accepted/tizen/7.0/unified/hotfix/20221116.105511 accepted/tizen/unified/20200904.154101 submit/tizen/20200903.115303 submit/tizen_6.0/20201029.205104 submit/tizen_6.0_hotfix/20201102.192504 submit/tizen_6.0_hotfix/20201103.114804 submit/tizen_6.5/20211028.162401 tizen_6.0.m2_release tizen_6.5.m2_release tizen_7.0_m2_release
authorTomasz Swierczek <t.swierczek@samsung.com>
Thu, 3 Sep 2020 08:46:08 +0000 (10:46 +0200)
committerTomasz Swierczek <t.swierczek@samsung.com>
Thu, 3 Sep 2020 11:39:16 +0000 (13:39 +0200)
- Fix retrieving app component type

This commit changes versionning on tizen branch because
of differences between Tizen 5.5 and 6.0 (ie. the compiler).

Change-Id: If07530a1ef7a26c45265a3bb9794b628ba504af5

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

index faeaf44..d029880 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.9)
+SET(ASKUSER_VERSION ${ASKUSER_VERSION_MAJOR}.6.0)
 
 ############################# cmake packages ##################################
 
index 770b0b4..de5eb03 100644 (file)
@@ -4,7 +4,7 @@
 
 Name:       askuser-notification
 Summary:    User daemon which shows popup with privilege request
-Version:    0.5.9
+Version:    0.6.0
 Release:    1
 Group:      Security/Access Control
 License:    Apache-2.0
index e41abf3..8bac466 100644 (file)
@@ -1,3 +1,7 @@
+Thu Sep 03 2020 Tomasz Swierczek <t.swierczek@samsung.com>
+Release version 0.6.0
+- Fix retrieving app component type
+
 Wed Aug 05 2020 Mateusz Cegielka <m.cegielka@samsung.com>
 Release version 0.5.9
 - Merge changes Ie0d96e84,I8418a739,Ib5879a39,I29deb31f,Ie8f5b988, ... into tizen