rebuilt for llvm 11.0.0.rc3

This commit is contained in:
serge-sans-paille 2020-09-28 05:21:07 +00:00
parent 3a3ed04f02
commit fd8b1e48f7
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: 8%{?dist}
Release: 9%{?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
* Mon Sep 28 2020 sguelton@redhat.com - 1.5-9
- rebuilt for llvm 11.0.0.rc3
* Wed Aug 26 2020 Jeff Law <law@redhat.com> - 1.5-8
- Do not force C++11 mode