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 2023-03-17 17:05:12
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/rxtx-java (Old)
 and      /work/SRC/openSUSE:Factory/.rxtx-java.new.31432 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "rxtx-java"

Fri Mar 17 17:05:12 2023 rev:4 rq:1072650 version:2.2~pre2

Changes:
--------
--- /work/SRC/openSUSE:Factory/rxtx-java/rxtx-java.changes      2022-03-23 
20:20:34.350537240 +0100
+++ /work/SRC/openSUSE:Factory/.rxtx-java.new.31432/rxtx-java.changes   
2023-03-17 17:05:29.458068762 +0100
@@ -1,0 +2,8 @@
+Mon Mar 13 16:12:19 UTC 2023 - Fridrich Strba <fst...@suse.com>
+
+- Added patch:
+  * rxtx-yield.patch
+    + fix 'yield' becoming a restricted identifier in Java 13
+- Do not force building of javadoc with source level 8
+
+-------------------------------------------------------------------

New:
----
  rxtx-yield.patch

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ rxtx-java.spec ++++++
--- /var/tmp/diff_new_pack.4LUeSN/_old  2023-03-17 17:05:30.042071840 +0100
+++ /var/tmp/diff_new_pack.4LUeSN/_new  2023-03-17 17:05:30.050071882 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package rxtx-java
 #
-# Copyright (c) 2022 SUSE LLC
+# Copyright (c) 2023 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -38,6 +38,7 @@
 Patch5:         rxtx-java-38400.patch
 Patch6:         rxtx-java-version.patch
 Patch7:         rxtx-java-missing-javah.patch
+Patch8:         rxtx-yield.patch
 BuildRequires:  automake
 BuildRequires:  java-devel >= 1.8
 BuildRequires:  libtool
@@ -94,6 +95,7 @@
 %patch5 -p1
 %patch6 -p1
 %patch7 -p1
+%patch8 -p1
 
 %build
 export THREADS_FLAG=native
@@ -115,7 +117,7 @@
 
 # build javadoc
 mkdir -p javadoc
-javadoc -d javadoc -source 8 src/gnu/io/*.java
+javadoc -d javadoc src/gnu/io/*.java
 
 %install
 install -dm 0755 %{buildroot}%{_jnidir} %{buildroot}%{_libdir}


++++++ rxtx-yield.patch ++++++
--- rxtx-2.2pre2/src/gnu/io/LPRPort.java        2023-03-13 17:04:38.449989594 
+0100
+++ rxtx-2.2pre2/src/gnu/io/LPRPort.java        2023-03-13 17:07:16.118942900 
+0100
@@ -370,7 +370,7 @@
                public void run()
                {
                        eventLoop();
-                       yield();
+                       this.yield();
                }
        }
 }

Reply via email to