[pocl] BuildRequires: libedit-devel

Adam Jackson ajax at fedoraproject.org
Tue Oct 28 14:02:13 UTC 2014


commit a870432e6d4e9cb2da6cfe59943a384ab16e34cf
Author: Adam Jackson <ajax at redhat.com>
Date:   Tue Oct 28 10:02:16 2014 -0400

    BuildRequires: libedit-devel
    
    - Rebuild for llvm 3.5

 pocl.spec |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)
---
diff --git a/pocl.spec b/pocl.spec
index 7de695f..8db79fd 100644
--- a/pocl.spec
+++ b/pocl.spec
@@ -15,7 +15,7 @@
 Summary:        Portable Computing Language - an OpenCL implementation
 Name:           pocl
 Version:        0.10
-Release:        1%{?gitversion}%{?dist}
+Release:        2%{?gitversion}%{?dist}
 
 # The whole code is under MIT
 # except include/utlist.h which is under BSD (and unbundled) and
@@ -40,6 +40,7 @@ BuildRequires:  opencl-filesystem
 BuildRequires:  opencl-headers
 BuildRequires:  uthash-devel
 BuildRequires:  zlib-devel
+BuildRequires:  libedit-devel
 #BuildRequires:	vecmath-devel
 
 Requires:       clang%{?_isa}
@@ -151,6 +152,10 @@ make check
 
 
 %changelog
+* Tue Oct 28 2014 Adam Jackson <ajax at redhat.com> 0.10-2
+- BuildRequires: libedit-devel
+- Rebuild for llvm 3.5
+
 * Tue Oct 14 2014 Adam Jackson <ajax at redhat.com> 0.10-1
 - pocl 0.10
 


More information about the scm-commits mailing list