[pocl] Update to a working snapshot

Fabian Deutsch fabiand at fedoraproject.org
Mon Nov 25 16:39:17 UTC 2013


commit 9ce8cf949165bda4692c22ac37147d3afc0fc0f5
Author: Fabian Deutsch <fabiand at fedoraproject.org>
Date:   Wed Nov 20 16:13:24 2013 +0100

    Update to a working snapshot

 pocl.spec |   12 ++++++++----
 sources   |    2 +-
 2 files changed, 9 insertions(+), 5 deletions(-)
---
diff --git a/pocl.spec b/pocl.spec
index 20b0fa3..a0982c4 100644
--- a/pocl.spec
+++ b/pocl.spec
@@ -1,12 +1,12 @@
-%global commit 8a26561008f9d53c6b023a5f99d3b3ce674aeab7
+%global commit f5f8e278d6c5fe9a0b8ea1fa25ca0d1ef308a7c1
 %global shortcommit %(c=%{commit}; echo ${c:0:7})
-%global commitdate 20131111
+%global commitdate 20131120
 %global gitversion .git%{commitdate}.%{shortcommit}
 
 Summary:	Portable Computing Language - an OpenCL implementation
 Name:		pocl
 Version:	0.9
-Release:	0.5%{?gitversion}%{?dist}
+Release:	0.6%{?gitversion}%{?dist}
 
 # The whole code is under MIT
 # except include/utlist.h which is under BSD (and unbundled) and
@@ -72,7 +72,7 @@ Portable Computing Lanugage development files
 
 # Unbundle uthash
 find . -depth -name utlist* | xargs rm -f
-
+sed -i "s/utlist\.h//" include/Makefile.am
 
 %build
 autoreconf -fiv
@@ -128,6 +128,10 @@ make check
 
 
 %changelog
+* Wed Nov 20 2013 Fabian Deutsch <fabiand at fedoraproject.org> - 0.9-0.6.git20131120.f5f8e27
+- Update to a working snapshot
+- Drop utlist.h from Makefile
+
 * Mon Nov 11 2013 Fabian Deutsch <fabiand at fedoraproject.org> - 0.9-0.5.git20131111.8a26561
 - Fix Requirement
 
diff --git a/sources b/sources
index e29fd73..87c3cb1 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-812c4f0e642fe8128068549849c80151  pocl-0.9-8a26561.tar.gz
+bc29ec5991811ee2a85c8517b291b741  pocl-0.9-f5f8e27.tar.gz


More information about the scm-commits mailing list