Update to 1.1.6
This commit is contained in:
parent
8fb8070207
commit
a28e745376
1
.gitignore
vendored
1
.gitignore
vendored
@ -14,3 +14,4 @@
|
||||
/egl-wayland-1.1.3.tar.gz
|
||||
/egl-wayland-1.1.4.tar.gz
|
||||
/egl-wayland-1.1.5.tar.gz
|
||||
/egl-wayland-1.1.6.tar.gz
|
||||
|
@ -1,19 +1,17 @@
|
||||
Name: egl-wayland
|
||||
Version: 1.1.5
|
||||
Release: 3%{?dist}
|
||||
Version: 1.1.6
|
||||
Release: 1%{?dist}
|
||||
Summary: Wayland EGL External Platform library
|
||||
|
||||
License: MIT
|
||||
URL: https://github.com/NVIDIA/%{name}
|
||||
Source0: %url/archive/%{version}/%{name}-%{version}.tar.gz
|
||||
Source1: 10_nvidia_wayland.json
|
||||
Patch0: %url/commit/9558ec02d0f7bbf30dc1f9ee4c0b06c9b0c49afe.patch
|
||||
Patch1: %url/commit/9c9c4c684983f7b0821f516f8821118170a785ea.patch
|
||||
|
||||
BuildRequires: meson
|
||||
BuildRequires: libtool
|
||||
BuildRequires: eglexternalplatform-devel
|
||||
%if 0%{?fedora} > 31
|
||||
%if 0%{?fedora}
|
||||
BuildRequires: libglvnd-devel
|
||||
%else
|
||||
BuildRequires: mesa-libEGL-devel
|
||||
@ -35,7 +33,7 @@ Wayland EGL External Platform library development package
|
||||
|
||||
%prep
|
||||
%autosetup -p1
|
||||
%if 0%{?rhel} >= 7
|
||||
%if 0%{?rhel}
|
||||
sed -i -e 's@>= 0.50@>= 0.47@g' meson.build
|
||||
%endif
|
||||
|
||||
@ -62,11 +60,14 @@ find %{buildroot} -name '*.la' -exec rm -f {} ';'
|
||||
|
||||
%files devel
|
||||
%{_libdir}/libnvidia-egl-wayland.so
|
||||
%{_datadir}/pkgconfig/wayland-eglstream.pc
|
||||
%{_libdir}/pkgconfig/wayland-eglstream.pc
|
||||
%{_datadir}/pkgconfig/wayland-eglstream-protocols.pc
|
||||
%{_datadir}/wayland-eglstream/
|
||||
|
||||
%changelog
|
||||
* Thu Jan 7 2021 Leigh Scott <leigh123linux@gmail.com> - 1.1.6-1
|
||||
- Update to 1.1.6
|
||||
|
||||
* Fri Aug 14 2020 Leigh Scott <leigh123linux@gmail.com> - 1.1.5-3
|
||||
- Add upstream patch to address rhbz#1842473
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (egl-wayland-1.1.5.tar.gz) = 53578214d07e344b2d9737077529205270bc84d972262c4a45df449d37815d343a252c42f46daf3a436ca97ab43a094fc11dddc9849a857c641a4912f9d8ab79
|
||||
SHA512 (egl-wayland-1.1.6.tar.gz) = 81fd3be3f49ad012efd31189d85666e869653f1f4004de4103f4ad13b7fda036cef432d1e30e33664ae423092dc1b86cfd2773d6542bb09d7a74720ba14e0fa4
|
||||
|
Loading…
Reference in New Issue
Block a user