Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package jctools for openSUSE:Factory checked 
in at 2023-10-26 17:14:25
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/jctools (Old)
 and      /work/SRC/openSUSE:Factory/.jctools.new.24901 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "jctools"

Thu Oct 26 17:14:25 2023 rev:5 rq:1120425 version:3.3.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/jctools/jctools.changes  2023-09-10 
13:11:43.101744370 +0200
+++ /work/SRC/openSUSE:Factory/.jctools.new.24901/jctools.changes       
2023-10-26 17:15:34.478815490 +0200
@@ -1,0 +2,7 @@
+Thu Oct 26 05:21:21 UTC 2023 - Fridrich Strba <[email protected]>
+
+- Added patch:
+  * jctools-javadoc.patch
+    + work around javadoc breakages with jdk 21
+
+-------------------------------------------------------------------

New:
----
  jctools-javadoc.patch

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

Other differences:
------------------
++++++ jctools.spec ++++++
--- /var/tmp/diff_new_pack.gCWYaT/_old  2023-10-26 17:15:35.062836939 +0200
+++ /var/tmp/diff_new_pack.gCWYaT/_new  2023-10-26 17:15:35.062836939 +0200
@@ -25,6 +25,7 @@
 URL:            https://github.com/JCTools/JCTools
 Source0:        %{url}/archive/v%{version}/%{srcname}-%{version}.tar.gz
 Patch0:         imports.patch
+Patch1:         jctools-javadoc.patch
 BuildRequires:  fdupes
 BuildRequires:  java-devel >= 1.8
 BuildRequires:  maven-local
@@ -69,6 +70,7 @@
 %prep
 %setup -q -n %{srcname}-%{version}
 %patch0 -p1
+%patch1 -p1
 
 # set correct version in all pom.xml files
 %pom_xpath_set pom:project/pom:version %{version}

++++++ jctools-javadoc.patch ++++++
--- 
JCTools-3.3.0/jctools-core/src/main/java/org/jctools/maps/NonBlockingHashMap.java
   2023-10-26 07:08:16.040888020 +0200
+++ 
JCTools-3.3.0/jctools-core/src/main/java/org/jctools/maps/NonBlockingHashMap.java
   2023-10-26 07:19:05.898682142 +0200
@@ -1412,8 +1412,8 @@
    *  requires the creation of {@link java.util.Map.Entry} objects with each
    *  iteration.  The {@link NonBlockingHashMap} does not normally create or
    *  using {@link java.util.Map.Entry} objects so they will be created soley
-   *  to support this iteration.  Iterating using {@link Map#keySet} or {@link
-   *  Map##values} will be more efficient.
+   *  to support this iteration.  Iterating using {@link Map#keySet}
+   *  will be more efficient.
    */
   @Override
   public Set<Map.Entry<TypeK,TypeV>> entrySet() {
--- 
JCTools-3.3.0/jctools-core/src/main/java/org/jctools/maps/NonBlockingIdentityHashMap.java
   2023-10-26 07:08:16.040888020 +0200
+++ 
JCTools-3.3.0/jctools-core/src/main/java/org/jctools/maps/NonBlockingIdentityHashMap.java
   2023-10-26 07:20:15.902495982 +0200
@@ -1255,8 +1255,8 @@
    *  requires the creation of {@link java.util.Map.Entry} objects with each
    *  iteration.  The {@link NonBlockingIdentityHashMap} does not normally 
create or
    *  using {@link java.util.Map.Entry} objects so they will be created soley
-   *  to support this iteration.  Iterating using {@link Map#keySet} or {@link
-   *  Map##values} will be more efficient.
+   *  to support this iteration.  Iterating using {@link Map#keySet}
+   *  will be more efficient.
    */
   @Override
   public Set<Map.Entry<TypeK,TypeV>> entrySet() {

Reply via email to