[packages/libinput] up to 1.30.0

atler atler at pld-linux.org
Wed Nov 26 00:28:32 CET 2025


commit 35dd88619c5661aa6fb1d1871d0580649ab435c9
Author: Jan Palus <atler at pld-linux.org>
Date:   Wed Nov 26 00:28:13 2025 +0100

    up to 1.30.0

 libinput.spec     |  9 ++++-----
 tests-32bit.patch | 30 ------------------------------
 2 files changed, 4 insertions(+), 35 deletions(-)
---
diff --git a/libinput.spec b/libinput.spec
index bb9cc38..80e1c35 100644
--- a/libinput.spec
+++ b/libinput.spec
@@ -14,19 +14,19 @@
 Summary:	Input device library
 Summary(pl.UTF-8):	Biblioteka urządzeń wejściowych
 Name:		libinput
-Version:	1.29.2
+Version:	1.30.0
 Release:	1
 License:	MIT
 Group:		Libraries
 Source0:	https://gitlab.freedesktop.org/libinput/libinput/-/archive/%{version}/%{name}-%{version}.tar.bz2
-# Source0-md5:	e44967192ded9b0e2cb095bf5e9ccdfe
-Patch0:		tests-32bit.patch
+# Source0-md5:	f5f14586fed63b0825218c87b16b9c20
 URL:		https://www.freedesktop.org/wiki/Software/libinput/
 BuildRequires:	check-devel >= 0.9.10
 BuildRequires:	libevdev-devel >= 1.10.0
 %{?with_libunwind:BuildRequires:	libunwind-devel}
 BuildRequires:	libwacom-devel >= 2.15.0
-BuildRequires:	meson >= 0.56.0
+BuildRequires:	lua54-devel
+BuildRequires:	meson >= 0.64.0
 BuildRequires:	mtdev-devel >= 1.1.0
 BuildRequires:	ninja >= 1.5
 BuildRequires:	pkgconfig
@@ -146,7 +146,6 @@ Dopełnianie parametrów w zsh dla polecenia libinput.
 
 %prep
 %setup -q
-%patch -P0 -p1
 
 %{__sed} -i -e '1s,/usr/bin/env python3,%{__python3},' \
 	tools/libinput-analyze-{buttons,per-slot-delta,recording,touch-down-state}.py \
diff --git a/tests-32bit.patch b/tests-32bit.patch
deleted file mode 100644
index 7b8f996..0000000
--- a/tests-32bit.patch
+++ /dev/null
@@ -1,30 +0,0 @@
-From 931dad76a90c46036374196c617ca6aca0d27fe9 Mon Sep 17 00:00:00 2001
-From: Adam Sampson <ats at offog.org>
-Date: Fri, 1 Aug 2025 13:11:50 +0100
-Subject: [PATCH 1/2] test: correct value type in atou64_test
-
-This needs to be an unsigned 64-bit value, given the constants that are
-stored in this field below; unsigned long is 32 bits on some platforms
-(e.g. ia32).
-
-Part-of: <https://gitlab.freedesktop.org/libinput/libinput/-/merge_requests/1288>
----
- test/test-utils.c | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/test/test-utils.c b/test/test-utils.c
-index 55a2e156..7c938b0a 100644
---- a/test/test-utils.c
-+++ b/test/test-utils.c
-@@ -1445,7 +1445,7 @@ END_TEST
- struct atou64_test {
- 	char *str;
- 	bool success;
--	unsigned long val;
-+	uint64_t val;
- };
- 
- START_TEST(safe_atou64_test)
--- 
-GitLab
-
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/libinput.git/commitdiff/35dd88619c5661aa6fb1d1871d0580649ab435c9




More information about the pld-cvs-commit mailing list