From 9364a56bae67cf20d938fc75b8497c4ef6e6cc9e Mon Sep 17 00:00:00 2001 From: Paul Menzel Date: Wed, 7 Sep 2016 18:04:15 +0200 Subject: [PATCH] xf86-input-evdev: Rebuild for systemd/udev update ``` $ ldd /usr/lib/xorg/modules/input/evdev_drv.so linux-vdso.so.1 (0x00007ffd55383000) libmtdev.so.1 => /usr/lib/libmtdev.so.1 (0x00007fd46ea25000) libudev.so.0 => not found libevdev.so.2 => /usr/lib/libevdev.so.2 (0x00007fd46e80a000) libc.so.6 => /lib/libc.so.6 (0x00007fd46e45f000) /lib64/ld-linux-x86-64.so.2 (0x000055fc06ba3000) ``` ``` $ ldd /usr/lib/xorg/modules/input/evdev_drv.so linux-vdso.so.1 (0x00007fff78e99000) libmtdev.so.1 => /usr/lib/libmtdev.so.1 (0x00007fd9019b8000) libudev.so.1 => /lib/libudev.so.1 (0x00007fd901799000) libevdev.so.2 => /usr/lib/libevdev.so.2 (0x00007fd90157e000) libc.so.6 => /lib/libc.so.6 (0x00007fd9011d3000) libresolv.so.2 => /lib/libresolv.so.2 (0x00007fd900fbc000) libcap.so.2 => /usr/lib/libcap.so.2 (0x00007fd900db6000) librt.so.1 => /lib/librt.so.1 (0x00007fd900bae000) libm.so.6 => /lib/libm.so.6 (0x00007fd9008ad000) libpthread.so.0 => /lib/libpthread.so.0 (0x00007fd90068e000) /lib64/ld-linux-x86-64.so.2 (0x0000557f40277000) ``` --- xf86-input-evdev.be0 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xf86-input-evdev.be0 b/xf86-input-evdev.be0 index 174474ed2..41c1734a1 100755 --- a/xf86-input-evdev.be0 +++ b/xf86-input-evdev.be0 @@ -1,6 +1,6 @@ #!/usr/bin/env beesh -# BEE_VERSION xf86-input-evdev-2.10.3-0 +# BEE_VERSION xf86-input-evdev-2.10.3-1 ## this file was created by bee init and should be executed to build a ## bee-package. (Additional hints are located at the end of this file.)