build: enable other arch 56/40056/1 tizen_3.0.2015.q2_common tizen_3.0.m1_mobile tizen_3.0.m1_tv accepted/tizen/common/20150602.115943 accepted/tizen/mobile/20150602.130715 accepted/tizen/tv/20150602.130738 accepted/tizen/wearable/20150602.130706 submit/tizen/20150602.060740 tizen_3.0.m1_mobile_release tizen_3.0.m1_tv_release tizen_3.0.m2.a1_mobile_release tizen_3.0.m2.a1_tv_release
authorJinhyung Choi <jinhyung2.choi@samsung.com>
Thu, 28 May 2015 10:28:35 +0000 (19:28 +0900)
committerJinhyung Choi <jinhyung2.choi@samsung.com>
Thu, 28 May 2015 10:28:35 +0000 (19:28 +0900)
Change-Id: Id7213bdfc4f1d554b0bab108e7e8459be8f3c8aa
Signed-off-by: Jinhyung Choi <jinhyung2.choi@samsung.com>
packaging/emuld.spec
src/emuld.cpp

index 1d131e6e961ba625992eba83a424d4ef98dc2d00..e3d74bc8629be2d5dd831c5d50da5db848d779db 100644 (file)
@@ -1,11 +1,10 @@
 Name: emuld
-Version: 0.9.5
+Version: 0.9.6
 Release: 0
 Summary: Emulator daemon
 License: Apache-2.0
 Source0: %{name}-%{version}.tar.gz
 Group: SDK/Other
-ExclusiveArch: %{ix86}
 
 BuildRequires: cmake
 BuildRequires: pkgconfig(vconf)
index 9c3b88bc30c71f97397bc68a4f833ddfc8b6734b..fa5bbca8f9f61535e16ee0030cd0908257407da9 100644 (file)
@@ -305,7 +305,7 @@ void writelog(const char* fmt, ...)
     va_list args;
     va_start(args, fmt);
     vfprintf(logfile, fmt, args);
-    vfprintf(logfile, "\n", NULL);
+    fprintf(logfile, "\n");
     va_end(args);
     fclose(logfile);
 }