diff --git a/libXt-1.2.1.tar.bz2 b/libXt-1.2.1.tar.bz2 deleted file mode 100644 index b8e3ba3..0000000 --- a/libXt-1.2.1.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:679cc08f1646dbd27f5e48ffe8dd49406102937109130caab02ca32c083a3d60 -size 784610 diff --git a/libXt-1.3.0.tar.xz b/libXt-1.3.0.tar.xz new file mode 100644 index 0000000..c96a358 --- /dev/null +++ b/libXt-1.3.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:52820b3cdb827d08dc90bdfd1b0022a3ad8919b57a39808b12591973b331bf91 +size 688084 diff --git a/libXt.changes b/libXt.changes index 2bc09a2..4fa6ff7 100644 --- a/libXt.changes +++ b/libXt.changes @@ -1,3 +1,39 @@ +------------------------------------------------------------------- +Mon Apr 10 08:46:46 UTC 2023 - Stefan Dirsch + +- update to 1.3.0 + * gitlab CI: add a basic build test + * Fix spelling/wording issues + * gitlab CI: stop requiring Signed-off-by in commits + * Use memcpy() instead of memmove() when buffers are known not to overlap + * Use memcpy() instead of XtMemmove() when buffers are known to differ + * tests: update g_test_bug_base url from bugzilla to gitlab + * tests: Use XORG_MEMORY_CHECK_FLAGS from xorg-macros 1.16 + * tests: Replace g_assert() calls with g_assert_*() calls + * configure.ac: Replace HAVE_LIBRARY with AC_CHECK_LIB + * Add xfilesearchpath to xt.pc + * TMstate.c: Handle -Wduplicated-branches warnings + * Remove "All rights reserved" from Oracle copyright notices + * configure: Use LT_INIT from libtool 2 instead of deprecated AC_PROG_LIBTOOL + * test: Add unit tests for XtMalloc, XtCalloc, & XtRealloc + * Add XtReallocArray() for overflow checking of multiplied args + * Replace XtRealloc() calls with XtReallocArray() + * Replace XtMalloc() calls with XtMallocArray() + * Define LONG64 if __SIZEOF_LONG__ indicates 64-bit long + * XtArgVal: Support architectures where pointers are bigger than long + * Use XtUIntPtr for integer types that can hold pointers + * Cast via intptr_t when converting integers to pointers + * Fix XrmResource layout if pointers are bigger than long + * Fix InternalCallbackRec layout if pointers are bigger than 64 bits + * Support buttons > 5 in translation tables [v2] + * add _X_NORETURN to agree with header-file + * codespell-fixes + * cppcheck and clang --analyze fixes + * fixes for gcc13 warnings + * cppcheck fixes (const, null dereferencing, uninitialized, scope) + * cppcheck (revise IsDescendant() to fix possible null-dereference) + * update copyright-date + ------------------------------------------------------------------- Sun Jan 24 20:26:56 UTC 2021 - Dirk Müller diff --git a/libXt.spec b/libXt.spec index 82d9325..33c76ee 100644 --- a/libXt.spec +++ b/libXt.spec @@ -1,7 +1,7 @@ # # spec file for package libXt # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2023 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,7 +18,7 @@ Name: libXt %define lname libXt6 -Version: 1.2.1 +Version: 1.3.0 Release: 0 Summary: X Toolkit Intrinsics library License: MIT @@ -27,7 +27,7 @@ URL: http://xorg.freedesktop.org/ #Git-Clone: git://anongit.freedesktop.org/xorg/lib/libXt #Git-Web: http://cgit.freedesktop.org/xorg/lib/libXt/ -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