From cc6cfe994375981d2c20874b7ec99a824efd101e4bd778a6806797084c4dc792 Mon Sep 17 00:00:00 2001 From: Stefan Dirsch Date: Mon, 5 Feb 2024 11:49:52 +0000 Subject: [PATCH] - Update to version 1.3.6 * Wrap Xext*CheckExtension() in do { ... } while(0) * configure: raise minimum autoconf requirement to 2.70 * configure: Use LT_INIT from libtool 2 instead of deprecated AC_PROG_LIBTOOL * _xgeGetExtensionVersion should not free info on failure * Check for malloc failure in _xgeGetExtensionVersion * _xgeDpyClose: handle NULL return from _xgeFindDisplay * XEVI: fix -Walloc-size OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/libXext?expand=0&rev=18 --- libXext-1.3.5.tar.xz | 3 --- libXext-1.3.6.tar.xz | 3 +++ libXext.changes | 12 ++++++++++++ libXext.spec | 4 ++-- 4 files changed, 17 insertions(+), 5 deletions(-) delete mode 100644 libXext-1.3.5.tar.xz create mode 100644 libXext-1.3.6.tar.xz diff --git a/libXext-1.3.5.tar.xz b/libXext-1.3.5.tar.xz deleted file mode 100644 index c92b38b..0000000 --- a/libXext-1.3.5.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:db14c0c895c57ea33a8559de8cb2b93dc76c42ea4a39e294d175938a133d7bca -size 340108 diff --git a/libXext-1.3.6.tar.xz b/libXext-1.3.6.tar.xz new file mode 100644 index 0000000..5b25adb --- /dev/null +++ b/libXext-1.3.6.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:edb59fa23994e405fdc5b400afdf5820ae6160b94f35e3dc3da4457a16e89753 +size 341092 diff --git a/libXext.changes b/libXext.changes index a6a0d39..745da2e 100644 --- a/libXext.changes +++ b/libXext.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Mon Feb 5 11:40:10 UTC 2024 - Stefan Dirsch + +- Update to version 1.3.6 + * Wrap Xext*CheckExtension() in do { ... } while(0) + * configure: raise minimum autoconf requirement to 2.70 + * configure: Use LT_INIT from libtool 2 instead of deprecated AC_PROG_LIBTOOL + * _xgeGetExtensionVersion should not free info on failure + * Check for malloc failure in _xgeGetExtensionVersion + * _xgeDpyClose: handle NULL return from _xgeFindDisplay + * XEVI: fix -Walloc-size + ------------------------------------------------------------------- Sat Oct 29 17:07:21 UTC 2022 - Stefan Dirsch diff --git a/libXext.spec b/libXext.spec index 51dddb0..1890b84 100644 --- a/libXext.spec +++ b/libXext.spec @@ -1,7 +1,7 @@ # # spec file for package libXext # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2024 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,7 +18,7 @@ Name: libXext %define lname libXext6 -Version: 1.3.5 +Version: 1.3.6 Release: 0 Summary: Common extensions to the X11 protocol License: MIT