- 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
This commit is contained in:
Stefan Dirsch 2024-02-05 11:49:52 +00:00 committed by Git OBS Bridge
parent 28c1bce926
commit cc6cfe9943
4 changed files with 17 additions and 5 deletions

BIN
libXext-1.3.5.tar.xz (Stored with Git LFS)

Binary file not shown.

BIN
libXext-1.3.6.tar.xz (Stored with Git LFS) Normal file

Binary file not shown.

View File

@ -1,3 +1,15 @@
-------------------------------------------------------------------
Mon Feb 5 11:40:10 UTC 2024 - Stefan Dirsch <sndirsch@suse.com>
- 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 <sndirsch@suse.com> Sat Oct 29 17:07:21 UTC 2022 - Stefan Dirsch <sndirsch@suse.com>

View File

@ -1,7 +1,7 @@
# #
# spec file for package libXext # 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 # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@ -18,7 +18,7 @@
Name: libXext Name: libXext
%define lname libXext6 %define lname libXext6
Version: 1.3.5 Version: 1.3.6
Release: 0 Release: 0
Summary: Common extensions to the X11 protocol Summary: Common extensions to the X11 protocol
License: MIT License: MIT