Accepting request 1006369 from X11:XOrg

- 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/request/show/1006369
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libXtst?expand=0&rev=12
factory
Richard Brown 8 months ago committed by Git OBS Bridge
commit e7af556768

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:4655498a1b8e844e3d6f21f3b2c4e2b571effb5fd83199d428a6ba7ea4bf5204
size 321819

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:84f5f30b9254b4ffee14b5b0940e2622153b0d3aed8286a3c5b7eeb340ca33c8
size 287636

@ -1,3 +1,19 @@
-------------------------------------------------------------------
Tue Sep 27 10:02:24 UTC 2022 - Stefan Dirsch <sndirsch@suse.com>
- 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 <idonmez@suse.com>

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

Loading…
Cancel
Save