Hello community, here is the log from the commit of package octave-forge-fits for openSUSE:Factory checked in at 2019-03-10 09:37:52 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/octave-forge-fits (Old) and /work/SRC/openSUSE:Factory/.octave-forge-fits.new.28833 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "octave-forge-fits" Sun Mar 10 09:37:52 2019 rev:3 rq:682622 version:1.0.7 Changes: -------- --- /work/SRC/openSUSE:Factory/octave-forge-fits/octave-forge-fits.changes 2016-06-14 23:07:34.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.octave-forge-fits.new.28833/octave-forge-fits.changes 2019-03-10 09:37:53.260140144 +0100 @@ -1,0 +2,6 @@ +Thu Mar 7 17:20:16 UTC 2019 - Stefan BrĂ¼ns <[email protected]> + +- Fix build with current octave versions: + Substitute D_NINT -> octave::math::x_nint + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ octave-forge-fits.spec ++++++ --- /var/tmp/diff_new_pack.qqzxvN/_old 2019-03-10 09:37:54.000139967 +0100 +++ /var/tmp/diff_new_pack.qqzxvN/_new 2019-03-10 09:37:54.000139967 +0100 @@ -1,7 +1,7 @@ # # spec file for package octave-forge-fits # -# Copyright (c) 2016 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.0.7 Release: 0 Summary: Octave functions for reading and writing FITS files -License: GPL-3.0+ +License: GPL-3.0-or-later Group: Productivity/Scientific/Math Url: http://octave.sourceforge.net Source0: http://downloads.sourceforge.net/octave/%{octpkg}-%{version}.tar.gz @@ -38,6 +38,7 @@ %prep %setup -q -c %{name}-%{version} +sed -i -s -e 's/D_NINT/octave::math::x_nint/g' %{octpkg}-%{version}/src/*.cc %octave_pkg_src %build @@ -56,7 +57,6 @@ %octave --eval "pkg rebuild" %files -%defattr(-,root,root) %{octpackages_dir}/%{octpkg}-%{version} %{octlib_dir}/%{octpkg}-%{version}
