Hello community,

here is the log from the commit of package libinput for openSUSE:Factory 
checked in at 2020-04-15 20:05:15
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libinput (Old)
 and      /work/SRC/openSUSE:Factory/.libinput.new.2738 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libinput"

Wed Apr 15 20:05:15 2020 rev:87 rq:792531 version:1.15.4

Changes:
--------
--- /work/SRC/openSUSE:Factory/libinput/libinput.changes        2020-03-25 
23:41:34.983959976 +0100
+++ /work/SRC/openSUSE:Factory/.libinput.new.2738/libinput.changes      
2020-04-15 20:07:39.970152939 +0200
@@ -1,0 +2,6 @@
+Wed Apr  8 17:01:02 UTC 2020 - Jan Engelhardt <[email protected]>
+
+- Remove utilities with unsatisfied runtime
+  dependencies [boo#1168783]
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ libinput.spec ++++++
--- /var/tmp/diff_new_pack.SXcvkV/_old  2020-04-15 20:07:40.794153499 +0200
+++ /var/tmp/diff_new_pack.SXcvkV/_new  2020-04-15 20:07:40.798153503 +0200
@@ -116,9 +116,11 @@
 %install
 %meson_install
 %fdupes %buildroot/%_prefix
-perl -i -pe 's{#!/usr/bin/env python}{#!/usr/bin/python}g' \
-       "%buildroot/usr/lib/libinput/libinput-measure-fuzz" \
-       "%buildroot/usr/lib/libinput/libinput-replay"
+# no python3-libevdev available
+for i in libinput-measure-fuzz libinput-measure-touch-size 
libinput-measure-touchpad-pressure libinput-measure-touchpad-tap 
libinput-replay; do
+       rm -fv "%buildroot/usr/lib/libinput/$i"
+       rm -fv "%buildroot/%_mandir/man1/$i".1*
+done
 
 %post   -n %lname -p /sbin/ldconfig
 %postun -n %lname -p /sbin/ldconfig



Reply via email to