Fix build error in gcc 4.7.x
authorWonkyu Kwon <wonkyu.kwon@samsung.com>
Mon, 22 Jul 2013 07:46:42 +0000 (16:46 +0900)
committerWonkyu Kwon <wonkyu.kwon@samsung.com>
Mon, 22 Jul 2013 07:46:57 +0000 (16:46 +0900)
Change-Id: Id451aada19153759cd30e73d6668422e66ea525b

common/include/Debug.h
packaging/smartcard-service.spec

index 7cba0dc..e3f918a 100644 (file)
 #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 )
 
index 4ba54b6..56c7e40 100644 (file)
@@ -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