Hello community,

here is the log from the commit of package beignet for openSUSE:Leap:15.2 
checked in at 2020-06-08 15:11:40
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Leap:15.2/beignet (Old)
 and      /work/SRC/openSUSE:Leap:15.2/.beignet.new.3606 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "beignet"

Mon Jun  8 15:11:40 2020 rev:16 rq:812537 version:1.3.2

Changes:
--------
--- /work/SRC/openSUSE:Leap:15.2/beignet/beignet.changes        2020-01-15 
14:48:26.865343027 +0100
+++ /work/SRC/openSUSE:Leap:15.2/.beignet.new.3606/beignet.changes      
2020-06-08 15:11:41.236951984 +0200
@@ -1,0 +2,22 @@
+Thu Jun  4 19:21:31 UTC 2020 - Martin Hauke <[email protected]>
+
+- Use LLVM7 on Leap 15.2 / SLE15 SP2 or later (boo#1172362)
+
+-------------------------------------------------------------------
+Mon Nov 18 23:15:31 UTC 2019 - Simon Lees <[email protected]>
+
+- %make_jobs is depricated replaced by %cmake_build
+- use %autopatch
+
+-------------------------------------------------------------------
+Tue Oct 29 21:46:30 UTC 2019 - Stefan Brüns <[email protected]>
+
+- Add explicit BuildRequires: pkgconfig(libdrm,xext,xfixes), required on TW.
+
+-------------------------------------------------------------------
+Sun Jul 14 20:17:48 UTC 2019 - Stefan Brüns <[email protected]>
+
+- Use LLVM 7 on Tumbleweed, which is the last supported version for
+  beignet (TerminatorInst has been removed in LLVM 8)
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ beignet.spec ++++++
--- /var/tmp/diff_new_pack.hgGETM/_old  2020-06-08 15:11:41.688953221 +0200
+++ /var/tmp/diff_new_pack.hgGETM/_new  2020-06-08 15:11:41.692953232 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package beignet
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -22,7 +22,7 @@
 Summary:        OpenCL implementation for Intel GPUs
 License:        LGPL-2.1-or-later
 Group:          Development/Libraries/C and C++
-Url:            https://01.org/beignet/
+URL:            https://01.org/beignet/
 Source0:        
https://01.org/sites/default/files/%{name}-%{version}-source.tar.gz
 Source99:       beignet-rpmlintrc
 Patch0:         beignet-llvm6.patch
@@ -38,16 +38,17 @@
 BuildRequires:  pkgconfig(egl)
 BuildRequires:  pkgconfig(gl)
 BuildRequires:  pkgconfig(ice)
+BuildRequires:  pkgconfig(libdrm)
 BuildRequires:  pkgconfig(ocl-icd)
+BuildRequires:  pkgconfig(xext)
+BuildRequires:  pkgconfig(xfixes)
 BuildRequires:  pkgconfig(zlib)
 # exclusive to Intel GPU
 ExclusiveArch:  %{ix86} x86_64
-%if 0%{?suse_version} > 1320
-BuildRequires:  clang-devel >= 3.3
+%if 0%{?suse_version} >= 1550 || 0%{?sle_version} >= 150200
+BuildRequires:  clang7-devel
 %else
-BuildRequires:  llvm-clang >= 3.3
-BuildRequires:  llvm-clang-devel >= 3.3
-BuildRequires:  llvm-devel >= 3.3
+BuildRequires:  clang-devel >= 3.3
 %endif
 
 %description
@@ -69,10 +70,7 @@
 
 %prep
 %setup -q -n Beignet-%{version}-Source
-%patch0 -p1
-%patch1 -p1
-%patch2 -p1
-%patch3 -p1
+%autopatch -p1
 rm README.md
 cp docs/Beignet.mdwn README.md
 
@@ -80,7 +78,7 @@
 %limit_build -m 2000
 %cmake \
        -DLLVM_INSTALL_DIR=%{_bindir}/
-%make_jobs
+%cmake_build
 
 %install
 %cmake_install


Reply via email to