diff --git a/ispc.spec b/ispc.spec index a532f71..a811888 100644 --- a/ispc.spec +++ b/ispc.spec @@ -1,5 +1,5 @@ Name: ispc -Version: 1.24.0 +Version: 1.25.0 Release: 1mamba Summary: Compiler for high-performance SIMD programming on the CPU Group: Development/Tools @@ -14,7 +14,6 @@ License: BSD BuildRequires: glibc-devel BuildRequires: libgcc BuildRequires: libllvm-devel -BuildRequires: libncurses-devel BuildRequires: libstdc++6-devel BuildRequires: libtbb-devel ## AUTOBUILDREQ-END @@ -57,8 +56,6 @@ This package contains libraries and header files for developing applications tha %clean [ "%{buildroot}" != / ] && rm -rf "%{buildroot}" -%post -n lib%{name} -p /sbin/ldconfig -%postun -n lib%{name} -p /sbin/ldconfig %files %defattr(-,root,root) @@ -82,6 +79,9 @@ This package contains libraries and header files for developing applications tha %doc README.md %changelog +* Tue Oct 15 2024 Automatic Build System 1.25.0-1mamba +- automatic version update by autodist + * Sun May 26 2024 Automatic Build System 1.24.0-1mamba - automatic version update by autodist