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.3.tar.gz
|
||||||
/egl-wayland-1.1.4.tar.gz
|
/egl-wayland-1.1.4.tar.gz
|
||||||
/egl-wayland-1.1.5.tar.gz
|
/egl-wayland-1.1.5.tar.gz
|
||||||
|
/egl-wayland-1.1.6.tar.gz
|
||||||
|
@ -1,19 +1,17 @@
|
|||||||
Name: egl-wayland
|
Name: egl-wayland
|
||||||
Version: 1.1.5
|
Version: 1.1.6
|
||||||
Release: 3%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Wayland EGL External Platform library
|
Summary: Wayland EGL External Platform library
|
||||||
|
|
||||||
License: MIT
|
License: MIT
|
||||||
URL: https://github.com/NVIDIA/%{name}
|
URL: https://github.com/NVIDIA/%{name}
|
||||||
Source0: %url/archive/%{version}/%{name}-%{version}.tar.gz
|
Source0: %url/archive/%{version}/%{name}-%{version}.tar.gz
|
||||||
Source1: 10_nvidia_wayland.json
|
Source1: 10_nvidia_wayland.json
|
||||||
Patch0: %url/commit/9558ec02d0f7bbf30dc1f9ee4c0b06c9b0c49afe.patch
|
|
||||||
Patch1: %url/commit/9c9c4c684983f7b0821f516f8821118170a785ea.patch
|
|
||||||
|
|
||||||
BuildRequires: meson
|
BuildRequires: meson
|
||||||
BuildRequires: libtool
|
BuildRequires: libtool
|
||||||
BuildRequires: eglexternalplatform-devel
|
BuildRequires: eglexternalplatform-devel
|
||||||
%if 0%{?fedora} > 31
|
%if 0%{?fedora}
|
||||||
BuildRequires: libglvnd-devel
|
BuildRequires: libglvnd-devel
|
||||||
%else
|
%else
|
||||||
BuildRequires: mesa-libEGL-devel
|
BuildRequires: mesa-libEGL-devel
|
||||||
@ -35,7 +33,7 @@ Wayland EGL External Platform library development package
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%autosetup -p1
|
%autosetup -p1
|
||||||
%if 0%{?rhel} >= 7
|
%if 0%{?rhel}
|
||||||
sed -i -e 's@>= 0.50@>= 0.47@g' meson.build
|
sed -i -e 's@>= 0.50@>= 0.47@g' meson.build
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
@ -62,11 +60,14 @@ find %{buildroot} -name '*.la' -exec rm -f {} ';'
|
|||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
%{_libdir}/libnvidia-egl-wayland.so
|
%{_libdir}/libnvidia-egl-wayland.so
|
||||||
%{_datadir}/pkgconfig/wayland-eglstream.pc
|
%{_libdir}/pkgconfig/wayland-eglstream.pc
|
||||||
%{_datadir}/pkgconfig/wayland-eglstream-protocols.pc
|
%{_datadir}/pkgconfig/wayland-eglstream-protocols.pc
|
||||||
%{_datadir}/wayland-eglstream/
|
%{_datadir}/wayland-eglstream/
|
||||||
|
|
||||||
%changelog
|
%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
|
* Fri Aug 14 2020 Leigh Scott <leigh123linux@gmail.com> - 1.1.5-3
|
||||||
- Add upstream patch to address rhbz#1842473
|
- 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