Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package apache-commons-io for openSUSE:Factory checked in at 2023-10-27 22:27:08 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/apache-commons-io (Old) and /work/SRC/openSUSE:Factory/.apache-commons-io.new.17445 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "apache-commons-io" Fri Oct 27 22:27:08 2023 rev:20 rq:1120353 version:2.14.0 Changes: -------- --- /work/SRC/openSUSE:Factory/apache-commons-io/apache-commons-io.changes 2023-10-19 22:49:52.211982870 +0200 +++ /work/SRC/openSUSE:Factory/.apache-commons-io.new.17445/apache-commons-io.changes 2023-10-27 22:27:11.641315726 +0200 @@ -1,0 +2,5 @@ +Wed Oct 25 16:53:57 UTC 2023 - Fridrich Strba <[email protected]> + +- Build with source and target levels 8 + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ apache-commons-io-build.xml ++++++ --- /var/tmp/diff_new_pack.XBpJvg/_old 2023-10-27 22:27:12.145334211 +0200 +++ /var/tmp/diff_new_pack.XBpJvg/_new 2023-10-27 22:27:12.149334358 +0200 @@ -20,7 +20,8 @@ <property name="bundle.symbolicName" value="org.apache.commons.io"/> <property name="bundle.version" value="${project.version}.0"/> - <property name="compiler.source" value="1.7"/> + <property name="compiler.release" value="8"/> + <property name="compiler.source" value="1.${compiler.release}"/> <property name="compiler.target" value="${compiler.source}"/> <property name="build.finalName" value="${project.artifactId}-${project.version}"/> @@ -58,6 +59,7 @@ debug="true" optimize="false" deprecation="true" + release="${compiler.release}" target="${compiler.target}" verbose="false" fork="false"
