Package Release Info

libXext-1.3.6-160000.3.2

Update Info: Base Release
Available in Package Hub : 16.0

platforms

AArch64
ppc64le
s390x
x86-64

subpackages

libXext-devel-32bit
libXext6-32bit

Change Logs

* Mon Feb 05 2024 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 2022 sndirsch@suse.com
- Update to version 1.3.5
  * Fix spelling/wording issues
  * gitlab CI: add a basic build test
  * Xge.c, Xge.h: convert from ISO-8859-1 to UTF-8
  * Add extutilP.h header for xgeExtRegister() prototype
  * Remove unnecessary casts of malloc/calloc results
  * Remove unnecessary (char *) casts from Xfree() arguments
  * Use calloc instead of malloc if we may not initialize all the bytes
  * Import reallocarray() from libX11
  * Convert calls to Xmalloc arrays to use Xmallocarray instead
  * configure: Use AC_USE_SYSTEM_EXTENSIONS to set GNU_SOURCE & other defines
  * Remove "All rights reserved" from Oracle copyright notices.
  * COPYING: Add info for Xge.* and reallocarray.* files
  * add ACLOCAL_AMFLAGS = -I m4 to make aclocal pick ax_gcc_builtin.m4
* Thu Mar 21 2019 sndirsch@suse.com
- Update to version 1.3.3
  * autogen: add default patch prefix
  * autogen.sh: use quoted string variables
  * autogen.sh: use exec instead of waiting for configure to finish
  * Update configure.ac bug URL for gitlab migration
  * Assert that values buffer has enough room for provided values
  * Fix typos in man pages
  * Use __builtin_popcountl if available to replace Ones() in XSecurity.c
  * Add description of libXext to README.md
  * XSecurityGenerateAuthorization: Allocate enough space in values buffer
  * Update README for gitlab migration
* Thu Jul 24 2014 sndirsch@suse.com
- added baselibs.conf as source to specfile
* Thu Jul 24 2014 sndirsch@suse.com
- Update to version 1.3.3
  * Time for a release before the accumulated patches are old
    enough to vote.  Two new requirements: libX11 1.6 and a C89
    preprocessor.
* Sat Jun 01 2013 tobias.johannes.klausmann@mni.thm.de
- Update to version 1.3.2:
  This release provides fixes for the recently announced security issue
  CVE-2013-1982, as well as build configuration improvements, man page
  macro cleanups to work better with doclifter, and several other small
  fixes.
* Sun Feb 17 2013 jengelh@inai.de
- Use more robust make install call
- Avoid calling fdupes outside of /usr
* Thu Apr 12 2012 vuntz@opensuse.org
- Update to version 1.3.1:
  + Fixes for compiler warnings
  + Improvements to formattings for all the included extension API
    specs
  + Improvements to the documentation
- Changes from version 1.3.0:
  + New API functions to support the Fence Sync Objects added in
    Sync extension version 3.1
  + Redefine the return values of several MIT-SHM API calls from
    Status (#define Status int) to Bool (typedef int Bool) to
    clarify the expected interpretation of the return values
  + Fix build issues
  + Documentation improvements
  + Build system improvements
* Sat Feb 11 2012 jengelh@medozas.de
- Rename xorg-x11-libXext to libXext and utilize shlib policy
* Sat Feb 04 2012 jengelh@medozas.de
- Remove apparently unused (Build)Requires on Xdmcp, xtrans
- Remove redundant tags/sections like %clean
  (see specfile guidelines)
- Parallel build with %_smp_mflags