rebuilt for llvm 10.0.1

This commit is contained in:
serge-sans-paille 2020-07-27 12:45:18 +00:00
parent 2f3e325069
commit 6fd2c80a39
1 changed files with 4 additions and 1 deletions

View File

@ -5,7 +5,7 @@ Summary: Portable Computing Language - an OpenCL implementation
Name: pocl
%global ver 1.5
Version: %{lua:ver = string.gsub(rpm.expand("%{ver}"), "-", "~"); print(string.lower(ver))}
Release: 2%{?dist}
Release: 3%{?dist}
# The whole code is under MIT
# except include/utlist.h which is under BSD (and unbundled) and
@ -133,6 +133,9 @@ popd
%{_libdir}/pkgconfig/%{name}.pc
%changelog
* Mon Jul 27 2020 sguelton@redhat.com - 1.5-3
- rebuilt for llvm 10.0.1
* Sun Apr 05 2020 sguelton@redhat.com - 1.5-2
- rebuilt for llvm 10.0.0 final