rebuilt for llvm 11.0.0

This commit is contained in:
serge-sans-paille 2020-10-02 07:15:03 +00:00
parent fd8b1e48f7
commit d620cd37a3
1 changed files with 4 additions and 1 deletions

View File

@ -4,7 +4,7 @@
Name: pocl
%global ver 1.5
Version: %{lua:ver = string.gsub(rpm.expand("%{ver}"), "-", "~"); print(string.lower(ver))}
Release: 9%{?dist}
Release: 10%{?dist}
Summary: Portable Computing Language - an OpenCL implementation
# The whole code is under MIT
# except include/utlist.h which is under BSD (and unbundled) and
@ -123,6 +123,9 @@ find . -depth -name utlist* -print -delete
%{_libdir}/pkgconfig/%{name}.pc
%changelog
* Fri Oct 02 2020 sguelton@redhat.com - 1.5-10
- rebuilt for llvm 11.0.0.rc5
* Mon Sep 28 2020 sguelton@redhat.com - 1.5-9
- rebuilt for llvm 11.0.0.rc3