From 9441f97f38ebbced14456abe89e7ac56c51820c6 Mon Sep 17 00:00:00 2001 From: Björn Esser Date: Apr 10 2015 10:31:25 +0000 Subject: pocl 0.11 adds support for LLVM >= 3.5 --- diff --git a/pocl.spec b/pocl.spec index 30cfee1..b94cebf 100644 --- a/pocl.spec +++ b/pocl.spec @@ -1,6 +1,6 @@ # If it's a released tarball, provide the source here -%global source http://downloads.sourceforge.net/project/pocl/pocl-0.10.tar.gz +%global source http://downloads.sourceforge.net/project/pocl/pocl-0.11.tar.gz %global is_release %{?source:1}%{!?source:0} @@ -14,8 +14,8 @@ Summary: Portable Computing Language - an OpenCL implementation Name: pocl -Version: 0.10 -Release: 3%{?gitversion}%{?dist} +Version: 0.11 +Release: 1%{?gitversion}%{?dist} # The whole code is under MIT # except include/utlist.h which is under BSD (and unbundled) and @@ -152,6 +152,10 @@ make check %changelog +* Fri Apr 10 2015 Björn Esser - 0.11-1 +- pocl 0.11 +- adds support for LLVM >= 3.5 + * Fri Apr 10 2015 Björn Esser - 0.10-3 - rebuild for libLLVM-3.6.so diff --git a/sources b/sources index 75b71e7..fd38a42 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -0096be4f595c7b5cbfa42430c8b3af6a pocl-0.10.tar.gz +9be0640cde2983062c47393d9e8e8fe7 pocl-0.11.tar.gz