import egl-wayland-1.1.4-1.el8
This commit is contained in:
parent
1ce945ee24
commit
857d9ae382
@ -1 +1 @@
|
||||
1a72ab8ed1df9ba2e8a4683d93443337be530c53 SOURCES/egl-wayland-1.1.2.tar.gz
|
||||
5008c8371114a48e02c2fb47aa6487b7b5fa6aaf SOURCES/egl-wayland-1.1.4.tar.gz
|
||||
|
2
.gitignore
vendored
2
.gitignore
vendored
@ -1 +1 @@
|
||||
SOURCES/egl-wayland-1.1.2.tar.gz
|
||||
SOURCES/egl-wayland-1.1.4.tar.gz
|
||||
|
@ -1,11 +0,0 @@
|
||||
--- a/src/meson.build
|
||||
+++ b/src/meson.build
|
||||
@@ -6,6 +6,7 @@
|
||||
|
||||
add_project_arguments('-Wall', language : 'c')
|
||||
add_project_arguments('-Werror', language : 'c')
|
||||
+add_project_arguments('-Wno-deprecated-declarations', language : 'c')
|
||||
add_project_arguments('-fvisibility=hidden', language : 'c')
|
||||
add_project_link_arguments('-Wl,-Bsymbolic', language : 'c')
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
Name: egl-wayland
|
||||
Version: 1.1.2
|
||||
Version: 1.1.4
|
||||
Release: 1%{?dist}
|
||||
Summary: Wayland EGL External Platform library
|
||||
|
||||
@ -7,9 +7,6 @@ License: MIT
|
||||
URL: https://github.com/NVIDIA/%{name}
|
||||
Source0: %url/archive/%{version}/%{name}-%{version}.tar.gz
|
||||
Source1: 10_nvidia_wayland.json
|
||||
%if 0%{?rhel} || 0%{?fedora} <= 28
|
||||
Patch0: fix_deprecated-declarations.patch
|
||||
%endif
|
||||
|
||||
BuildRequires: meson
|
||||
BuildRequires: libtool
|
||||
@ -32,6 +29,7 @@ Wayland EGL External Platform library development package
|
||||
|
||||
%prep
|
||||
%autosetup -p1
|
||||
sed -i 's/0.50/0.49/' meson.build
|
||||
|
||||
%build
|
||||
%meson
|
||||
@ -61,6 +59,9 @@ find %{buildroot} -name '*.la' -exec rm -f {} ';'
|
||||
%{_datadir}/wayland-eglstream/
|
||||
|
||||
%changelog
|
||||
* Tue Nov 19 2019 Adam Jackson <ajax@redhat.com> - 1.1.4-1
|
||||
- egl-wayland 1.1.4
|
||||
|
||||
* Fri Feb 01 2019 Leigh Scott <leigh123linux@googlemail.com> - 1.1.2-1
|
||||
- Update to 1.1.2
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user