Hello community,

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

Package is "octave-forge-strings"

Tue Mar 26 15:40:08 2019 rev:2 rq:682618 version:1.2.0

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/octave-forge-strings/octave-forge-strings.changes    
    2015-06-15 17:48:01.000000000 +0200
+++ 
/work/SRC/openSUSE:Factory/.octave-forge-strings.new.25356/octave-forge-strings.changes
     2019-03-26 15:41:15.792280638 +0100
@@ -1,0 +2,6 @@
+Thu Mar  7 18:10:46 UTC 2019 - Stefan BrĂ¼ns <[email protected]>
+
+- Fix build with current octave versions:
+  Substitute gripes.h -> errwarn.h, functions gripe_* -> err_*
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ octave-forge-strings.spec ++++++
--- /var/tmp/diff_new_pack.bs6sg2/_old  2019-03-26 15:41:17.696279881 +0100
+++ /var/tmp/diff_new_pack.bs6sg2/_new  2019-03-26 15:41:17.704279878 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package octave-forge-strings
 #
-# Copyright (c) 2015 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/
 #
 
 
@@ -21,7 +21,7 @@
 Version:        1.2.0
 Release:        0
 Summary:        Additional manipulation functions for Octave
-License:        GPL-3.0+ and BSD-2-Clause
+License:        GPL-3.0-or-later AND BSD-2-Clause
 Group:          Productivity/Scientific/Math
 Url:            http://octave.sourceforge.net
 Source0:        
http://downloads.sourceforge.net/octave/%{octpkg}-%{version}.tar.gz
@@ -37,6 +37,8 @@
 
 %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
 %octave_pkg_src
 
 %build
@@ -55,7 +57,6 @@
 %octave --eval "pkg rebuild"
 
 %files
-%defattr(-,root,root)
 %{octpackages_dir}/%{octpkg}-%{version}
 %{octlib_dir}/%{octpkg}-%{version}
 


Reply via email to