Script 'mail_helper' called by obssrc
Hello community,

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

Package is "gpars"

Wed Mar 23 20:19:22 2022 rev:3 rq:964341 version:1.2.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/gpars/gpars.changes      2019-12-09 
21:36:33.234066714 +0100
+++ /work/SRC/openSUSE:Factory/.gpars.new.25692/gpars.changes   2022-03-23 
20:21:13.974559657 +0100
@@ -1,0 +2,8 @@
+Wed Mar 23 16:41:51 UTC 2022 - Fridrich Strba <fst...@suse.com>
+
+- Force building with java <= 15
+- Added patch:
+  * gpars-sourcetarget.patch
+    + build with source and target levels 8
+
+-------------------------------------------------------------------

New:
----
  gpars-sourcetarget.patch

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

Other differences:
------------------
++++++ gpars.spec ++++++
--- /var/tmp/diff_new_pack.p1Al8i/_old  2022-03-23 20:21:14.562559990 +0100
+++ /var/tmp/diff_new_pack.p1Al8i/_new  2022-03-23 20:21:14.570559994 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package gpars
 #
-# 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
@@ -28,12 +28,17 @@
 Patch1:         0002-Enable-XMvn-local-mode.patch
 Patch2:         0003-Port-build-script-to-current-gradle.patch
 Patch3:         gpars-1.2.1-port-to-netty-3.10.6.patch
+Patch4:         gpars-sourcetarget.patch
 BuildRequires:  gradle-local
+BuildRequires:  java-devel >= 1.8
 BuildRequires:  mvn(org.codehaus.groovy:groovy-all)
 BuildRequires:  mvn(org.codehaus.jcsp:jcsp)
 BuildRequires:  mvn(org.codehaus.jsr166-mirror:extra166y)
 BuildRequires:  mvn(org.jboss.netty:netty:3)
 BuildRequires:  mvn(org.multiverse:multiverse-core)
+BuildConflicts: java >= 16
+BuildConflicts: java-devel >= 16
+BuildConflicts: java-headless >= 16
 Obsoletes:      %{name}-bootstrap
 #!BuildRequires: gradle-bootstrap groovy-bootstrap
 BuildArch:      noarch
@@ -57,6 +62,7 @@
 %patch1 -p1
 %patch2 -p1
 %patch3 -p1
+%patch4 -p1
 
 %build
 %{gradle_build} -f

++++++ gpars-sourcetarget.patch ++++++
diff -urEbwB gpars-1.2.1.orig/build.gradle gpars-1.2.1/build.gradle
--- gpars-1.2.1.orig/build.gradle       2022-03-23 17:37:45.320619678 +0100
+++ gpars-1.2.1/build.gradle    2022-03-23 17:38:28.544879828 +0100
@@ -45,8 +45,8 @@
 group = 'org.codehaus.gpars'
 version = '1.2.1'
 
-sourceCompatibility = 6
-targetCompatibility = 6
+sourceCompatibility = 8
+targetCompatibility = 8
 
 def theVendor = 'gpars.org'
 def theTitle = 'GPars: Groovy Parallel Systems'

Reply via email to