Update to 1.1.0 release
This commit is contained in:
parent
730861035a
commit
e3f96367af
@ -1,21 +1,21 @@
|
|||||||
%global commit0 5baa1e5cfc422eb53e66f12ffb80c93d4a693cd9
|
#global commit0 5baa1e5cfc422eb53e66f12ffb80c93d4a693cd9
|
||||||
%global shortcommit0 %%(c=%%{commit0}; echo ${c:0:7})
|
#global shortcommit0 %%(c=%%{commit0}; echo ${c:0:7})
|
||||||
|
|
||||||
%if 0%{?rhel} && 0%{?rhel} <= 7
|
%if 0%{?rhel} && 0%{?rhel} <= 7
|
||||||
%global _without_mesa_glvnd_default 1
|
%global _without_mesa_glvnd_default 1
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
Name: libglvnd
|
Name: libglvnd
|
||||||
Version: 1.0.1
|
Version: 1.1.0
|
||||||
Release: 0.9%{?commit0:.git%{shortcommit0}}%{?dist}
|
Release: 1%{?commit0:.git%{shortcommit0}}%{?dist}
|
||||||
# Provide an upgrade path from the negativo17.org pkgs which have Epoch 1
|
# Provide an upgrade path from the negativo17.org pkgs which have Epoch 1
|
||||||
Epoch: 1
|
Epoch: 1
|
||||||
Summary: The GL Vendor-Neutral Dispatch library
|
Summary: The GL Vendor-Neutral Dispatch library
|
||||||
|
|
||||||
License: MIT
|
License: MIT
|
||||||
URL: https://github.com/NVIDIA/libglvnd
|
URL: https://github.com/NVIDIA/libglvnd
|
||||||
#Source0: %%{url}/archive/v%%{version}/%%{name}-%%{version}.tar.gz
|
Source0: %{url}/archive/v%{version}/%{name}-%{version}.tar.gz
|
||||||
Source0: %{url}/archive/%{commit0}.tar.gz#/%{name}-%{shortcommit0}.tar.gz
|
#Source0: %%{url}/archive/%%{commit0}.tar.gz#/%%{name}-%%{shortcommit0}.tar.gz
|
||||||
Patch0: libglvnd-python3.patch
|
Patch0: libglvnd-python3.patch
|
||||||
Patch1: 0001-glx-Add-another-fallback-library-name.patch
|
Patch1: 0001-glx-Add-another-fallback-library-name.patch
|
||||||
|
|
||||||
@ -234,6 +234,9 @@ xvfb-run -s '-screen 0 640x480x24' -d make check V=1 || \
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Aug 09 2018 Leigh Scott <leigh123linux@googlemail.com> - 1:1.1.0-1
|
||||||
|
- Update to 1.1.0 release
|
||||||
|
|
||||||
* Tue Jul 24 2018 Dave Airlie <airlied@redhat.com> - 1.0.1-0.9.git5baa1e5
|
* Tue Jul 24 2018 Dave Airlie <airlied@redhat.com> - 1.0.1-0.9.git5baa1e5
|
||||||
- rename fallback from fedora to system
|
- rename fallback from fedora to system
|
||||||
|
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (libglvnd-5baa1e5.tar.gz) = 59ee02ed0931bf8d471f83e97cb04e11144f5cb815cc62240eb879394bc3248ca97764b5e38cc7d4f3662f3ccf7c21094a4ef03db052470684be7a4cac19cf99
|
SHA512 (libglvnd-1.1.0.tar.gz) = 40c81f334f44927af4ebdd291f4447d4c01cbaa9f39ebcd519c86e360357b7427b574514a70b62c9538dc90fa312ed632f49cc5e818a800e23b250ec92f4ae29
|
||||||
|
Loading…
Reference in New Issue
Block a user