From 4d3bd0a6b5b762f6799320c58c32fd8d3c29389a Mon Sep 17 00:00:00 2001 From: Tomasz Swierczek Date: Thu, 9 Jan 2020 09:37:37 +0100 Subject: [PATCH] Release version 0.5.3 - Fix build for gcc 9 Change-Id: I9e8659c230982973ef95c7b36938f0e2422a447f --- CMakeLists.txt | 2 +- packaging/askuser-notification.spec | 2 +- packaging/askuser.changes | 4 ++++ src/notification-daemon/po/CMakeLists.txt | 2 +- 4 files changed, 7 insertions(+), 3 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 3225223..53512c0 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.2) +SET(ASKUSER_VERSION ${ASKUSER_VERSION_MAJOR}.5.3) ############################# cmake packages ################################## diff --git a/packaging/askuser-notification.spec b/packaging/askuser-notification.spec index 3f7490f..79078a5 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.2 +Version: 0.5.3 Release: 1 Group: Security/Access Control License: Apache-2.0 diff --git a/packaging/askuser.changes b/packaging/askuser.changes index 2411fe9..eeddfe6 100644 --- a/packaging/askuser.changes +++ b/packaging/askuser.changes @@ -1,3 +1,7 @@ +Thu Jan 09 2020 Tomasz Swierczek +Release version 0.5.3 +- Fix build for gcc 9 + Fri Aug 09 2019 Tomasz Swierczek Release version 0.5.2 - Omit calling buttonAnswer when pointers are already reset diff --git a/src/notification-daemon/po/CMakeLists.txt b/src/notification-daemon/po/CMakeLists.txt index 679384b..f40df02 100644 --- a/src/notification-daemon/po/CMakeLists.txt +++ b/src/notification-daemon/po/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (c) 2015-2017 Samsung Electronics Co., Ltd All Rights Reserved +# Copyright (c) 2015.3017 Samsung Electronics Co., Ltd All Rights Reserved # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. -- 2.7.4