SAM Score: 4.64 -> 5.00
GV: 2.83 -> 5
+ fix cmake minimum required version warning
[Version] 0.2.8
[Issue Type] SAM
Change-Id: Ibc99f4a6a05e8511908be4870c6516e420e90079
-CMAKE_MINIMUM_REQUIRED(VERSION 2.6)
+CMAKE_MINIMUM_REQUIRED(VERSION 2.8.12)
SET(Services
"application"
Name: capi-media-tone-player
Summary: A tone player library in Tizen C API
-Version: 0.2.7
+Version: 0.2.8
Release: 0
Group: Multimedia/API
License: Apache-2.0
static GMainLoop *g_mainloop;
static GThread *event_thread;
-struct sigaction sig_int_old_action;
+static struct sigaction sig_int_old_action;
static int gid = -1;
static gpointer _g_mainloop_thread(gpointer data)