Hello community, here is the log from the commit of package icedtea-web for openSUSE:Factory checked in at 2018-10-04 19:01:21 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/icedtea-web (Old) and /work/SRC/openSUSE:Factory/.icedtea-web.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "icedtea-web" Thu Oct 4 19:01:21 2018 rev:28 rq:639670 version:1.7.1 Changes: -------- --- /work/SRC/openSUSE:Factory/icedtea-web/icedtea-web.changes 2018-07-06 10:42:50.811193962 +0200 +++ /work/SRC/openSUSE:Factory/.icedtea-web.new/icedtea-web.changes 2018-10-04 19:01:23.075210278 +0200 @@ -1,0 +2,6 @@ +Wed Sep 26 05:49:20 UTC 2018 - Fridrich Strba <[email protected]> + +- BuildConflict with java >= 11, since it cannot build icedtea-web + due to removed classes. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ icedtea-web.spec ++++++ --- /var/tmp/diff_new_pack.8ezzHR/_old 2018-10-04 19:01:23.643209682 +0200 +++ /var/tmp/diff_new_pack.8ezzHR/_new 2018-10-04 19:01:23.647209677 +0200 @@ -12,15 +12,10 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # -%if !0%{?is_opensuse} && 0%{?sle_version} >= 150000 -%global build_native_plugin 0 -%else -%global build_native_plugin 1 -%endif %global build_docs 1 %define javadir %{_jvmdir}/java %define jredir %{_jvmdir}/jre @@ -32,13 +27,18 @@ %define gurlhandler /desktop/gnome/url-handlers %define jnlphandler %{gurlhandler}/jnlp %define jnlpshandler %{gurlhandler}/jnlps +%if !0%{?is_opensuse} && 0%{?sle_version} >= 150000 +%global build_native_plugin 0 +%else +%global build_native_plugin 1 +%endif Name: icedtea-web Version: 1.7.1 Release: 0 Summary: Java Web Start implementation License: GPL-2.0-with-classpath-exception Group: Development/Languages/Java -Url: http://icedtea.classpath.org +URL: http://icedtea.classpath.org Source0: http://icedtea.classpath.org/download/source/icedtea-web-%{version}.tar.gz Patch0: icedtea-web-suse-desktop-files.patch Patch1: icedtea-web-jdk10.patch @@ -48,7 +48,6 @@ BuildRequires: fdupes BuildRequires: hamcrest BuildRequires: java-devel >= 1.8 -BuildConflicts: java-devel >= 11 # owns javadocdir BuildRequires: javapackages-tools BuildRequires: junit @@ -58,6 +57,9 @@ BuildRequires: rhino BuildRequires: tagsoup BuildRequires: zip +BuildConflicts: java >= 11 +BuildConflicts: java-devel >= 11 +BuildConflicts: java-headless >= 11 Requires: java >= 1.8 Requires: rhino Requires: tagsoup @@ -204,7 +206,8 @@ %if %{build_docs} %files javadoc -%doc NEWS README COPYING +%license COPYING +%doc NEWS README %dir %{_javadocdir}/%{name} %{_javadocdir}/%{name}/*
