forked from pool/libXt
Accepting request 866418 from home:dirkmueller:branches:X11:XOrg
- update to 1.2.1: * _XtCalloc actually uses a Cardinal, not size_t * add errorhandling to _XtVaToTypedArgList() * refactoring, reduce indent level * work within existing interface which attempts to obtain the display-pointer from the screen-pointer but fails when the screen-pointer itself is invalid. Ensure that the screen-pointer is valid by checking the default_screen value against the valid range, and forcing it to zero if it is out of bounds. * indent OBS-URL: https://build.opensuse.org/request/show/866418 OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/libXt?expand=0&rev=18
This commit is contained in:
parent
7d2ac183be
commit
79dfde334a
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b31df531dabed9f4611fc8980bc51d7782967e2aff44c4105251a1acb5a77831
|
||||
size 810521
|
3
libXt-1.2.1.tar.bz2
Normal file
3
libXt-1.2.1.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:679cc08f1646dbd27f5e48ffe8dd49406102937109130caab02ca32c083a3d60
|
||||
size 784610
|
@ -1,3 +1,17 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Jan 24 20:26:56 UTC 2021 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- update to 1.2.1:
|
||||
* _XtCalloc actually uses a Cardinal, not size_t
|
||||
* add errorhandling to _XtVaToTypedArgList()
|
||||
* refactoring, reduce indent level
|
||||
* work within existing interface which attempts to obtain the
|
||||
display-pointer from the screen-pointer but fails when the screen-pointer
|
||||
itself is invalid. Ensure that the screen-pointer is valid by checking
|
||||
the default_screen value against the valid range, and forcing it to zero
|
||||
if it is out of bounds.
|
||||
* indent
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jul 3 09:33:33 UTC 2019 - Stefan Dirsch <sndirsch@suse.com>
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package libXt
|
||||
#
|
||||
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2021 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -18,12 +18,12 @@
|
||||
|
||||
Name: libXt
|
||||
%define lname libXt6
|
||||
Version: 1.2.0
|
||||
Version: 1.2.1
|
||||
Release: 0
|
||||
Summary: X Toolkit Intrinsics library
|
||||
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/libXt
|
||||
#Git-Web: http://cgit.freedesktop.org/xorg/lib/libXt/
|
||||
|
Loading…
Reference in New Issue
Block a user