[pocl] require uthash-devel instead of uthash small cleanups

Björn Esser besser82 at fedoraproject.org
Thu May 22 14:01:16 UTC 2014


commit 61f38f73c285e1e79609a35a36af263802cf793c
Author: Björn Esser <bjoern.esser at gmail.com>
Date:   Thu May 22 16:00:28 2014 +0200

    require uthash-devel instead of uthash
    small cleanups

 pocl.spec |   12 ++++++++----
 1 files changed, 8 insertions(+), 4 deletions(-)
---
diff --git a/pocl.spec b/pocl.spec
index dcc3ad6..d00d52e 100644
--- a/pocl.spec
+++ b/pocl.spec
@@ -15,7 +15,7 @@
 Summary:        Portable Computing Language - an OpenCL implementation
 Name:           pocl
 Version:        0.9
-Release:        4%{?gitversion}%{?dist}
+Release:        5%{?gitversion}%{?dist}
 
 # The whole code is under MIT
 # except include/utlist.h which is under BSD (and unbundled) and
@@ -41,10 +41,10 @@ BuildRequires:  opencl-headers
 BuildRequires:  uthash-devel
 #BuildRequires:	vecmath-devel
 
-Requires:       clang%{_isa}
+Requires:       clang%{?_isa}
 Requires:       opencl-filesystem
-Requires:       uthash
-Requires:       libstdc++-devel%{_isa}
+Requires:       uthash-devel
+Requires:       libstdc++-devel%{?_isa}
 
 # libstdc++ from gcc is used
 # https://bugzilla.redhat.com/show_bug.cgi?id=1021645
@@ -152,6 +152,10 @@ make check
 
 
 %changelog
+* Thu May 22 2014 Björn Esser <bjoern.esser at gmail.com> - 0.9-5
+- require uthash-devel instead of uthash
+- small cleanups
+
 * Mon Apr 07 2014 Fabian Deutsch <fabiand at fedoraproject.org> - 0.9.4
 - Provide isas for correct requires rhbz#1082364
 


More information about the scm-commits mailing list