Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package trilead-ssh2 for openSUSE:Factory 
checked in at 2022-03-28 16:59:25
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/trilead-ssh2 (Old)
 and      /work/SRC/openSUSE:Factory/.trilead-ssh2.new.1900 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "trilead-ssh2"

Mon Mar 28 16:59:25 2022 rev:2 rq:963169 version:217.8

Changes:
--------
--- /work/SRC/openSUSE:Factory/trilead-ssh2/trilead-ssh2.changes        
2019-05-03 22:46:53.503833286 +0200
+++ /work/SRC/openSUSE:Factory/.trilead-ssh2.new.1900/trilead-ssh2.changes      
2022-03-28 16:59:59.492922944 +0200
@@ -1,0 +2,5 @@
+Fri Mar 18 16:41:59 UTC 2022 - Fridrich Strba <[email protected]>
+
+- Build with source/target levels 8
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ trilead-ssh2.spec ++++++
--- /var/tmp/diff_new_pack.J3y7xZ/_old  2022-03-28 16:59:59.996923629 +0200
+++ /var/tmp/diff_new_pack.J3y7xZ/_new  2022-03-28 17:00:00.004923640 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package trilead-ssh2
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# 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
@@ -27,7 +27,7 @@
 URL:            https://github.com/jenkinsci/trilead-ssh2
 Source0:        
https://github.com/jenkinsci/%{name}/archive/%{name}-build%{buildver}-jenkins-%{patchlvl}.tar.gz
 BuildRequires:  fdupes
-BuildRequires:  java-devel
+BuildRequires:  java-devel >= 1.8
 BuildRequires:  javapackages-local
 BuildArch:      noarch
 
@@ -51,10 +51,10 @@
 
 %build
 mkdir -p build/classes
-javac -d build/classes -source 6 -target 6 $(find src -name \*.java | xargs)
+javac -d build/classes -source 8 -target 8 $(find src -name \*.java | xargs)
 (cd build/classes && jar cf ../%{name}-%{version}.jar  $(find . -name 
\*.class))
 mkdir -p build/docs
-javadoc -d build/docs -source 6  $(find src -name \*.java | xargs)
+javadoc -d build/docs -source 8  $(find src -name \*.java | xargs)
 
 %install
 # jars

Reply via email to