Rebuild for LLVM 12.0.0-final

This commit is contained in:
Tom Stellard 2021-06-01 23:10:10 +00:00
parent 59889ffa86
commit cb89490ff5
1 changed files with 4 additions and 1 deletions

View File

@ -7,7 +7,7 @@
Name: pocl
%global ver 1.7
Version: %{lua:ver = string.gsub(rpm.expand("%{ver}"), "-", "~"); print(string.lower(ver))}
Release: 1%{?candidate:.%{candidate}}%{?shortcommit:.%{shortcommit}}%{?dist}
Release: 2%{?candidate:.%{candidate}}%{?shortcommit:.%{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
@ -135,6 +135,9 @@ find . -depth -name utlist* -print -delete
%{_libdir}/pkgconfig/%{name}.pc
%changelog
* Tue Jun 01 2021 Tom Stellard <tstellar@redhat.com> - 1.7-2
- Rebuild for LLVM 12.0.0-final
* Sat May 22 2021 Peter Robinson <pbrobinson@fedoraproject.org> - 1.7-1
- Update to 1.7 release