From 15001b765d857b9b13a9e8c4e2c9a430f4e21482 Mon Sep 17 00:00:00 2001 From: Tomasz Swierczek Date: Thu, 3 Sep 2020 10:46:08 +0200 Subject: [PATCH] Release version 0.6.0 - 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 | 2 +- packaging/askuser-notification.spec | 2 +- packaging/askuser.changes | 4 ++++ 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index faeaf44..d029880 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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 ################################## diff --git a/packaging/askuser-notification.spec b/packaging/askuser-notification.spec index 770b0b4..de5eb03 100644 --- a/packaging/askuser-notification.spec +++ b/packaging/askuser-notification.spec @@ -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 diff --git a/packaging/askuser.changes b/packaging/askuser.changes index e41abf3..8bac466 100644 --- a/packaging/askuser.changes +++ b/packaging/askuser.changes @@ -1,3 +1,7 @@ +Thu Sep 03 2020 Tomasz Swierczek +Release version 0.6.0 +- Fix retrieving app component type + Wed Aug 05 2020 Mateusz Cegielka Release version 0.5.9 - Merge changes Ie0d96e84,I8418a739,Ib5879a39,I29deb31f,Ie8f5b988, ... into tizen -- 2.7.4