diff --git a/backport-0001-glx-Add-another-fallback-library-name.patch b/backport-0001-glx-Add-another-fallback-library-name.patch deleted file mode 100644 index c5f6ae3..0000000 --- a/backport-0001-glx-Add-another-fallback-library-name.patch +++ /dev/null @@ -1,30 +0,0 @@ -From 24606973bfabd75285fbd489264235167ba0f44c Mon Sep 17 00:00:00 2001 -From: Adam Jackson -Date: Thu, 14 Jun 2018 11:25:21 -0400 -Subject: [PATCH] glx: Add another fallback library name - -This is mostly to avoid file conflicts with external packaging. - -Signed-off-by: Adam Jackson ---- - src/GLX/libglxmapping.c | 4 ++++ - 1 file changed, 4 insertions(+) - -diff --git a/src/GLX/libglxmapping.c b/src/GLX/libglxmapping.c -index be384f8..2016a04 100644 ---- a/src/GLX/libglxmapping.c -+++ b/src/GLX/libglxmapping.c -@@ -591,6 +591,10 @@ __GLXvendorInfo *__glXLookupVendorByScreen(Display *dpy, const int screen) - vendor = __glXLookupVendorByName(FALLBACK_VENDOR_NAME); - } - -+ if (!vendor) { -+ vendor = __glXLookupVendorByName("system"); -+ } -+ - dpyInfo->vendors[screen] = vendor; - } - __glvndPthreadFuncs.rwlock_unlock(&dpyInfo->vendorLock); --- -2.17.0 - \ No newline at end of file diff --git a/libglvnd-1.6.0.tar.gz b/libglvnd-1.6.0.tar.gz deleted file mode 100644 index c7d83cb..0000000 Binary files a/libglvnd-1.6.0.tar.gz and /dev/null differ diff --git a/libglvnd.spec b/libglvnd.spec index ba2b9cf..1132656 100644 --- a/libglvnd.spec +++ b/libglvnd.spec @@ -1,14 +1,13 @@ Name: libglvnd -Version: 1.6.0 +Version: 1.7.0 Release: 1 Epoch: 1 Summary: The GL Vendor-Neutral Dispatch library License: MIT URL: https://github.com/NVIDIA/libglvnd -Source0: https://github.com/NVIDIA/libglvnd/archive/v%{version}/%{name}-%{version}.tar.gz +Source0: https://github.com/NVIDIA/libglvnd/archive/refs/tags/v%{version}.tar.gz Patch6000: backport-libglvnd-python3.patch -Patch6001: backport-0001-glx-Add-another-fallback-library-name.patch BuildRequires: libtool xorg-x11-server-Xvfb pkgconfig(xext) pkgconfig(x11) BuildRequires: gcc python3-rpm-macros python3-libxml2 pkgconfig(glproto) make @@ -170,6 +169,9 @@ xvfb-run -s '-screen 0 640x480x24' -d make check V=1 || (cat `find . -name test- %{_libdir}/pkgconfig/opengl.pc %changelog +* Thu Dec 28 2023 Paul Thomas - 1:1.7.0-1 +- update to version 1.7.0 + * Sat Jul 22 2023 zhouwenpei - 1:1.6.0-1 - update to 1.6.0 diff --git a/v1.7.0.tar.gz b/v1.7.0.tar.gz new file mode 100644 index 0000000..5893e4f Binary files /dev/null and b/v1.7.0.tar.gz differ