From 2860a332ab302374028ca8f8965db01ab54fa758d024c446f154fd5bc4d2b9a1 Mon Sep 17 00:00:00 2001 From: Stefan Dirsch Date: Tue, 27 Sep 2022 10:05:42 +0000 Subject: [PATCH] - Update to version 1.2.4 * Update README for gitlab migration * Update configure.ac bug URL for gitlab migration * Fix spelling/wording issues * gitlab CI: add a basic build test * send_axes: Mark switch statement fallthrough as intentional * Resolve -Wsign-compare warnings * Variable scope reductions as suggested by cppcheck * Remove obsolete casts from Xmalloc() and Xcalloc() calls * autogen.sh: use quoted string variables * autogen: add default patch prefix * autogen.sh: use exec instead of waiting for configure to finish OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/libXtst?expand=0&rev=18 --- libXtst-1.2.3.tar.bz2 | 3 --- libXtst-1.2.4.tar.xz | 3 +++ libXtst.changes | 16 ++++++++++++++++ libXtst.spec | 6 +++--- 4 files changed, 22 insertions(+), 6 deletions(-) delete mode 100644 libXtst-1.2.3.tar.bz2 create mode 100644 libXtst-1.2.4.tar.xz diff --git a/libXtst-1.2.3.tar.bz2 b/libXtst-1.2.3.tar.bz2 deleted file mode 100644 index 984408a..0000000 --- a/libXtst-1.2.3.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4655498a1b8e844e3d6f21f3b2c4e2b571effb5fd83199d428a6ba7ea4bf5204 -size 321819 diff --git a/libXtst-1.2.4.tar.xz b/libXtst-1.2.4.tar.xz new file mode 100644 index 0000000..4d9d7f7 --- /dev/null +++ b/libXtst-1.2.4.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:84f5f30b9254b4ffee14b5b0940e2622153b0d3aed8286a3c5b7eeb340ca33c8 +size 287636 diff --git a/libXtst.changes b/libXtst.changes index add7b6a..412145c 100644 --- a/libXtst.changes +++ b/libXtst.changes @@ -1,3 +1,19 @@ +------------------------------------------------------------------- +Tue Sep 27 10:02:24 UTC 2022 - Stefan Dirsch + +- Update to version 1.2.4 + * Update README for gitlab migration + * Update configure.ac bug URL for gitlab migration + * Fix spelling/wording issues + * gitlab CI: add a basic build test + * send_axes: Mark switch statement fallthrough as intentional + * Resolve -Wsign-compare warnings + * Variable scope reductions as suggested by cppcheck + * Remove obsolete casts from Xmalloc() and Xcalloc() calls + * autogen.sh: use quoted string variables + * autogen: add default patch prefix + * autogen.sh: use exec instead of waiting for configure to finish + ------------------------------------------------------------------- Mon Aug 10 10:32:26 UTC 2020 - Ismail Dönmez diff --git a/libXtst.spec b/libXtst.spec index 04c62f9..005ae5b 100644 --- a/libXtst.spec +++ b/libXtst.spec @@ -1,7 +1,7 @@ # # spec file for package libXtst # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2022 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: libXtst %define lname libXtst6 -Version: 1.2.3 +Version: 1.2.4 Release: 0 Summary: Xlib-based client API for the XTEST and RECORD extensions License: MIT @@ -27,7 +27,7 @@ URL: http://xorg.freedesktop.org/ #Git-Clone: git://anongit.freedesktop.org/xorg/lib/libXtst #Git-Web: http://cgit.freedesktop.org/xorg/lib/libXtst/ -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 #git#BuildRequires: autoconf >= 2.60, automake, libtool