[beignet] Update to 0.9.0

Igor Gnatenko ignatenkobrain at fedoraproject.org
Thu Jul 3 21:23:45 UTC 2014


commit 0c45e57cbecf72e1a5f243bbc0f375e3f19a2b03
Author: Igor Gnatenko <i.gnatenko.brain at gmail.com>
Date:   Fri Jul 4 01:17:57 2014 +0400

    Update to 0.9.0
    
    Signed-off-by: Igor Gnatenko <i.gnatenko.brain at gmail.com>

 .gitignore                                      |    1 +
 0001-cmake-Fix-linking-with-LLVM-Terminfo.patch |   39 -----------------------
 beignet.spec                                    |   19 +++++------
 sources                                         |    2 +-
 4 files changed, 11 insertions(+), 50 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 610de10..de87a25 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 /beignet-48f8e5b.tar.gz
 /Release_v0.8.tar.gz
+/beignet-0.9.0-source.tar.gz
diff --git a/beignet.spec b/beignet.spec
index 4c20615..c1a6830 100644
--- a/beignet.spec
+++ b/beignet.spec
@@ -1,14 +1,11 @@
 Name:           beignet
-Version:        0.8
-Release:        3%{?dist}
+Version:        0.9.0
+Release:        1%{?dist}
 Summary:        Open source implementation of the OpenCL for Intel GPUs
 
 License:        LGPLv2+
-URL:            http://www.freedesktop.org/wiki/Software/Beignet/
-Source0:        http://cgit.freedesktop.org/beignet/snapshot/Release_v%{version}.tar.gz
-# http://lists.freedesktop.org/archives/beignet/2014-February/002504.html
-# http://lists.freedesktop.org/archives/beignet/2014-February/002506.html
-Patch0:         0001-cmake-Fix-linking-with-LLVM-Terminfo.patch
+URL:            https://01.org/beignet/
+Source0:        https://01.org/sites/default/files/%{name}-%{version}-source.tar.gz
 
 BuildRequires:  cmake
 BuildRequires:  llvm-devel >= 3.3 clang-devel >= 3.3 llvm-static >= 3.3
@@ -37,13 +34,12 @@ Devel package for Beignet is an open source implementation of the OpenCL
 specification - a generic compute oriented API.
 
 %prep
-%setup -q -n Release_v%{version}
-%patch0 -p1 -b .terminfo
+%setup -q -n Beignet-%{version}-Source
 mkdir build
 
 %build
 pushd build
-  %cmake ../ -DLLVM_INSTALL_DIR=%{_bindir}
+  %cmake ../ -DLLVM_INSTALL_DIR=%{_bindir}/
   make %{?_smp_mflags}
 popd
 
@@ -63,6 +59,9 @@ find %{buildroot}%{_includedir}/CL/ -regextype posix-egrep -not -regex ".*(cl_in
 %{_includedir}/CL/cl_intel.h
 
 %changelog
+* Fri Jul 04 2014 Igor Gnatenko <i.gnatenko.brain at gmail.com> - 0.9.0-1
+- Update ot 0.9.0
+
 * Sat Jun 07 2014 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.8-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
 
diff --git a/sources b/sources
index 4a86f08..1666ac5 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-5c885506502b58f1422aaea0e569ca74  Release_v0.8.tar.gz
+ea9a35eece91348813a513f6e5303c51  beignet-0.9.0-source.tar.gz


More information about the scm-commits mailing list