rebuilt for llvm 10.0.0.rc6

This commit is contained in:
serge-sans-paille 2020-03-25 13:31:22 +00:00
parent 8c12fc60da
commit 36d2ce8b88
1 changed files with 4 additions and 1 deletions

View File

@ -6,7 +6,7 @@ Summary: Portable Computing Language - an OpenCL implementation
Name: pocl
%global ver 1.4
Version: %{lua:ver = string.gsub(rpm.expand("%{ver}"), "-", "~"); print(string.lower(ver))}
Release: 1%{?dist}
Release: 2%{?dist}
# The whole code is under MIT
# except include/utlist.h which is under BSD (and unbundled) and
@ -139,6 +139,9 @@ popd
%{_libdir}/pkgconfig/%{name}.pc
%changelog
* Wed Mar 25 2020 sguelton@redhat.com - 1.4-2
- rebuilt for llvm 10.0.0.rc6
* Tue Feb 11 2020 sguelton@redhat.com - 1.4-1
- 1.4 release