Merge branch 'tizen_3.0' into tizen 09/115209/1 accepted/tizen/common/20170217.161459 accepted/tizen/unified/20170309.034308 accepted/tizen/wearable/20170217.094332 submit/tizen/20170217.071740 submit/tizen_unified/20170308.100410
authorsungwook79.park <sungwook79.park@samsung.com>
Fri, 17 Feb 2017 02:10:24 +0000 (11:10 +0900)
committersungwook79.park <sungwook79.park@samsung.com>
Fri, 17 Feb 2017 02:10:24 +0000 (11:10 +0900)
Change-Id: I2a09227205756fcc6568b0bc0f2416ff069b5e79

1  2 
packaging/org.tizen.inputdelegator.spec
src/w-input-selector.cpp

@@@ -1,15 -1,6 +1,15 @@@
 +# For the backward compatibility, this is to be built for
 +# wearable profile or 4.0 unified building environment.
 +# This cannot be built for non-wearable in conventional 3.0 build environment.
 +# Note that it is not a good idea to limit building with ExcludeArch because there are new architectures being tested.
 +# Use ExclusiveArch istead.
 +%if "%{?profile}" == "mobile" || "%{?profile}" == "tv" || "%{?profile}" == "ivi" || "%{?profile}" == "common"
 +ExclusiveArch:  none
 +%endif
 +
  Name: org.tizen.inputdelegator
  Summary: Input Delegator Application
- Version: 0.1.170125
+ Version: 0.1.170216
  Release: 1
  Group: Applications
  License: Apache-2.0
Simple merge