diff --git a/octave.spec b/octave.spec index 05e4857..0f8723c 100644 --- a/octave.spec +++ b/octave.spec @@ -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 /#include <\1.h>/' find -name \*.h -o -name \*.cc | xargs sed -i -e 's//"config.h"/' -e 's//"base-list.h"/' # FIXME: i586 workaround: comment #include in @@ -185,6 +182,9 @@ rm -f %{buildroot}%{_infodir}/dir #%doc ChangeLog README NEWS INSTALL %changelog +* Sat Feb 08 2025 Automatic Build System 9.4.0-1mamba +- automatic version update by autodist + * Sun Dec 15 2024 Automatic Build System 9.3.0-1mamba - automatic version update by autodist