Hello community,
here is the log from the commit of package java-1_8_0-openjdk for
openSUSE:Factory checked in at 2016-07-14 09:42:28
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/java-1_8_0-openjdk (Old)
and /work/SRC/openSUSE:Factory/.java-1_8_0-openjdk.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "java-1_8_0-openjdk"
Changes:
--------
--- /work/SRC/openSUSE:Factory/java-1_8_0-openjdk/java-1_8_0-openjdk.changes
2016-06-29 15:00:58.000000000 +0200
+++
/work/SRC/openSUSE:Factory/.java-1_8_0-openjdk.new/java-1_8_0-openjdk.changes
2016-07-14 09:42:29.000000000 +0200
@@ -1,0 +2,7 @@
+Thu Jul 7 14:41:06 UTC 2016 - [email protected]
+
+- Fix script linking /usr/share/javazi/tzdb.dat for platform where
+ it applies (bsc#987895)
+- Enable SunEC for SLE12 and Leap
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ java-1_8_0-openjdk.spec ++++++
--- /var/tmp/diff_new_pack.fDehty/_old 2016-07-14 09:42:31.000000000 +0200
+++ /var/tmp/diff_new_pack.fDehty/_new 2016-07-14 09:42:31.000000000 +0200
@@ -118,8 +118,12 @@
%if 0%{?__isa_bits}
%global bits %{__isa_bits}
%endif
-%if 0%{?suse_version} >= 1330
+%if 0%{?suse_version} >= 1330 || 0%{?suse_version} == 1315
+%if %{with bootstrap}
+%global with_sunec 0
+%else
%global with_sunec 1
+%endif
%else
%global with_sunec 0
%endif
@@ -811,7 +815,10 @@
jre_%{javaver}_exports %{_jvmjardir}/%{jrelnk}
%if 0%{?suse_version} > 1320
-if [ ! -e %{_jvmdir}/%{jredir}/lib/tzdb.dat ]; then
+if [ -e %{_datadir}/javazi/tzdb.dat ]; then
+ if [ -e %{_jvmdir}/%{jredir}/lib/tzdb.dat ]; then
+ rm -f %{_jvmdir}/%{jredir}/lib/tzdb.dat
+ fi
ln -sf %{_datadir}/javazi/tzdb.dat %{_jvmdir}/%{jredir}/lib/tzdb.dat
fi
%endif