Compare commits

...

4 Commits
rawhide ... f34

Author SHA1 Message Date
Tom Stellard cb89490ff5 Rebuild for LLVM 12.0.0-final 2021-06-01 23:10:10 +00:00
Peter Robinson 59889ffa86 1.7 2021-05-22 19:17:55 +01:00
Peter Robinson 01ca9eaeff Update to 1.7-RC1, add spec logic to cater for snapshots as well as RCs 2021-05-16 11:12:42 +01:00
serge-sans-paille 4273fd46c3 Rebuild for llvm 12.0.0 final 2021-05-11 17:47:19 +02:00
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