Script 'mail_helper' called by obssrc
Hello community,

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

Package is "apache-commons-pool"

Thu Oct 26 17:13:39 2023 rev:6 rq:1120345 version:1.6

Changes:
--------
--- /work/SRC/openSUSE:Factory/apache-commons-pool/apache-commons-pool.changes  
2019-03-27 16:22:37.211514551 +0100
+++ 
/work/SRC/openSUSE:Factory/.apache-commons-pool.new.24901/apache-commons-pool.changes
       2023-10-26 17:14:32.396535410 +0200
@@ -1,0 +2,8 @@
+Wed Oct 25 15:57:51 UTC 2023 - Fridrich Strba <fst...@suse.com>
+
+- Modified patch:
+  * commons-pool-1.6-sourcetarget.patch
+    + In ant Javac task, use "release" with compilers that support
+      it. Fixes some return value incompatibilities with jdk 21
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ apache-commons-pool.spec ++++++
--- /var/tmp/diff_new_pack.esKJoJ/_old  2023-10-26 17:14:32.968556419 +0200
+++ /var/tmp/diff_new_pack.esKJoJ/_new  2023-10-26 17:14:32.972556566 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package apache-commons-pool
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# 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
@@ -69,8 +69,6 @@
 
 dos2unix README.txt
 
-%pom_remove_parent .
-
 %build
 ant -Djava.io.tmpdir=. clean dist
 
@@ -83,7 +81,7 @@
 
 # pom
 install -d -m 755 %{buildroot}%{_mavenpomdir}
-install -m 644 pom.xml %{buildroot}%{_mavenpomdir}/%{name}-%{version}.pom
+%{mvn_install_pom} pom.xml %{buildroot}%{_mavenpomdir}/%{name}-%{version}.pom
 %add_maven_depmap %{name}-%{version}.pom %{name}-%{version}.jar
 
 # javadoc

++++++ commons-pool-1.6-sourcetarget.patch ++++++
--- /var/tmp/diff_new_pack.esKJoJ/_old  2023-10-26 17:14:32.996557447 +0200
+++ /var/tmp/diff_new_pack.esKJoJ/_new  2023-10-26 17:14:33.000557594 +0200
@@ -1,5 +1,5 @@
---- commons-pool-1.6-src/build.xml     2012-01-04 16:30:59.000000000 +0100
-+++ commons-pool-1.6-src/build.xml     2017-09-14 16:06:25.115950300 +0200
+--- commons-pool-1.6-src/build.xml     2023-10-25 17:55:14.362760902 +0200
++++ commons-pool-1.6-src/build.xml     2023-10-25 17:56:28.323265075 +0200
 @@ -61,8 +61,8 @@
        <property name="javac.optimize" value="false"/>
        <property name="javac.debug" value="true"/>
@@ -11,4 +11,20 @@
     </target>
  
     <!-- ######################################################### -->
+@@ -108,6 +108,7 @@
+              debug="${javac.debug}"
+              deprecation="${javac.deprecation}"
+              optimize="${javac.optimize}"
++             release="${javac.target.version}"
+              target="${javac.target.version}"
+              source="${javac.src.version}"/>
+    </target>
+@@ -119,6 +120,7 @@
+              debug="${javac.debug}"
+              deprecation="${javac.deprecation}"
+              optimize="${javac.optimize}"
++             release="${javac.target.version}"
+              target="${javac.target.version}"
+              source="${javac.src.version}">
+         <classpath>
 

Reply via email to