Rebuild for llvm 12.0.0rc2

This commit is contained in:
serge-sans-paille 2021-02-25 10:37:23 +01:00
parent 05afb146cd
commit 58c043e528
1 changed files with 4 additions and 1 deletions

View File

@ -6,7 +6,7 @@
Name: pocl
%global ver 1.7
Version: %{lua:ver = string.gsub(rpm.expand("%{ver}"), "-", "~"); print(string.lower(ver))}
Release: 0.1.20210218git%{shortcommit}%{?dist}
Release: 0.2.20210218git%{shortcommit}%{?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
@ -126,6 +126,9 @@ find . -depth -name utlist* -print -delete
%{_libdir}/pkgconfig/%{name}.pc
%changelog
* Thu Feb 25 2021 sguelton@redhat.com - 1.7-0.2.20210218gita2d016c
- Rebuild for llvm 12.0.0rc2
* Thu Feb 18 2021 Tom Stellard <tstellar@redhat.com> - pocl-1.7-0.1.20210218gita2d016c
- Update to snapshot from git for LLVM12 support