Update to 1.0.4 snapshot
This commit is contained in:
parent
91aaa5a16c
commit
77b78fd25d
1
.gitignore
vendored
1
.gitignore
vendored
@ -5,3 +5,4 @@
|
||||
/egl-wayland-1f4b1fde684595fe28e250b7429e028a7bb7d40d.tar.gz
|
||||
/egl-wayland-b283689e369116aaf41ffac70d4eeef19ce133a4.tar.gz
|
||||
/egl-wayland-6f5f7d0d50287b810e9dec4718d3cf995fed809a.tar.gz
|
||||
/egl-wayland-4ab087336614770c524cc51d8f9befa719d80cc9.tar.gz
|
||||
|
@ -1,15 +1,15 @@
|
||||
%global commit 6f5f7d0d50287b810e9dec4718d3cf995fed809a
|
||||
%global date 20180201
|
||||
%global commit 4ab087336614770c524cc51d8f9befa719d80cc9
|
||||
%global date 20180602
|
||||
%global shortcommit0 %(c=%{commit}; echo ${c:0:7})
|
||||
|
||||
Name: egl-wayland
|
||||
Version: 1.0.3
|
||||
Release: 2%{?shortcommit0:.%{date}git%{shortcommit0}}%{?dist}
|
||||
Version: 1.0.4
|
||||
Release: 0.1%{?shortcommit0:.%{date}git%{shortcommit0}}%{?dist}
|
||||
Summary: Wayland EGL External Platform library
|
||||
|
||||
License: MIT
|
||||
URL: https://github.com/NVIDIA
|
||||
Source0: %url/%{name}/archive/%{commit}.tar.gz#/%{name}-%{commit}.tar.gz
|
||||
URL: https://github.com/NVIDIA/%{name}
|
||||
Source0: %url/archive/%{commit}.tar.gz#/%{name}-%{commit}.tar.gz
|
||||
Source1: 10_nvidia_wayland.json
|
||||
|
||||
BuildRequires: meson
|
||||
@ -62,6 +62,9 @@ find %{buildroot} -name '*.la' -exec rm -f {} ';'
|
||||
%{_datadir}/wayland-eglstream/
|
||||
|
||||
%changelog
|
||||
* Sat Jun 16 2018 Leigh Scott <leigh123linux@googlemail.com> - 1.0.4-0.1.20180602git4ab0873
|
||||
- Update to 1.0.4 snapshot
|
||||
|
||||
* Tue Feb 06 2018 Leigh Scott <leigh123linux@googlemail.com> - 1.0.3-2.20180201git6f5f7d0
|
||||
- Update to latest git snapshot
|
||||
- Switch to meson
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (egl-wayland-6f5f7d0d50287b810e9dec4718d3cf995fed809a.tar.gz) = 96e84e8246609d7fc35b490db0ce7be469072502a3960e0baa0ef8568c9cf1ef1671e2010d64e547ea01b05f5c28ff190a919351f502f65f51a68c94bfdd7d30
|
||||
SHA512 (egl-wayland-4ab087336614770c524cc51d8f9befa719d80cc9.tar.gz) = b54bb9438eae60ab2611fbecd7efaa670cd623155e6aa3e758eb004a12fd78dd0626f695f6dabf1fc3882b94353f25da1166f1fb4477e7d747278cb7acddbf61
|
||||
|
Loading…
Reference in New Issue
Block a user