[pocl/f19] It's actually an R, not BR

Fabian Deutsch fabiand at fedoraproject.org
Mon Nov 11 21:28:56 UTC 2013


commit 0ecfde823f836b39e23f0c7c86bafda26f651dbb
Author: Fabian Deutsch <fabiand at fedoraproject.org>
Date:   Mon Nov 11 22:28:03 2013 +0100

    It's actually an R, not BR
    
    Signed-off-by: Fabian Deutsch <fabiand at fedoraproject.org>

 pocl.spec |   12 ++++++++----
 1 files changed, 8 insertions(+), 4 deletions(-)
---
diff --git a/pocl.spec b/pocl.spec
index 4e5bf9e..20b0fa3 100644
--- a/pocl.spec
+++ b/pocl.spec
@@ -6,7 +6,7 @@
 Summary:	Portable Computing Language - an OpenCL implementation
 Name:		pocl
 Version:	0.9
-Release:	0.4%{?gitversion}%{?dist}
+Release:	0.5%{?gitversion}%{?dist}
 
 # The whole code is under MIT
 # except include/utlist.h which is under BSD (and unbundled) and
@@ -32,12 +32,13 @@ BuildRequires:	opencl-headers
 BuildRequires:	uthash-devel
 #BuildRequires:	vecmath-devel
 
-# https://bugzilla.redhat.com/show_bug.cgi?id=1021645
-BuildRequires:  gcc-c++
-
 Requires:	clang
 Requires:	opencl-filesystem
 Requires:	uthash
+Requires:       libstdc++-devel
+
+# https://bugzilla.redhat.com/show_bug.cgi?id=1021645
+Requires:       gcc-c++
 
 
 %description
@@ -127,6 +128,9 @@ make check
 
 
 %changelog
+* Mon Nov 11 2013 Fabian Deutsch <fabiand at fedoraproject.org> - 0.9-0.5.git20131111.8a26561
+- Fix Requirement
+
 * Mon Nov 11 2013 Fabian Deutsch <fabiand at fedoraproject.org> - 0.9-0.4.git20131111.8a26561
 - Add BR on gcc-c++ temporarily
 - Update to a newer snapshot


More information about the scm-commits mailing list