Release version 1.1.0 16/110516/2 accepted/tizen/3.0/common/20170119.105554 accepted/tizen/3.0/ivi/20170118.225947 accepted/tizen/3.0/mobile/20170118.225901 accepted/tizen/3.0/tv/20170118.225917 accepted/tizen/3.0/wearable/20170118.225932 accepted/tizen/common/20170119.171532 accepted/tizen/common/20170125.113237 accepted/tizen/ivi/20170119.222202 accepted/tizen/mobile/20170119.221801 accepted/tizen/tv/20170119.221954 accepted/tizen/wearable/20170119.222054 submit/tizen/20170117.053142 submit/tizen/20170119.070147 submit/tizen_3.0/20170117.054147
authorHyunho Kang <hhstark.kang@samsung.com>
Tue, 17 Jan 2017 01:18:14 +0000 (10:18 +0900)
committerHyunho Kang <hhstark.kang@samsung.com>
Tue, 17 Jan 2017 04:13:46 +0000 (13:13 +0900)
Changes:
- Add tizen remote surface buffer changed callback

Change-Id: I87c2c4d15db825b050fa5545276057f6f4fced7c
Signed-off-by: Hyunho Kang <hhstark.kang@samsung.com>
packaging/libscreen_connector.spec

index c419aa0..469cdc3 100644 (file)
@@ -1,6 +1,6 @@
 Name: libscreen_connector
 Summary: Library for developing the application
-Version: 1.0
+Version: 1.1.0
 Release: 1
 Group: Applications/Core Applications
 License: Apache-2.0
@@ -36,7 +36,8 @@ cp %{SOURCE1002} .
 cp %{SOURCE1003} .
 
 %build
-%cmake . -DTZ_SYS_SHARE=/usr/share
+MAJORVER=`echo %{version} | awk 'BEGIN {FS="."}{print $1}'`
+%cmake . -DTZ_SYS_SHARE=/usr/share -DMAJORVER=${MAJORVER} -DFULLVER=%{version}
 make %{?jobs:-j%jobs}
 
 %install
@@ -140,4 +141,4 @@ Header & package configuration files to support development of the widget viewer
 %{_libdir}/pkgconfig/screen_connector_watcher_evas.pc
 
 
-# End of a file
\ No newline at end of file
+# End of a file