SHA256
1
0
forked from pool/Mesa
Stefan Dirsch 2019-09-28 13:38:12 +00:00 committed by Git OBS Bridge
parent 1faa2da88a
commit cae1de1ab9
4 changed files with 4 additions and 42 deletions

View File

@ -9,18 +9,8 @@ Thu Sep 26 15:41:07 UTC 2019 - Stefan Dirsch <sndirsch@suse.com>
* Mesa-libGLESv3-devel * Mesa-libGLESv3-devel
Instead of requiring these let Mesa-devel package require Instead of requiring these let Mesa-devel package require
libglvnd-devel >= 1.2.0, which provides the contents of these libglvnd-devel >= 1.2.0, which provides the contents of these
packages now. Adjusted baselibs.conf accordingly. packages now (header files for OpenGL, GLES, EGL, and GLX).
Adjusted baselibs.conf accordingly.
-------------------------------------------------------------------
Thu Sep 26 14:03:05 UTC 2019 - Stefan Dirsch <sndirsch@suse.com>
- Mesa-devel: no longer require
* Mesa-libEGL-devel
* Mesa-libGL-devel
* Mesa-libGLESv1_CM-devel
* Mesa-libGLESv2-devel
since the header files for OpenGL, GLES, EGL, and GLX are now
included by libglvnd-devel
- modified check for llvm version in a way so it works also with - modified check for llvm version in a way so it works also with
older llvm packages (by making use of "llvm-config -version"), older llvm packages (by making use of "llvm-config -version"),
where there is %{_llvm_sonum} macro defined yet where there is %{_llvm_sonum} macro defined yet
@ -32,11 +22,6 @@ Wed Sep 25 18:34:34 UTC 2019 - Aaron Puchert <aaronpuchert@alice-dsl.net>
* Link OpenCL library with libclang-cpp.so instead of the * Link OpenCL library with libclang-cpp.so instead of the
component libraries for LLVM >= 9. component libraries for LLVM >= 9.
-------------------------------------------------------------------
Wed Sep 25 18:00:45 UTC 2019 - Stefan Dirsch <sndirsch@suse.com>
- fixed build against latest libXvMC 1.0.12
------------------------------------------------------------------- -------------------------------------------------------------------
Wed Sep 18 06:59:29 UTC 2019 - Stefan Dirsch <sndirsch@suse.com> Wed Sep 18 06:59:29 UTC 2019 - Stefan Dirsch <sndirsch@suse.com>

View File

@ -219,10 +219,6 @@ BuildRequires: clang-devel
BuildRequires: libclc BuildRequires: libclc
%endif %endif
%if %{xvmc_support}
BuildRequires: pkgconfig(xv)
%endif
%if 0%{?libglvnd} %if 0%{?libglvnd}
Requires: Mesa-libEGL1 = %{version} Requires: Mesa-libEGL1 = %{version}
Requires: Mesa-libGL1 = %{version} Requires: Mesa-libGL1 = %{version}

View File

@ -9,18 +9,8 @@ Thu Sep 26 15:41:07 UTC 2019 - Stefan Dirsch <sndirsch@suse.com>
* Mesa-libGLESv3-devel * Mesa-libGLESv3-devel
Instead of requiring these let Mesa-devel package require Instead of requiring these let Mesa-devel package require
libglvnd-devel >= 1.2.0, which provides the contents of these libglvnd-devel >= 1.2.0, which provides the contents of these
packages now. Adjusted baselibs.conf accordingly. packages now (header files for OpenGL, GLES, EGL, and GLX).
Adjusted baselibs.conf accordingly.
-------------------------------------------------------------------
Thu Sep 26 14:03:05 UTC 2019 - Stefan Dirsch <sndirsch@suse.com>
- Mesa-devel: no longer require
* Mesa-libEGL-devel
* Mesa-libGL-devel
* Mesa-libGLESv1_CM-devel
* Mesa-libGLESv2-devel
since the header files for OpenGL, GLES, EGL, and GLX are now
included by libglvnd-devel
- modified check for llvm version in a way so it works also with - modified check for llvm version in a way so it works also with
older llvm packages (by making use of "llvm-config -version"), older llvm packages (by making use of "llvm-config -version"),
where there is %{_llvm_sonum} macro defined yet where there is %{_llvm_sonum} macro defined yet
@ -32,11 +22,6 @@ Wed Sep 25 18:34:34 UTC 2019 - Aaron Puchert <aaronpuchert@alice-dsl.net>
* Link OpenCL library with libclang-cpp.so instead of the * Link OpenCL library with libclang-cpp.so instead of the
component libraries for LLVM >= 9. component libraries for LLVM >= 9.
-------------------------------------------------------------------
Wed Sep 25 18:00:45 UTC 2019 - Stefan Dirsch <sndirsch@suse.com>
- fixed build against latest libXvMC 1.0.12
------------------------------------------------------------------- -------------------------------------------------------------------
Wed Sep 18 06:59:29 UTC 2019 - Stefan Dirsch <sndirsch@suse.com> Wed Sep 18 06:59:29 UTC 2019 - Stefan Dirsch <sndirsch@suse.com>

View File

@ -218,10 +218,6 @@ BuildRequires: clang-devel
BuildRequires: libclc BuildRequires: libclc
%endif %endif
%if %{xvmc_support}
BuildRequires: pkgconfig(xv)
%endif
%if 0%{?libglvnd} %if 0%{?libglvnd}
Requires: Mesa-libEGL1 = %{version} Requires: Mesa-libEGL1 = %{version}
Requires: Mesa-libGL1 = %{version} Requires: Mesa-libGL1 = %{version}