Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package template-resolver for 
openSUSE:Factory checked in at 2022-03-24 22:58:08
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/template-resolver (Old)
 and      /work/SRC/openSUSE:Factory/.template-resolver.new.1900 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "template-resolver"

Thu Mar 24 22:58:08 2022 rev:2 rq:964434 version:0.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/template-resolver/template-resolver.changes      
2019-12-10 22:41:20.549833172 +0100
+++ 
/work/SRC/openSUSE:Factory/.template-resolver.new.1900/template-resolver.changes
    2022-03-24 23:00:11.668377616 +0100
@@ -1,0 +2,5 @@
+Sun Mar 20 07:20:01 UTC 2022 - Fridrich Strba <[email protected]>
+
+- Build with source/target levels 8
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ template-resolver.spec ++++++
--- /var/tmp/diff_new_pack.9Ukmk9/_old  2022-03-24 23:00:12.176378106 +0100
+++ /var/tmp/diff_new_pack.9Ukmk9/_new  2022-03-24 23:00:12.184378114 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package template-resolver
 #
-# 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
@@ -26,6 +26,7 @@
 Source0:        %{name}-%{version}.tar.xz
 Source1:        
http://central.maven.org/maven2/org/scala-sbt/%{name}/%{version}/%{name}-%{version}.pom
 BuildRequires:  fdupes
+BuildRequires:  java-devel >= 1.8
 BuildRequires:  javapackages-local
 BuildArch:      noarch
 
@@ -45,11 +46,11 @@
 %build
 # jar
 mkdir -p target/classes
-javac -d target/classes -source 6 -target 6 $(find src/main -name \*.java | 
xargs)
+javac -d target/classes -source 8 -target 8 $(find src/main -name \*.java | 
xargs)
 jar -cf target/%{name}-%{version}.jar -C target/classes .
 # javadoc
 mkdir -p target/site/apidocs
-javadoc -d target/site/apidocs -source 6 -notimestamp $(find src/main -name 
\*.java | xargs)
+javadoc -d target/site/apidocs -source 8 -notimestamp $(find src/main -name 
\*.java | xargs)
 %{mvn_artifact} %{SOURCE1} target/%{name}-%{version}.jar
 
 %install

Reply via email to