- 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/package/show/X11:XOrg/libXext?expand=0&rev=16
This commit is contained in:
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:59ad6fcce98deaecc14d39a672cf218ca37aba617c9a0f691cac3bcd28edf82b
|
||||
size 389114
|
BIN
libXext-1.3.5.tar.xz
(Stored with Git LFS)
Normal file
BIN
libXext-1.3.5.tar.xz
(Stored with Git LFS)
Normal file
Binary file not shown.
@@ -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>
|
||||
|
||||
|
10
libXext.spec
10
libXext.spec
@@ -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
|
||||
|
Reference in New Issue
Block a user