cleanup
OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/Mesa?expand=0&rev=875
This commit is contained in:
parent
1faa2da88a
commit
cae1de1ab9
@ -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>
|
||||||
|
|
||||||
|
@ -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}
|
||||||
|
19
Mesa.changes
19
Mesa.changes
@ -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>
|
||||||
|
|
||||||
|
@ -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}
|
||||||
|
Loading…
Reference in New Issue
Block a user