Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package java-17-openjdk for openSUSE:Factory checked in at 2021-09-14 21:14:50 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/java-17-openjdk (Old) and /work/SRC/openSUSE:Factory/.java-17-openjdk.new.1899 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "java-17-openjdk" Tue Sep 14 21:14:50 2021 rev:2 rq:918965 version:17.0.0.0 Changes: -------- --- /work/SRC/openSUSE:Factory/java-17-openjdk/java-17-openjdk.changes 2021-08-25 20:59:05.625091438 +0200 +++ /work/SRC/openSUSE:Factory/.java-17-openjdk.new.1899/java-17-openjdk.changes 2021-09-14 21:15:09.744450541 +0200 @@ -1,0 +2,5 @@ +Tue Sep 14 14:33:43 UTC 2021 - Fridrich Strba <fst...@suse.com> + +- jdk-17+35 is official release of OpenJDK 17 + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ java-17-openjdk.spec ++++++ --- /var/tmp/diff_new_pack.TzI4oP/_old 2021-09-14 21:15:11.136451907 +0200 +++ /var/tmp/diff_new_pack.TzI4oP/_new 2021-09-14 21:15:11.140451910 +0200 @@ -1,5 +1,5 @@ # -# spec file for package java-17-openjdk +# spec file # # Copyright (c) 2021 SUSE LLC # @@ -141,7 +141,7 @@ %global tapsetdir %{tapsetroot}/tapset/%{_build_cpu} %endif Name: java-%{featurever}-openjdk -Version: %{featurever}.%{interimver}.%{updatever}.%{patchver}~%{buildver} +Version: %{featurever}.%{interimver}.%{updatever}.%{patchver} Release: 0 Summary: OpenJDK %{featurever} Runtime Environment License: Apache-1.1 AND Apache-2.0 AND GPL-1.0-or-later AND GPL-2.0-only AND GPL-2.0-only WITH Classpath-exception-2.0 AND LGPL-2.0-only AND MPL-1.0 AND MPL-1.1 AND SUSE-Public-Domain AND W3C @@ -267,6 +267,7 @@ Requires: %{name}-headless = %{version}-%{release} Requires: fontconfig Requires(post): file +%if 0%{?suse_version} > 1500 || 0%{?java_bootstrap} # Standard JPackage base provides. Provides: java = %{javaver} Provides: java-%{javaver} = %{version}-%{release} @@ -285,7 +286,7 @@ Provides: jre-%{javaver}-%{bits} Provides: jre-%{javaver}-openjdk-%{bits} = %{version}-%{release} Provides: jre-openjdk-%{bits} = %{version}-%{release} -Provides: jre1.1openSUSE_Leap_42.30.x +Provides: jre1.10.x Provides: jre1.3.x Provides: jre1.4.x Provides: jre1.5.x @@ -293,6 +294,7 @@ Provides: jre1.7.x Provides: jre1.8.x Provides: jre1.9.x +%endif %if 0%{?suse_version} < 1500 BuildRequires: gcc7 BuildRequires: gcc7-c++ @@ -304,11 +306,15 @@ BuildRequires: liblcms2-devel %endif %if %{bootcycle} +%if 0%{?suse_version} > 1500 || 0%{?java_bootstrap} BuildRequires: java-devel >= 16 BuildConflicts: java-devel >= 18 %else BuildRequires: %{name}-devel %endif +%else +BuildRequires: %{name}-devel +%endif # Zero-assembler build requirement. %if %{with zero} BuildRequires: libffi-devel @@ -337,8 +343,9 @@ # Post requires update-alternatives to install tool update-alternatives. Requires(post): update-alternatives # Postun requires update-alternatives to uninstall tool update-alternatives. -Requires(postun): update-alternatives +Requires(postun):update-alternatives Recommends: tzdata-java8 +%if 0%{?suse_version} > 1500 || 0%{?java_bootstrap} # Standard JPackage base provides. Provides: java-%{javaver}-headless = %{version}-%{release} Provides: java-headless = %{javaver} @@ -358,6 +365,7 @@ Provides: jndi-ldap = %{version} Provides: jndi-rmi = %{version} Provides: jsse = %{version} +%endif %description headless The OpenJDK %{featurever} runtime environment without audio and video support. @@ -370,7 +378,8 @@ # Post requires update-alternatives to install tool update-alternatives. Requires(post): update-alternatives # Postun requires update-alternatives to uninstall tool update-alternatives. -Requires(postun): update-alternatives +Requires(postun):update-alternatives +%if 0%{?suse_version} > 1500 || 0%{?java_bootstrap} # Standard JPackage devel provides. Provides: java-%{javaver}-devel = %{version} Provides: java-devel = %{javaver} @@ -379,6 +388,7 @@ Provides: java-sdk-%{javaver} = %{version} Provides: java-sdk-%{javaver}-openjdk = %{version} Provides: java-sdk-openjdk = %{version} +%endif %description devel The OpenJDK %{featurever} development tools. @@ -414,10 +424,12 @@ # Post requires update-alternatives to install javadoc alternative. Requires(post): update-alternatives # Postun requires update-alternatives to uninstall javadoc alternative. -Requires(postun): update-alternatives +Requires(postun):update-alternatives +%if 0%{?suse_version} > 1500 || 0%{?java_bootstrap} # Standard JPackage javadoc provides. Provides: java-%{javaver}-javadoc = %{version}-%{release} Provides: java-javadoc = %{version}-%{release} +%endif BuildArch: noarch %description javadoc @@ -488,7 +500,6 @@ %patch16 -p1 %patch17 -p1 - %patch20 -p1 %patch200 -p1 @@ -563,7 +574,7 @@ --with-version-patch=%{patchver} \ --with-version-date=%{datever} \ --with-version-build=%{buildver} \ -%if 0 +%if 1 --with-version-pre="" \ %endif --with-version-opt="suse-%{release}-%{_arch}" \