Accepting request 1084584 from X11:XOrg

- Update to version 1.8.1
  * Fix spelling/wording issues
  * gitlab CI: enable commit & merge request checks
  * gitlab CI: enable gitlab's builtin static analysis
  * XInput_find_display: Don't dereference NULL dpyinfo
  * configure: Use LT_INIT from libtool 2 instead of deprecated AC_PROG_LIBTOOL
  * Initialize a few stack vars to zero

OBS-URL: https://build.opensuse.org/request/show/1084584
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libXi?expand=0&rev=21
This commit is contained in:
Dominique Leuenberger 2023-05-05 13:56:54 +00:00 committed by Git OBS Bridge
commit 9a9f3144ae
4 changed files with 17 additions and 6 deletions

BIN
libXi-1.8.1.tar.xz (Stored with Git LFS) Normal file

Binary file not shown.

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:2ed181446a61c7337576467870bc5336fc9e222a281122d96c4d39a3298bba00
size 494579

View File

@ -1,3 +1,14 @@
-------------------------------------------------------------------
Thu May 4 09:51:35 UTC 2023 - Stefan Dirsch <sndirsch@suse.com>
- Update to version 1.8.1
* Fix spelling/wording issues
* gitlab CI: enable commit & merge request checks
* gitlab CI: enable gitlab's builtin static analysis
* XInput_find_display: Don't dereference NULL dpyinfo
* configure: Use LT_INIT from libtool 2 instead of deprecated AC_PROG_LIBTOOL
* Initialize a few stack vars to zero
-------------------------------------------------------------------
Wed Sep 15 21:47:48 UTC 2021 - Stefan Dirsch <sndirsch@suse.com>

View File

@ -1,7 +1,7 @@
#
# spec file for package libXi
#
# 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: libXi
%define lname libXi6
Version: 1.8
Version: 1.8.1
Release: 0
Summary: X Input Extension library
License: MIT
@ -27,7 +27,7 @@ URL: http://xorg.freedesktop.org/
#Git-Clone: git://anongit.freedesktop.org/xorg/lib/libXi
#Git-Web: http://cgit.freedesktop.org/xorg/lib/libXi/
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