Hello community,

here is the log from the commit of package octave-forge-signal for 
openSUSE:Factory checked in at 2019-03-26 15:40:16
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/octave-forge-signal (Old)
 and      /work/SRC/openSUSE:Factory/.octave-forge-signal.new.25356 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "octave-forge-signal"

Tue Mar 26 15:40:16 2019 rev:3 rq:682620 version:1.4.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/octave-forge-signal/octave-forge-signal.changes  
2018-06-29 22:22:48.454645621 +0200
+++ 
/work/SRC/openSUSE:Factory/.octave-forge-signal.new.25356/octave-forge-signal.changes
       2019-03-26 15:41:23.004277770 +0100
@@ -1,0 +2,7 @@
+Thu Mar  7 17:20:16 UTC 2019 - Stefan BrĂ¼ns <[email protected]>
+
+- Fix build with current octave versions:
+  Substitute gripes.h -> errwarn.h, functions gripe_* -> err_*
+  Substitute NINT -> octave::math::nint
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ octave-forge-signal.spec ++++++
--- /var/tmp/diff_new_pack.q43s4G/_old  2019-03-26 15:41:25.472276788 +0100
+++ /var/tmp/diff_new_pack.q43s4G/_new  2019-03-26 15:41:25.476276786 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package octave-forge-signal
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -12,7 +12,7 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
@@ -37,6 +37,9 @@
 
 %prep
 %setup -q -c %{name}-%{version}
+# gripes.h replaced by errwarn.h (deprecated in 4.2, removed in 4.6)
+sed -i -s -e 's/gripes.h/errwarn.h/' -e 's/gripe_/err_/g' 
%{octpkg}-%{version}/src/*.cc
+sed -i -s -e 's/NINT/octave::math::nint/g' %{octpkg}-%{version}/src/*.cc
 %octave_pkg_src
 
 %build
@@ -55,7 +58,6 @@
 %octave --eval "pkg rebuild"
 
 %files
-%defattr(-,root,root)
 %{octpackages_dir}/%{octpkg}-%{version}
 %{octlib_dir}/%{octpkg}-%{version}
 


Reply via email to