diff --git a/0001-glx-Add-another-fallback-library-name.patch b/0001-glx-Add-another-fallback-library-name.patch index 19997ca..0c8cb95 100644 --- a/0001-glx-Add-another-fallback-library-name.patch +++ b/0001-glx-Add-another-fallback-library-name.patch @@ -19,7 +19,7 @@ index be384f8..2016a04 100644 } + if (!vendor) { -+ vendor = __glXLookupVendorByName("fedora"); ++ vendor = __glXLookupVendorByName("system"); + } + dpyInfo->vendors[screen] = vendor; diff --git a/libglvnd.spec b/libglvnd.spec index 20bf0e0..766a2ed 100644 --- a/libglvnd.spec +++ b/libglvnd.spec @@ -7,7 +7,7 @@ Name: libglvnd Version: 1.0.1 -Release: 0.8%{?commit0:.git%{shortcommit0}}%{?dist} +Release: 0.9%{?commit0:.git%{shortcommit0}}%{?dist} # Provide an upgrade path from the negativo17.org pkgs which have Epoch 1 Epoch: 1 Summary: The GL Vendor-Neutral Dispatch library @@ -234,6 +234,9 @@ xvfb-run -s '-screen 0 640x480x24' -d make check V=1 || \ %changelog +* Tue Jul 24 2018 Dave Airlie - 1.0.1-0.9.git5baa1e5 +- rename fallback from fedora to system + * Fri Jul 13 2018 Fedora Release Engineering - 1:1.0.1-0.8.git5baa1e5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild