Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package jcifs for openSUSE:Factory checked in at 2022-03-20 20:56:18 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/jcifs (Old) and /work/SRC/openSUSE:Factory/.jcifs.new.25692 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "jcifs" Sun Mar 20 20:56:18 2022 rev:16 rq:963303 version:1.3.19 Changes: -------- --- /work/SRC/openSUSE:Factory/jcifs/jcifs.changes 2019-12-21 12:31:19.871361805 +0100 +++ /work/SRC/openSUSE:Factory/.jcifs.new.25692/jcifs.changes 2022-03-20 20:56:53.898642982 +0100 @@ -1,0 +2,5 @@ +Sun Mar 20 17:30:09 UTC 2022 - Fridrich Strba <fst...@suse.com> + +- Build with java source and target levels 8 + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ jcifs.spec ++++++ --- /var/tmp/diff_new_pack.oR90Vz/_old 2022-03-20 20:56:54.538643903 +0100 +++ /var/tmp/diff_new_pack.oR90Vz/_new 2022-03-20 20:56:54.546643914 +0100 @@ -1,7 +1,7 @@ # # spec file for package jcifs # -# Copyright (c) 2019 SUSE LLC +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -23,7 +23,7 @@ Summary: Common Internet File System Client in 100% Java License: LGPL-2.1-or-later Group: Development/Libraries/Java -URL: http://jcifs.samba.org/ +URL: https://jcifs.samba.org/ Source0: http://jcifs.samba.org/src/%{name}-%{version}.tgz Source1: https://repo1.maven.org/maven2/jcifs/jcifs/1.3.17/jcifs-1.3.17.pom Patch0: jcifs-1.3.19-build.patch @@ -91,7 +91,7 @@ rm examples/GetLocalGroupsMap.java rm examples/SmbShell.java %patch0 -p1 -sed -i "s|1.5|1.6|" build.xml +sed -i "s|1.5|1.8|" build.xml cp -p %{SOURCE1} pom.xml sed -i "s|<version>1.3.17|<version>%{version}|" pom.xml %pom_remove_plugin :maven-gpg-plugin @@ -102,9 +102,9 @@ %build export CLASSPATH=$(build-classpath glassfish-servlet-api) export OPT_JAR_LIST=: -%{ant} -Dant.build.javac.source=1.6 -Dant.build.javac.target=1.6 jar javadoc +%{ant} -Dant.build.javac.source=1.8 -Dant.build.javac.target=1.8 jar javadoc export CLASSPATH=$(build-classpath glassfish-servlet-api):$(pwd)/%{name}-%{version}.jar -(cd examples && %javac -target 1.6 -source 1.6 *.java) +(cd examples && %javac -target 1.8 -source 1.8 *.java) %install # jar