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