Dominique Leuenberger 2021-02-01 12:25:04 +00:00 committed by Git OBS Bridge
commit 51d1732838
4 changed files with 20 additions and 6 deletions

View File

@ -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
View File

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

View File

@ -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>

View File

@ -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/