[Pkg-opencl-devel] [beignet] 26/47: Imported Debian patch 0.2-2
Andreas Beckmann
anbe at moszumanska.debian.org
Fri Oct 31 21:45:48 UTC 2014
This is an automated email from the git hooks/post-receive script.
anbe pushed a commit to branch master
in repository beignet.
commit a36c9899be159b2f6be7174e2d43e8415def56d2
Author: Simon Richter <sjr at debian.org>
Date: Fri Jul 5 15:27:32 2013 +0200
Imported Debian patch 0.2-2
---
debian/changelog | 6 ++++++
debian/patches/opencl-c-version | 26 ++++++++++++++++++++++++++
debian/patches/series | 1 +
3 files changed, 33 insertions(+)
diff --git a/debian/changelog b/debian/changelog
index 922cd70..2a809ab 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+beignet (0.2-2) unstable; urgency=low
+
+ * Patch OpenCL C version
+
+ -- Simon Richter <sjr at debian.org> Fri, 05 Jul 2013 15:27:32 +0200
+
beignet (0.2-1) unstable; urgency=low
* New upstream release (Closes: #712903)
diff --git a/debian/patches/opencl-c-version b/debian/patches/opencl-c-version
new file mode 100644
index 0000000..a3e41f4
--- /dev/null
+++ b/debian/patches/opencl-c-version
@@ -0,0 +1,26 @@
+From 488ab527ed35986a360a5a3d92d833409d3f43de Mon Sep 17 00:00:00 2001
+From: Simon Richter <Simon.Richter at hogyros.de>
+Date: Fri, 5 Jul 2013 15:25:12 +0200
+Subject: [PATCH] Fix OpenCL C version format
+To: beignet at lists.freedesktop.org
+
+---
+ src/cl_gt_device.h | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/src/cl_gt_device.h b/src/cl_gt_device.h
+index a535452..8fe863a 100644
+--- a/src/cl_gt_device.h
++++ b/src/cl_gt_device.h
+@@ -70,7 +70,7 @@ DECL_INFO_STRING(name, "Intel HD Graphics Family")
+ DECL_INFO_STRING(vendor, "Intel")
+ DECL_INFO_STRING(version, OCL_VERSION_STRING)
+ DECL_INFO_STRING(profile, "FULL_PROFILE")
+-DECL_INFO_STRING(opencl_c_version, "OpenCL 1.10")
++DECL_INFO_STRING(opencl_c_version, "OpenCL C 1.1")
+ DECL_INFO_STRING(extensions, "")
+ DECL_INFO_STRING(built_in_kernels, "")
+ DECL_INFO_STRING(driver_version, LIBCL_VERSION_STRING)
+--
+1.7.10.4
+
diff --git a/debian/patches/series b/debian/patches/series
index dfd681e..a4fd86a 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -3,3 +3,4 @@ flags
khronos
deprecated-in-utest
private
+opencl-c-version
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-opencl/beignet.git
More information about the Pkg-opencl-devel
mailing list