Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package apache-commons-vfs2 for openSUSE:Factory checked in at 2023-10-27 22:27:06 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/apache-commons-vfs2 (Old) and /work/SRC/openSUSE:Factory/.apache-commons-vfs2.new.17445 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "apache-commons-vfs2" Fri Oct 27 22:27:06 2023 rev:2 rq:1120343 version:2.2 Changes: -------- --- /work/SRC/openSUSE:Factory/apache-commons-vfs2/apache-commons-vfs2.changes 2019-03-22 14:59:07.121878540 +0100 +++ /work/SRC/openSUSE:Factory/.apache-commons-vfs2.new.17445/apache-commons-vfs2.changes 2023-10-27 22:27:09.113223006 +0200 @@ -1,0 +2,5 @@ +Wed Oct 25 15:51:45 UTC 2023 - Fridrich Strba <fst...@suse.com> + +- Build with source and target levels 8 + +------------------------------------------------------------------- Old: ---- commons-vfs2-2.2-build.tar.xz New: ---- commons-vfs2-build.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ apache-commons-vfs2.spec ++++++ --- /var/tmp/diff_new_pack.lGuF3X/_old 2023-10-27 22:27:11.333304429 +0200 +++ /var/tmp/diff_new_pack.lGuF3X/_new 2023-10-27 22:27:11.333304429 +0200 @@ -1,7 +1,7 @@ # -# spec file for package apache-commons-vfs2 +# spec file # -# 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 @@ -30,7 +30,7 @@ Group: Development/Libraries/Java URL: http://commons.apache.org/vfs/ Source0: http://www.apache.org/dist/commons/vfs/source/%{short_name}-distribution-%{version}-src.tar.gz -Source1: %{short_name}-%{version}-build.tar.xz +Source1: %{short_name}-build.tar.xz BuildRequires: ant BuildRequires: apache-commons-collections4 BuildRequires: apache-commons-compress ++++++ commons-vfs2-2.2-build.tar.xz -> commons-vfs2-build.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/common.xml new/common.xml --- old/common.xml 2019-03-01 14:36:20.671064704 +0100 +++ new/common.xml 2023-10-25 17:50:05.263987189 +0200 @@ -11,7 +11,8 @@ <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}"/> </project> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/commons-vfs2/build.xml new/commons-vfs2/build.xml --- old/commons-vfs2/build.xml 2019-03-01 19:11:51.627453732 +0100 +++ new/commons-vfs2/build.xml 2023-10-25 17:50:42.720909171 +0200 @@ -78,6 +78,7 @@ debug="true" optimize="false" deprecation="true" + release="${compiler.release}" target="${compiler.target}" verbose="false" fork="false" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/commons-vfs2-examples/build.xml new/commons-vfs2-examples/build.xml --- old/commons-vfs2-examples/build.xml 2019-03-01 19:12:02.827504457 +0100 +++ new/commons-vfs2-examples/build.xml 2023-10-25 17:50:35.704194678 +0200 @@ -66,6 +66,7 @@ debug="true" optimize="false" deprecation="true" + release="${compiler.release}" target="${compiler.target}" verbose="false" fork="false"