[pocl] * Wed Jan 29 2014 Fabian Deutsch <fabiand at fedoraproject.org> - 0.9-1 - Update to 0.9

Fabian Deutsch fabiand at fedoraproject.org
Wed Jan 29 09:52:40 UTC 2014


commit d217ca9d684240cbdb2f04b964ff54f53b329189
Author: Fabian Deutsch <fabiand at fedoraproject.org>
Date:   Wed Jan 29 10:52:49 2014 +0100

    * Wed Jan 29 2014 Fabian Deutsch <fabiand at fedoraproject.org> - 0.9-1
    - Update to 0.9
    
    Signed-off-by: Fabian Deutsch <fabiand at fedoraproject.org>

 pocl.spec |    8 +++++---
 sources   |    2 +-
 2 files changed, 6 insertions(+), 4 deletions(-)
---
diff --git a/pocl.spec b/pocl.spec
index 0c443c4..c1dcb1f 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.9-RC2.tar.gz
+%global source http://downloads.sourceforge.net/project/pocl/pocl-0.9.tar.gz
 
 %global is_release %{?source:1}%{!?source:0}
 
@@ -15,7 +15,7 @@
 Summary:	Portable Computing Language - an OpenCL implementation
 Name:		pocl
 Version:	0.9
-Release:	0.9.rc2%{?gitversion}%{?dist}
+Release:	1%{?gitversion}%{?dist}
 
 # The whole code is under MIT
 # except include/utlist.h which is under BSD (and unbundled) and
@@ -101,7 +101,6 @@ export LLC_HOST_CPU="pentium-m"
 export LLC_HOST_CPU="x86-64"
 %endif
 
-# Disable-llvmapi because using llvmapi does currently not build
 %configure --disable-static \
            --enable-icd \
            --enable-tests-with-icd=default
@@ -149,6 +148,9 @@ make check
 
 
 %changelog
+* Wed Jan 29 2014 Fabian Deutsch <fabiand at fedoraproject.org> - 0.9-1
+- Update to 0.9
+
 * Fri Jan 17 2014 Fabian Deutsch <fabiand at fedoraproject.org> - 0.9-0.9.rc2
 - Update to 0.9RC2
 
diff --git a/sources b/sources
index ce8110f..5577cb1 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-5e18278cd8063ffc2aea740b000268d2  pocl-0.9-RC2.tar.gz
+f95f4a9e7870854c60be2d2269c3ebec  pocl-0.9.tar.gz


More information about the scm-commits mailing list