diff --git a/spirv-llvm-translator.spec b/spirv-llvm-translator.spec index 7b8d02a..94f7c0d 100644 --- a/spirv-llvm-translator.spec +++ b/spirv-llvm-translator.spec @@ -1,6 +1,6 @@ %define gitver %(echo %version | cut -d. -f5) Name: spirv-llvm-translator -Version: 18.1.3 +Version: 18.1.4 Release: 1mamba Summary: A tool and a library for bi-directional translation between SPIR-V and LLVM IR Group: Development/Tools @@ -59,8 +59,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 -n lib%{name} %defattr(-,root,root) @@ -77,6 +75,9 @@ This package contains libraries and header files for developing applications tha %doc README.md %changelog +* Sun Sep 01 2024 Automatic Build System 18.1.4-1mamba +- automatic version update by autodist + * Thu Aug 01 2024 Automatic Build System 18.1.3-1mamba - automatic version update by autodist