[Tizen-submit] 21786: Changes to Tizen:IVI/lemolo
noreply at tizen.org
noreply at tizen.org
Fri Feb 28 20:43:05 GMT 2014
Hi,
Jimmy Huang have made the following changes to lemolo in project Tizen:IVI. Please review and accept ASAP.
Thank You,
[This message was auto-generated]
---
Request: #21786
submit: Tizen:IVI:build/lemolo(cleanup) -> Tizen:IVI
Message:
Submitter: Jimmy Huang <jimmy.huang at intel.com>
Comments: Added support for dynamically changing languages
- Implements TIVI-1390, Dialer needs to support localization and changing language dynamically
Git project: profile/ivi/lemolo
Tag: submit/tizen/20140228.203501
Commit: a2bf1e9d1bf84f4d2a97b75c6a3e6609fe8965fe Updated changelog
State: new 2014-02-28T20:42:44 tizenrobot
Comment: <no comment>
changes files:
--------------
--- lemolo.changes
+++ lemolo.changes
@@ -0,0 +1,15 @@
+* Fri Feb 28 2014 Jimmy Huang <jimmy.huang at intel.com> submit/tizen/20140228.192930 at 532fe24
+- Bump version to 0.1.5
+- Added support for changing locale dynamically
+- Added missing de_DE to translation file
+- Added German translations
+- Added Traditional Chinese translations
+- Added Simplified Chinese translations
+
+* Tue Feb 18 2014 Jimmy Huang <jimmy.huang at intel.com> submit/accepted/tizen/ivi/20140131.204941 at 2b2d852
+- Add gettext support for internationalization
+
+* Wed Jan 29 2014 Jimmy Huang <jimmy.huang at intel.com> accepted/tizen/20131115.212927 at 9ce884c
+- Use FindObject instead of deprecated findProperty to pull from AMB
+- Fixes TIVI-2631
+
old:
----
lemolo-0.1.4.tar.bz2
new:
----
lemolo-0.1.5.tar.bz2
spec files:
-----------
--- lemolo.spec
+++ lemolo.spec
@@ -1,9 +1,9 @@
%bcond_with lemolo_option_notification
Name: lemolo
-VCS: profile/ivi/lemolo#393c9480bc6e3789e9cb4820578e90daf09fb7cd
+VCS: profile/ivi/lemolo#a2bf1e9d1bf84f4d2a97b75c6a3e6609fe8965fe
Summary: Ofono EFL Dialer
-Version: 0.1.4
+Version: 0.1.5
Release: 1
Group: Applications/Telephony
License: Apache-2.0
@@ -11,6 +11,7 @@
Source0: %{name}-%{version}.tar.bz2
BuildRequires: pkgconfig(ecore)
BuildRequires: pkgconfig(evas)
+BuildRequires: pkgconfig(edbus)
BuildRequires: pkgconfig(elementary)
BuildRequires: pkgconfig(ofono)
BuildRequires: pkgconfig(ecore-x)
@@ -23,6 +24,7 @@
BuildRequires: pkgconfig(notification)
BuildRequires: pkgconfig(libpulse)
BuildRequires: edje-tools
+BuildRequires: gettext-tools
Requires: ofono
Requires: automotive-message-broker
@@ -47,8 +49,9 @@
%install
rm -rf %{buildroot}
%make_install
+%find_lang %{name}
-%files
+%files -f %{name}.lang
%defattr(-,root,root,-)
%{_bindir}/answer_daemon
%{_bindir}/dialer
other changes:
--------------
++++++ lemolo-0.1.4.tar.bz2 -> lemolo-0.1.5.tar.bz2
--- Makefile.am
+++ Makefile.am
@@ -4,6 +4,7 @@
-DPACKAGE_DATA_DIR=\"$(pkgdatadir)/\" \
-DPACKAGE_BIN_DIR=\"$(bindir)\" \
-DPACKAGE_LIB_DIR=\"$(libdir)\" \
+ -DLOCALEDIR=\"${datadir}/locale\" \
-I$(top_srcdir)/utils \
Please refer to OBS webUI for more details about this SR.
More information about the Tizen-submit
mailing list