Rebuild for clang-11.1.0

This commit is contained in:
Tom Stellard 2021-01-22 21:43:04 +00:00
parent 36c4fbe58e
commit 4c819c4eb2
1 changed files with 4 additions and 1 deletions

View File

@ -4,7 +4,7 @@
Name: pocl
%global ver 1.6
Version: %{lua:ver = string.gsub(rpm.expand("%{ver}"), "-", "~"); print(string.lower(ver))}
Release: 2%{?dist}
Release: 3%{?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
@ -124,6 +124,9 @@ find . -depth -name utlist* -print -delete
%{_libdir}/pkgconfig/%{name}.pc
%changelog
* Fri Jan 22 2021 Tom Stellard <tstellar@redhat.com> - 1.6-3
- Rebuild for clang-11.1.0
* Fri Jan 08 2021 Tom Stellard <tstellar@redhat.com> - 1.6-2
- Move device libraries into main pacakge