Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package octave-forge-ltfat for 
openSUSE:Factory checked in at 2022-04-11 23:49:14
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/octave-forge-ltfat (Old)
 and      /work/SRC/openSUSE:Factory/.octave-forge-ltfat.new.1900 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "octave-forge-ltfat"

Mon Apr 11 23:49:14 2022 rev:9 rq:969158 version:2.4.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/octave-forge-ltfat/octave-forge-ltfat.changes    
2021-01-18 11:32:24.000687289 +0100
+++ 
/work/SRC/openSUSE:Factory/.octave-forge-ltfat.new.1900/octave-forge-ltfat.changes
  2022-04-11 23:50:43.454056902 +0200
@@ -1,0 +2,8 @@
+Fri Apr  8 14:01:35 UTC 2022 - Fridrich Strba <fst...@suse.com>
+
+- Added patch:
+  * ltfat-sourcetarget.patch
+    + build with java source and target levels 8
+    + fixes build in Factory
+
+-------------------------------------------------------------------

New:
----
  ltfat-sourcetarget.patch

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

Other differences:
------------------
++++++ octave-forge-ltfat.spec ++++++
--- /var/tmp/diff_new_pack.NOn0j1/_old  2022-04-11 23:50:43.874052111 +0200
+++ /var/tmp/diff_new_pack.NOn0j1/_new  2022-04-11 23:50:43.878052065 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package octave-forge-ltfat
 #
-# Copyright (c) 2021 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
@@ -29,12 +29,13 @@
 Source0:        
https://github.com/ltfat/ltfat/releases/download/2.4.0/ltfat-2.4.0-of.tar.gz
 # PATCH-FIX-UPSTREAM ltfat-nsdgt_m-syntax-error.patch gh#ltfat/ltfat#115 
badshah...@gmail.com -- Fix syntax error in nsdgt.m to build against octave >= 
6; patch taken from upstream git commit
 Patch0:         ltfat-nsdgt_m-syntax-error.patch
+Patch1:         ltfat-sourcetarget.patch
 BuildRequires:  fdupes
 BuildRequires:  fftw3-devel
 BuildRequires:  fftw3-threads-devel
 BuildRequires:  gcc-c++
 BuildRequires:  gcc-fortran
-BuildRequires:  java-devel
+BuildRequires:  java-devel >= 1.8
 BuildRequires:  lapack-devel
 BuildRequires:  octave-devel
 BuildRequires:  portaudio-devel

++++++ ltfat-sourcetarget.patch ++++++
--- a/ltfat/inst/blockproc/java/Makefile        2022-04-08 16:00:19.085405029 
+0200
+++ b/ltfat/inst/blockproc/java/Makefile        2022-04-08 16:00:30.209472704 
+0200
@@ -2,7 +2,7 @@
 
 JC=javac
 
-FLAGS=-source 1.6 -target 1.6
+FLAGS=-source 1.8 -target 1.8
 include ostools.mk
 
 default:

Reply via email to