Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
This commit is contained in:
Fedora Release Engineering 2022-07-22 15:08:21 +00:00
parent 6567ff16eb
commit b6f0e92f0b
1 changed files with 4 additions and 1 deletions

View File

@ -7,7 +7,7 @@
Name: pocl
%global ver 1.8
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
* Fri Jul 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.8-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
* Thu Feb 17 2022 Felix Schwarz <fschwarz@fedoraproject.org> - 1.8-1
- update to 1.8 (rhbz #2013342)