From 9266a202b8ebabb35114b1ffdd1f3019ef3db099a6fabb121674a8e0f6e03f80 Mon Sep 17 00:00:00 2001 From: Stefan Dirsch Date: Tue, 19 Mar 2019 15:33:08 +0000 Subject: [PATCH] - Update to release 1.1.1 * Fixed a potential race condition with entrypoint patching * Fixed the TSD dispatch stubs for PPC64LE * Fixed a segfault when generating GLX dispatch stubs for AARCH64 OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/libglvnd?expand=0&rev=25 --- libglvnd-1.1.0.tar.gz | 3 --- libglvnd-1.1.1.tar.gz | 3 +++ libglvnd.changes | 8 ++++++++ libglvnd.spec | 4 ++-- 4 files changed, 13 insertions(+), 5 deletions(-) delete mode 100644 libglvnd-1.1.0.tar.gz create mode 100644 libglvnd-1.1.1.tar.gz diff --git a/libglvnd-1.1.0.tar.gz b/libglvnd-1.1.0.tar.gz deleted file mode 100644 index 521f1cf..0000000 --- a/libglvnd-1.1.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2e4a0232ade3dae9adeba8fe425e808193a6de985ee1d8e7b1f1b6f6f3cc094f -size 1826820 diff --git a/libglvnd-1.1.1.tar.gz b/libglvnd-1.1.1.tar.gz new file mode 100644 index 0000000..baeed56 --- /dev/null +++ b/libglvnd-1.1.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:baca5e1a78b96a112650cdc597be3f856d4754eb73a7bf3f6629e78a7e9f2b5a +size 828342 diff --git a/libglvnd.changes b/libglvnd.changes index 8c48a1c..bafe127 100644 --- a/libglvnd.changes +++ b/libglvnd.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Tue Mar 19 15:30:52 UTC 2019 - Stefan Dirsch + +- Update to release 1.1.1 + * Fixed a potential race condition with entrypoint patching + * Fixed the TSD dispatch stubs for PPC64LE + * Fixed a segfault when generating GLX dispatch stubs for AARCH64 + ------------------------------------------------------------------- Mon Aug 27 12:30:13 UTC 2018 - sndirsch@suse.com diff --git a/libglvnd.spec b/libglvnd.spec index c1962a2..c50776e 100644 --- a/libglvnd.spec +++ b/libglvnd.spec @@ -1,7 +1,7 @@ # # spec file for package libglvnd # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -20,7 +20,7 @@ # Name: libglvnd -Version: 1.1.0 +Version: 1.1.1 Release: 0 Summary: The GL Vendor-Neutral Dispatch library License: MIT