Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package scala-pickling for openSUSE:Factory 
checked in at 2022-03-23 20:18:48
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/scala-pickling (Old)
 and      /work/SRC/openSUSE:Factory/.scala-pickling.new.25692 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "scala-pickling"

Wed Mar 23 20:18:48 2022 rev:2 rq:964261 version:0.10.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/scala-pickling/scala-pickling.changes    
2019-12-10 22:41:41.569825375 +0100
+++ /work/SRC/openSUSE:Factory/.scala-pickling.new.25692/scala-pickling.changes 
2022-03-23 20:20:36.934538702 +0100
@@ -1,0 +2,5 @@
+Wed Mar 23 11:23:03 UTC 2022 - Fridrich Strba <fst...@suse.com>
+
+- Build with java source and target levels 8
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ scala-pickling.spec ++++++
--- /var/tmp/diff_new_pack.ZXUP5n/_old  2022-03-23 20:20:37.382538955 +0100
+++ /var/tmp/diff_new_pack.ZXUP5n/_new  2022-03-23 20:20:37.390538960 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package scala-pickling
 #
-# 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
@@ -24,7 +24,8 @@
 License:        BSD-3-Clause
 URL:            https://github.com/scala/pickling
 Source0:        %{name}-%{version}.tar.xz
-Source1:        
http://central.maven.org/maven2/org/scala-lang/modules/%{name}_%{scala_version}/%{version}/%{name}_%{scala_version}-%{version}.pom
+Source1:        
https://repo1.maven.org/maven2/org/scala-lang/modules/%{name}_%{scala_version}/%{version}/%{name}_%{scala_version}-%{version}.pom
+BuildRequires:  java-devel >= 1.8
 BuildRequires:  javapackages-local
 BuildRequires:  paradise
 BuildRequires:  xmvn-install
@@ -43,7 +44,7 @@
 %build
 pushd core
   mkdir -p target/classes
-  javac -d target/classes -source 6 -target 6 \
+  javac -d target/classes -source 8 -target 8 \
     -cp $(build-classpath scala) \
     $(find src/main/java -name \*.java | xargs)
   scalac -d target/classes 
-Xplugin:%{_javadir}/paradise/paradise_%{scala_version}.jar \
@@ -55,7 +56,7 @@
   jar cf ../%{name}.jar -C target/classes .
 popd
 
-%mvn_artifact %{SOURCE1} %{name}.jar
+%{mvn_artifact} %{SOURCE1} %{name}.jar
 
 %install
 %mvn_install

Reply via email to