From cc30e9dbbbdd5bbb62e88c74bf93057e0b0f650be105fae4a0cd6aeb6ec20ed7 Mon Sep 17 00:00:00 2001 From: Stefan Dirsch Date: Thu, 4 May 2023 09:56:11 +0000 Subject: [PATCH] - 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/package/show/X11:XOrg/libXi?expand=0&rev=38 --- libXi-1.8.1.tar.xz | 3 +++ libXi-1.8.tar.bz2 | 3 --- libXi.changes | 11 +++++++++++ libXi.spec | 6 +++--- 4 files changed, 17 insertions(+), 6 deletions(-) create mode 100644 libXi-1.8.1.tar.xz delete mode 100644 libXi-1.8.tar.bz2 diff --git a/libXi-1.8.1.tar.xz b/libXi-1.8.1.tar.xz new file mode 100644 index 0000000..5406dbf --- /dev/null +++ b/libXi-1.8.1.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:89bfc0e814f288f784202e6e5f9b362b788ccecdeb078670145eacd8749656a7 +size 404252 diff --git a/libXi-1.8.tar.bz2 b/libXi-1.8.tar.bz2 deleted file mode 100644 index a2cd8c9..0000000 --- a/libXi-1.8.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2ed181446a61c7337576467870bc5336fc9e222a281122d96c4d39a3298bba00 -size 494579 diff --git a/libXi.changes b/libXi.changes index 5fe4280..3b87a89 100644 --- a/libXi.changes +++ b/libXi.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Thu May 4 09:51:35 UTC 2023 - Stefan Dirsch + +- 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 diff --git a/libXi.spec b/libXi.spec index b553561..c34e11b 100644 --- a/libXi.spec +++ b/libXi.spec @@ -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