Hello community,
here is the log from the commit of package java-1_8_0-openjdk for
openSUSE:Factory checked in at 2017-10-28 14:20:33
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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"
Sat Oct 28 14:20:33 2017 rev:53 rq:536758 version:1.8.0.144
Changes:
--------
--- /work/SRC/openSUSE:Factory/java-1_8_0-openjdk/java-1_8_0-openjdk.changes
2017-10-06 10:54:30.230499379 +0200
+++
/work/SRC/openSUSE:Factory/.java-1_8_0-openjdk.new/java-1_8_0-openjdk.changes
2017-10-28 14:20:33.538020704 +0200
@@ -1,0 +2,5 @@
+Sun Oct 8 12:44:35 UTC 2017 - [email protected]
+
+- Enable improved font rendering on systems where it applies
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ java-1_8_0-openjdk.spec ++++++
--- /var/tmp/diff_new_pack.kfPi4i/_old 2017-10-28 14:20:35.717941002 +0200
+++ /var/tmp/diff_new_pack.kfPi4i/_new 2017-10-28 14:20:35.721940856 +0200
@@ -49,6 +49,11 @@
%global cacerts %{_jvmdir}/%{jredir}/lib/security/cacerts
# real file made by update-ca-certificates
%global javacacerts %{_var}/lib/ca-certificates/java-cacerts
+%if 0%{?suse_version} >= 1330
+%global with_improved_font_rendering 1
+%else
+%global with_improved_font_rendering 0
+%endif
%if 0%{?suse_version} >= 1140
%global with_pulseaudio 1
%else
@@ -206,9 +211,8 @@
BuildRequires: binutils
BuildRequires: cups-devel
BuildRequires: desktop-file-utils
-BuildRequires: fastjar
BuildRequires: fdupes
-BuildRequires: fontconfig
+BuildRequires: fontconfig-devel
BuildRequires: freetype2-devel
BuildRequires: gcc-c++
BuildRequires: giflib-devel
@@ -221,7 +225,6 @@
BuildRequires: pkgconfig
BuildRequires: unzip
BuildRequires: update-desktop-files
-BuildRequires: wget
BuildRequires: xorg-x11-proto-devel
BuildRequires: xz
BuildRequires: zip
@@ -529,6 +532,11 @@
%else
--disable-system-kerberos \
%endif
+%if %{with_improved_font_rendering}
+ --enable-improved-font-rendering \
+%else
+ --disable-improved-font-rendering \
+%endif
--with-openjdk-src-zip=%{SOURCE2} \
--with-corba-src-zip=%{SOURCE3} \
--with-jaxp-src-zip=%{SOURCE4} \