Update to 1.1.1
This commit is contained in:
parent
638b2300f9
commit
942f43a5d7
1
.gitignore
vendored
1
.gitignore
vendored
@ -9,3 +9,4 @@
|
||||
/egl-wayland-395ce9f609fbf66f6cab622aec3ded663e089f84.tar.gz
|
||||
/egl-wayland-1676d1d2bfe646fb3ecbba29a85db529dd399493.tar.gz
|
||||
/egl-wayland-0eb29d4a84788b2abb3642ec2d3ccec0b0befe36.tar.gz
|
||||
/egl-wayland-1.1.1.tar.gz
|
||||
|
@ -1,15 +1,11 @@
|
||||
%global commit 0eb29d4a84788b2abb3642ec2d3ccec0b0befe36
|
||||
%global date 20181015
|
||||
%global shortcommit0 %(c=%{commit}; echo ${c:0:7})
|
||||
|
||||
Name: egl-wayland
|
||||
Version: 1.1.0
|
||||
Release: 0.2%{?shortcommit0:.%{date}git%{shortcommit0}}%{?dist}
|
||||
Version: 1.1.1
|
||||
Release: 1%{?dist}
|
||||
Summary: Wayland EGL External Platform library
|
||||
|
||||
License: MIT
|
||||
URL: https://github.com/NVIDIA/%{name}
|
||||
Source0: %url/archive/%{commit}.tar.gz#/%{name}-%{commit}.tar.gz
|
||||
Source0: %url/archive/%{version}/%{name}-%{version}.tar.gz
|
||||
Source1: 10_nvidia_wayland.json
|
||||
|
||||
BuildRequires: meson
|
||||
@ -32,7 +28,7 @@ Requires: %{name}%{?_isa} = %{version}-%{release}
|
||||
Wayland EGL External Platform library development package
|
||||
|
||||
%prep
|
||||
%autosetup -n %{name}-%{commit}
|
||||
%autosetup -n %{name}-%{version}
|
||||
|
||||
%build
|
||||
%meson
|
||||
@ -62,6 +58,9 @@ find %{buildroot} -name '*.la' -exec rm -f {} ';'
|
||||
%{_datadir}/wayland-eglstream/
|
||||
|
||||
%changelog
|
||||
* Thu Dec 06 2018 Leigh Scott <leigh123linux@googlemail.com> - 1.1.1-1
|
||||
- Update to 1.1.1
|
||||
|
||||
* Mon Nov 26 2018 Leigh Scott <leigh123linux@googlemail.com> - 1.1.0-0.2.20181015git0eb29d4
|
||||
- Update to latest git snapshot (rhbz#1653118)
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (egl-wayland-0eb29d4a84788b2abb3642ec2d3ccec0b0befe36.tar.gz) = 04096704a775c635fc24023c94f6df4b75d208ff2ede8b25cbd120c945d242c9b2f2f3eca3f9439bb53364648a9be65c8d428741d80dbdab907aff7606774fdc
|
||||
SHA512 (egl-wayland-1.1.1.tar.gz) = 8a8edaedd7f19457e2213e086a24ae147b1ffce6bd32abce90130a881a0c3a591449e1e892c05cd94871c965afb0fe9ba52ecd225231b1ad79c0f6fde96d6bcb
|
||||
|
Loading…
Reference in New Issue
Block a user