automatic version update by autodist [release 17.0.0-1mamba;Tue Oct 24 2023]
This commit is contained in:
parent
b32fad5231
commit
388953a147
@ -1,5 +1,5 @@
|
||||
Name: spirv-llvm-translator
|
||||
Version: 16.0.0
|
||||
Version: 17.0.0
|
||||
Release: 1mamba
|
||||
Summary: A tool and a library for bi-directional translation between SPIR-V and LLVM IR
|
||||
Group: Development/Tools
|
||||
@ -17,6 +17,7 @@ BuildRequires: libllvm-devel
|
||||
BuildRequires: libspirv-tools-devel
|
||||
BuildRequires: libstdc++6-devel
|
||||
## AUTOBUILDREQ-END
|
||||
BuildRequires: libllvm-devel >= 17.0.3
|
||||
BuildRequires: cmake
|
||||
Requires: lib%{name} = %{?epoch:%epoch:}%{version}-%{release}
|
||||
|
||||
@ -40,12 +41,11 @@ Requires: pkg-config
|
||||
%description -n lib%{name}-devel
|
||||
This package contains libraries and header files for developing applications that use %{name}.
|
||||
|
||||
|
||||
%debug_package
|
||||
|
||||
%prep
|
||||
%setup -q -n SPIRV-LLVM-Translator-%{version}
|
||||
%patch 0 -p1
|
||||
#%patch 0 -p1
|
||||
|
||||
%build
|
||||
%cmake -d build \
|
||||
@ -77,8 +77,10 @@ This package contains libraries and header files for developing applications tha
|
||||
%{_libdir}/pkgconfig/LLVMSPIRVLib.pc
|
||||
%doc README.md
|
||||
|
||||
|
||||
%changelog
|
||||
* Tue Oct 24 2023 Automatic Build System <autodist@mambasoft.it> 17.0.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Wed May 24 2023 Silvan Calarco <silvan.calarco@mambasoft.it> 16.0.0-1mamba
|
||||
- update to 16.0.0
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user