Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package libXt for openSUSE:Factory checked in at 2023-04-11 13:50:47 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/libXt (Old) and /work/SRC/openSUSE:Factory/.libXt.new.19717 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libXt" Tue Apr 11 13:50:47 2023 rev:13 rq:1078238 version:1.3.0 Changes: -------- --- /work/SRC/openSUSE:Factory/libXt/libXt.changes 2021-02-01 13:25:04.689810653 +0100 +++ /work/SRC/openSUSE:Factory/.libXt.new.19717/libXt.changes 2023-04-11 13:51:05.135335080 +0200 @@ -1,0 +2,36 @@ +Mon Apr 10 08:46:46 UTC 2023 - Stefan Dirsch <[email protected]> + +- 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 + +------------------------------------------------------------------- Old: ---- libXt-1.2.1.tar.bz2 New: ---- libXt-1.3.0.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libXt.spec ++++++ --- /var/tmp/diff_new_pack.zPUdnl/_old 2023-04-11 13:51:05.667338162 +0200 +++ /var/tmp/diff_new_pack.zPUdnl/_new 2023-04-11 13:51:05.671338185 +0200 @@ -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 @@ #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
