Fixed crashing by xmlParser 86/49486/2 accepted/tizen/mobile/20151014.093252 accepted/tizen/tv/20151014.093308 accepted/tizen/wearable/20151014.093319 submit/tizen/20151014.063152
authorchanywa <cbible.kim@samsung.com>
Wed, 14 Oct 2015 01:11:06 +0000 (10:11 +0900)
committerchanywa <cbible.kim@samsung.com>
Wed, 14 Oct 2015 06:19:32 +0000 (15:19 +0900)
Change-Id: I27165db4ba4021f80a3b349eba3448cb34293af3

aarch64/libheremaps-engine.so.1.0.6_6
aarch64/libmaps-plugin-here.so.0.1.5
arm/libheremaps-engine.so.1.0.6_6
arm/libmaps-plugin-here.so.0.1.5
i586/libheremaps-engine.so.1.0.6_6
i586/libmaps-plugin-here.so.0.1.5
packaging/maps-plugin-here.spec
x86_64/libheremaps-engine.so.1.0.6_6
x86_64/libmaps-plugin-here.so.0.1.5

index f9a73f4ed37c89cd2a64f2ce03c38a5b23295c45..eb41c8f286fed8e45368c3acec47aa07becbeb61 100755 (executable)
Binary files a/aarch64/libheremaps-engine.so.1.0.6_6 and b/aarch64/libheremaps-engine.so.1.0.6_6 differ
index 7b1bb0e2081e87f2148e8f7cff80d1f204ce4224..f3b40037d89b1340c227b1be3b3aa497f8bb873a 100755 (executable)
Binary files a/aarch64/libmaps-plugin-here.so.0.1.5 and b/aarch64/libmaps-plugin-here.so.0.1.5 differ
index 097271aef4366ea8bb1a21378235aad664465e48..f25ef47a364121ff8b3a67e2b8dec4ec987c70ab 100755 (executable)
Binary files a/arm/libheremaps-engine.so.1.0.6_6 and b/arm/libheremaps-engine.so.1.0.6_6 differ
index 2060baaf3384281d7fde765e39f3d4345ac6156a..cfa79d31f4406fd282c74756e79eb75af38390d5 100755 (executable)
Binary files a/arm/libmaps-plugin-here.so.0.1.5 and b/arm/libmaps-plugin-here.so.0.1.5 differ
index 35bc5a284c944c14f4d98165ce09237f57bd28e9..400a010116359741bd06aa7adca1ca02b0bc9e4f 100755 (executable)
Binary files a/i586/libheremaps-engine.so.1.0.6_6 and b/i586/libheremaps-engine.so.1.0.6_6 differ
index 15f80fc25bdc3a37947677cc548c6ca3123d90bd..ac5a657e620ebcaefc2045edd00b757114381183 100755 (executable)
Binary files a/i586/libmaps-plugin-here.so.0.1.5 and b/i586/libmaps-plugin-here.so.0.1.5 differ
index d1d34f755c61fb87ecf9bd1ab417fb4e46ee7163..fcdce18578d038eb680e2f852b6b886817f56560 100755 (executable)
@@ -1,6 +1,6 @@
 Name:       maps-plugin-here
 Summary:    Tizen HERE Maps Plug-in Library
-Version:    0.1.5
+Version:    0.1.6
 Release:    1
 Group:      Location/Libraries
 License:    Apache-2.0 and HERE
@@ -11,6 +11,7 @@ BuildRequires: cmake
 # for here plugin
 BuildRequires: pkgconfig(glib-2.0)
 BuildRequires: pkgconfig(gmodule-2.0)
+BuildRequires: pkgconfig(libxml-2.0)
 BuildRequires: pkgconfig(dlog)
 BuildRequires: pkgconfig(capi-maps-service)
 BuildRequires: capi-maps-service-plugin-devel
@@ -18,7 +19,6 @@ BuildRequires: pkgconfig(capi-network-connection)
 BuildRequires: pkgconfig(capi-appfw-app-manager)
 # for here engine
 BuildRequires: pkgconfig(libcurl)
-BuildRequires: pkgconfig(libxml-2.0)
 BuildRequires: pkgconfig(json-c)
 BuildRequires: pkgconfig(libpng)
 BuildRequires: pkgconfig(capi-system-info)
@@ -56,6 +56,9 @@ cmake . -DCMAKE_INSTALL_PREFIX=%{_prefix} -DARCH=%{ARCH}
 rm -rf %{buildroot}
 %make_install
 
+mkdir -p %{buildroot}/usr/share/license
+cp LICENSE %{buildroot}/usr/share/license/%{name}
+
 mkdir -p %{buildroot}%{_prefix}/lib/maps/plugins/
 cp -a %{ARCH}/libmaps-plugin-here.so* %{buildroot}%{_prefix}/lib/maps/plugins/
 cp -a %{ARCH}/libheremaps-engine.so* %{buildroot}%{_prefix}/lib/
@@ -65,3 +68,4 @@ cp -a %{ARCH}/libheremaps-engine.so* %{buildroot}%{_prefix}/lib/
 %defattr(-,root,root,-)
 %{_prefix}/lib/maps/plugins/libmaps-plugin-here.so*
 %{_prefix}/lib/libheremaps-engine.so*
+/usr/share/license/maps-plugin-here
index 04867201208b9b165244cc772f7adea1e4c263a3..3e2a06205f8c5b1c5d401d10abfc92356ea154be 100755 (executable)
Binary files a/x86_64/libheremaps-engine.so.1.0.6_6 and b/x86_64/libheremaps-engine.so.1.0.6_6 differ
index 41b3a41862a40bd772079a7dadc7fb7cafc721d7..cfa79d31f4406fd282c74756e79eb75af38390d5 100755 (executable)
Binary files a/x86_64/libmaps-plugin-here.so.0.1.5 and b/x86_64/libmaps-plugin-here.so.0.1.5 differ