From 6d381c193fc79dc6e364fc4bc9a1a85436f22c1e Mon Sep 17 00:00:00 2001 From: Wonkyu Kwon Date: Mon, 22 Jul 2013 16:46:42 +0900 Subject: [PATCH] Fix build error in gcc 4.7.x Change-Id: Id451aada19153759cd30e73d6668422e66ea525b --- common/include/Debug.h | 4 ++-- packaging/smartcard-service.spec | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/common/include/Debug.h b/common/include/Debug.h index 7cba0dc..e3f918a 100644 --- a/common/include/Debug.h +++ b/common/include/Debug.h @@ -48,13 +48,13 @@ #define SCARD_BEGIN() \ do\ {\ - LOGD(COLOR_BLUE"BEGIN >>>>"COLOR_END);\ + LOGD(COLOR_BLUE "BEGIN >>>>" COLOR_END);\ } while( 0 ) #define SCARD_END() \ do\ {\ - LOGD(COLOR_BLUE"END <<<<"COLOR_END);\ + LOGD(COLOR_BLUE "END <<<<" COLOR_END);\ } \ while( 0 ) diff --git a/packaging/smartcard-service.spec b/packaging/smartcard-service.spec index 4ba54b6..56c7e40 100644 --- a/packaging/smartcard-service.spec +++ b/packaging/smartcard-service.spec @@ -1,7 +1,7 @@ Name: smartcard-service Summary: Smartcard Service FW -Version: 0.1.18 -Release: 0 +Version: 0.1.19 +Release: 3 Group: libs License: Apache-2.0 Source0: %{name}-%{version}.tar.gz -- 2.7.4