automatic version update by autodist [release 9.4.0-1mamba;Sat Feb 08 2025]

This commit is contained in:
Automatic Build System 2025-02-08 17:18:57 +01:00
parent 5cb24c880c
commit adf10fe2fe

View File

@ -1,5 +1,5 @@
Name: octave
Version: 9.3.0
Version: 9.4.0
Release: 1mamba
Summary: A high-level language, primarily intended for numerical computations
Group: Applications/Mathematics
@ -91,15 +91,12 @@ It is easily extensible and customizable via user-defined functions written in O
This package contains static libraries and header files need for development.
%debug_package
%prep
%setup -q
#-D -T
#:<< _EOF
#%patch0 -p1
# FIX for gcc 6.1 (Fedora)
#%patch1 -p1
find -name \*.cc -o -name \*.h -o -name \*.yy | xargs sed -i -e 's/#include <c\(math\|stdlib\)>/#include <\1.h>/'
find -name \*.h -o -name \*.cc | xargs sed -i -e 's/<config.h>/"config.h"/' -e 's/<base-list.h>/"base-list.h"/'
# FIXME: i586 workaround: comment #include <math.h> in
@ -185,6 +182,9 @@ rm -f %{buildroot}%{_infodir}/dir
#%doc ChangeLog README NEWS INSTALL
%changelog
* Sat Feb 08 2025 Automatic Build System <autodist@openmamba.org> 9.4.0-1mamba
- automatic version update by autodist
* Sun Dec 15 2024 Automatic Build System <autodist@openmamba.org> 9.3.0-1mamba
- automatic version update by autodist