From 79dfde334aa6e023bfdc78a09c008b70570a67bfa6de8f05b85f7809cdd9737d Mon Sep 17 00:00:00 2001 From: Stefan Dirsch Date: Mon, 25 Jan 2021 11:16:45 +0000 Subject: [PATCH] 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 --- libXt-1.2.0.tar.bz2 | 3 --- libXt-1.2.1.tar.bz2 | 3 +++ libXt.changes | 14 ++++++++++++++ libXt.spec | 6 +++--- 4 files changed, 20 insertions(+), 6 deletions(-) delete mode 100644 libXt-1.2.0.tar.bz2 create mode 100644 libXt-1.2.1.tar.bz2 diff --git a/libXt-1.2.0.tar.bz2 b/libXt-1.2.0.tar.bz2 deleted file mode 100644 index 5372cdc..0000000 --- a/libXt-1.2.0.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b31df531dabed9f4611fc8980bc51d7782967e2aff44c4105251a1acb5a77831 -size 810521 diff --git a/libXt-1.2.1.tar.bz2 b/libXt-1.2.1.tar.bz2 new file mode 100644 index 0000000..b8e3ba3 --- /dev/null +++ b/libXt-1.2.1.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:679cc08f1646dbd27f5e48ffe8dd49406102937109130caab02ca32c083a3d60 +size 784610 diff --git a/libXt.changes b/libXt.changes index 31b3c5c..2bc09a2 100644 --- a/libXt.changes +++ b/libXt.changes @@ -1,3 +1,17 @@ +------------------------------------------------------------------- +Sun Jan 24 20:26:56 UTC 2021 - Dirk Müller + +- 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 diff --git a/libXt.spec b/libXt.spec index 091e119..82d9325 100644 --- a/libXt.spec +++ b/libXt.spec @@ -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/