Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package rxtx-java for openSUSE:Factory checked in at 2022-03-23 20:18:44 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/rxtx-java (Old) and /work/SRC/openSUSE:Factory/.rxtx-java.new.25692 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "rxtx-java" Wed Mar 23 20:18:44 2022 rev:3 rq:964239 version:2.2~pre2 Changes: -------- --- /work/SRC/openSUSE:Factory/rxtx-java/rxtx-java.changes 2021-07-28 19:21:11.587544758 +0200 +++ /work/SRC/openSUSE:Factory/.rxtx-java.new.25692/rxtx-java.changes 2022-03-23 20:20:34.350537240 +0100 @@ -1,0 +2,7 @@ +Wed Mar 23 10:27:47 UTC 2022 - Fridrich Strba <[email protected]> + +- Require java >= 1.8 for building +- Build javadoc with source level 8 to prevent problems with + "yield' becoming a restricted identifier in Java 13 + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ rxtx-java.spec ++++++ --- /var/tmp/diff_new_pack.iI8WD7/_old 2022-03-23 20:20:34.838537516 +0100 +++ /var/tmp/diff_new_pack.iI8WD7/_new 2022-03-23 20:20:34.846537520 +0100 @@ -1,7 +1,7 @@ # # spec file for package rxtx-java # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -39,6 +39,7 @@ Patch6: rxtx-java-version.patch Patch7: rxtx-java-missing-javah.patch BuildRequires: automake +BuildRequires: java-devel >= 1.8 BuildRequires: libtool BuildRequires: pkgconfig BuildRequires: unzip @@ -50,7 +51,6 @@ BuildRequires: aqute-bnd BuildRequires: javapackages-local %else -BuildRequires: java-devel BuildRequires: javapackages-tools %endif %if 0%{?mdkversion} @@ -93,9 +93,7 @@ %patch4 %patch5 -p1 %patch6 -p1 -%if %{?pkg_vcmp:%pkg_vcmp java-devel >= 1.8}%{!?pkg_vcmp:0} %patch7 -p1 -%endif %build export THREADS_FLAG=native @@ -117,12 +115,12 @@ # build javadoc mkdir -p javadoc -javadoc -d javadoc src/gnu/io/*.java +javadoc -d javadoc -source 8 src/gnu/io/*.java %install install -dm 0755 %{buildroot}%{_jnidir} %{buildroot}%{_libdir} make RXTX_PATH=%{buildroot}%{_libdir} JHOME=%{buildroot}%{_jnidir} install -find %{buildroot} -name '*.la' -print -delete +find %{buildroot} -type f -name "*.la" -delete -print find %{buildroot}%{_prefix} -xtype f -print | \ sed "s@^$RPM_BUILD_ROOT@@g" > INSTALLED_FILES
