diff options
author | Masayuki Sasaki <masayuki.sasaki@mail.toyota-td.jp> | 2014-03-28 15:19:03 +0900 |
---|---|---|
committer | Masayuki Sasaki <masayuki.sasaki@mail.toyota-td.jp> | 2014-03-28 15:22:35 +0900 |
commit | 07fa4274dc210abde27454a662bf93a6994688c7 (patch) | |
tree | cd0c829469d9a4b64860f83a03455d93fb185269 | |
parent | da8b41289369e5f3bdbbd0ab2fb72f8de0c5671b (diff) | |
download | ico-uxf-homescreen-sample-apps-07fa4274dc210abde27454a662bf93a6994688c7.tar.gz ico-uxf-homescreen-sample-apps-07fa4274dc210abde27454a662bf93a6994688c7.tar.bz2 ico-uxf-homescreen-sample-apps-07fa4274dc210abde27454a662bf93a6994688c7.zip |
0.9.8 releasesubmit/tizen/20140328.065705accepted/tizen/ivi/panda/20140328.181252accepted/tizen/ivi/20140328.204156
Add a required package(weston-ivi-shell-clients) to a spec file.
Change-Id: I81fbcda38e409146ac07813d076c90d067d4be6c
Signed-off-by: Masayuki Sasaki <masayuki.sasaki@mail.toyota-td.jp>
-rw-r--r-- | packaging/ico-uxf-homescreen-sample-apps.changes | 4 | ||||
-rw-r--r-- | packaging/ico-uxf-homescreen-sample-apps.spec | 3 |
2 files changed, 6 insertions, 1 deletions
diff --git a/packaging/ico-uxf-homescreen-sample-apps.changes b/packaging/ico-uxf-homescreen-sample-apps.changes index 4cc9a7b..850be30 100644 --- a/packaging/ico-uxf-homescreen-sample-apps.changes +++ b/packaging/ico-uxf-homescreen-sample-apps.changes @@ -1,3 +1,7 @@ +* Fri Mar 28 2014 Shibata Makoto <shibata@mac.tec.toyota.co.jp> accepted/tizen/ivi/20140327.205806@1b9652d +- 0.9.8 release +-- Add a required package(weston-ivi-shell-clients) to a spec file. + * Thu Mar 27 2014 Shibata Makoto <shibata@mac.tec.toyota.co.jp> accepted/tizen/ivi/release/20140312.124726@b186d75 - 0.9.7 release. -- The path of weston-terminal is changed into /usr/bin/ivi of GENIVI LayerManager from /usr/bin of standard Weston. diff --git a/packaging/ico-uxf-homescreen-sample-apps.spec b/packaging/ico-uxf-homescreen-sample-apps.spec index 052c91e..db10d82 100644 --- a/packaging/ico-uxf-homescreen-sample-apps.spec +++ b/packaging/ico-uxf-homescreen-sample-apps.spec @@ -1,6 +1,6 @@ Name: ico-uxf-homescreen-sample-apps Summary: HomeScreen sample application -Version: 0.9.7 +Version: 0.9.8 Release: 1.1 Group: System/GUI License: Apache License, Version 2.0 @@ -29,6 +29,7 @@ BuildRequires: pkgconfig(capi-appfw-application) Requires: weston >= 1.2 Requires: ico-uxf-weston-plugin Requires: ico-uxf-homescreen >= 0.9.01 +Requires: weston-ivi-shell-clients Requires: ecore Requires: elementary Requires: evas |