Accepting request 1032237 from X11:XOrg

- 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

OBS-URL: https://build.opensuse.org/request/show/1032237
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libXext?expand=0&rev=11
factory
Dominique Leuenberger 7 months ago committed by Git OBS Bridge
commit d44832e56e

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:59ad6fcce98deaecc14d39a672cf218ca37aba617c9a0f691cac3bcd28edf82b
size 389114

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:db14c0c895c57ea33a8559de8cb2b93dc76c42ea4a39e294d175938a133d7bca
size 340108

@ -1,3 +1,21 @@
-------------------------------------------------------------------
Sat Oct 29 17:07:21 UTC 2022 - Stefan Dirsch <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 15:14:41 UTC 2019 - Stefan Dirsch <sndirsch@suse.com>

@ -1,7 +1,7 @@
#
# spec file for package libXext
#
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2022 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -12,22 +12,22 @@
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
Name: libXext
%define lname libXext6
Version: 1.3.4
Version: 1.3.5
Release: 0
Summary: Common extensions to the X11 protocol
License: MIT
Group: Development/Libraries/C and C++
Url: http://xorg.freedesktop.org/
URL: http://xorg.freedesktop.org/
#Git-Clone: git://anongit.freedesktop.org/xorg/lib/libXext
#Git-Web: http://cgit.freedesktop.org/xorg/lib/libXext/
Source: http://xorg.freedesktop.org/releases/individual/lib/%{name}-%{version}.tar.bz2
Source: http://xorg.freedesktop.org/releases/individual/lib/%{name}-%{version}.tar.xz
Source1: baselibs.conf
BuildRoot: %{_tmppath}/%{name}-%{version}-build
#git#BuildRequires: autoconf >= 2.60, automake, libtool

Loading…
Cancel
Save