From ec40d0c12dec39fedf3eaa4d2ef9b5725d2f784163469c400f77bb7f252c808e Mon Sep 17 00:00:00 2001 From: Stefan Dirsch Date: Thu, 12 Oct 2023 13:08:18 +0000 Subject: [PATCH] Accepting request 1117044 from home:iznogood:branches:X11:XOrg - Update to 1.7.0: * meson.build: error out on unsupported OSes * Update bin/symbols-check.py from mesa/mesa@9d42e31b * EGL/libeglcurrent: fix crash on library unload * HGL: add Haiku libGL.so implementation based on EGL * symbols-check: Add Haiku platform symbols * tests/egl: Fix LIBRARY_PATH on Haiku OBS-URL: https://build.opensuse.org/request/show/1117044 OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/libglvnd?expand=0&rev=69 --- libglvnd-1.6.0.tar.gz | 3 --- libglvnd-1.7.0.tar.gz | 3 +++ libglvnd.changes | 11 +++++++++++ libglvnd.spec | 6 +++--- 4 files changed, 17 insertions(+), 6 deletions(-) delete mode 100644 libglvnd-1.6.0.tar.gz create mode 100644 libglvnd-1.7.0.tar.gz diff --git a/libglvnd-1.6.0.tar.gz b/libglvnd-1.6.0.tar.gz deleted file mode 100644 index d20cbbd..0000000 --- a/libglvnd-1.6.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e31dd71441604cf7467397e740af8070caa84133b5ed71241d3d5ca84c950baf -size 832902 diff --git a/libglvnd-1.7.0.tar.gz b/libglvnd-1.7.0.tar.gz new file mode 100644 index 0000000..6bf1b7b --- /dev/null +++ b/libglvnd-1.7.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:073e7292788d4d3eeb45ea6c7bdcce9bfdb3b3eef8d7dbd47f2f30dce046ef98 +size 839809 diff --git a/libglvnd.changes b/libglvnd.changes index f7a3465..f20be94 100644 --- a/libglvnd.changes +++ b/libglvnd.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Wed Oct 11 15:12:15 UTC 2023 - Bjørn Lie + +- Update to 1.7.0: + * meson.build: error out on unsupported OSes + * Update bin/symbols-check.py from mesa/mesa@9d42e31b + * EGL/libeglcurrent: fix crash on library unload + * HGL: add Haiku libGL.so implementation based on EGL + * symbols-check: Add Haiku platform symbols + * tests/egl: Fix LIBRARY_PATH on Haiku + ------------------------------------------------------------------- Wed Dec 7 16:32:02 UTC 2022 - Dirk Müller diff --git a/libglvnd.spec b/libglvnd.spec index 0094e6f..6ea668d 100644 --- a/libglvnd.spec +++ b/libglvnd.spec @@ -1,7 +1,7 @@ # # spec file for package libglvnd # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2023 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -19,13 +19,13 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # Name: libglvnd -Version: 1.6.0 +Version: 1.7.0 Release: 0 Summary: The GL Vendor-Neutral Dispatch library License: MIT Group: Development/Libraries/C and C++ URL: https://github.com/NVIDIA/libglvnd -Source: https://github.com/NVIDIA/libglvnd/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz +Source: %{url}/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz Source1: baselibs.conf Source2: libglvnd.rpmlintrc Patch1: disable-glx-tests.patch