Hello community, here is the log from the commit of package libinput for openSUSE:Factory checked in at 2019-08-24 18:41:10 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/libinput (Old) and /work/SRC/openSUSE:Factory/.libinput.new.7948 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libinput" Sat Aug 24 18:41:10 2019 rev:77 rq:724883 version:1.14.0 Changes: -------- --- /work/SRC/openSUSE:Factory/libinput/libinput.changes 2019-08-13 13:12:58.173537551 +0200 +++ /work/SRC/openSUSE:Factory/.libinput.new.7948/libinput.changes 2019-08-24 18:41:13.333787254 +0200 @@ -1,0 +2,7 @@ +Sun Aug 11 15:39:44 UTC 2019 - Bjørn Lie <[email protected]> + +- Drop conditionals for wacom support, all current releases of + openSUSE have wacom support available. +- Update git-urls to current gitlab home. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libinput.spec ++++++ --- /var/tmp/diff_new_pack.NjUAU0/_old 2019-08-24 18:41:13.993787190 +0200 +++ /var/tmp/diff_new_pack.NjUAU0/_new 2019-08-24 18:41:13.997787190 +0200 @@ -16,10 +16,6 @@ # -%if 0%{?suse_version} >= 1500 -%define use_wacom 1 -%endif - Name: libinput %define lname libinput10 Version: 1.14.0 @@ -29,8 +25,8 @@ Group: Development/Libraries/C and C++ Url: http://www.freedesktop.org/wiki/Software/libinput/ -#Git-Clone: git://anongit.freedesktop.org/wayland/libinput -#Git-Web: http://cgit.freedesktop.org/wayland/libinput/ +#Git-Clone: https://gitlab.freedesktop.org/libinput/libinput.git +#Git-Web: https://gitlab.freedesktop.org/libinput/libinput/ #DL-URL: http://freedesktop.org/software/libinput/ Source: http://freedesktop.org/software/libinput/%name-%version.tar.xz Source2: http://freedesktop.org/software/libinput/%name-%version.tar.xz.sig @@ -38,6 +34,7 @@ Source4: %name.keyring Source5: libinput-rpmlintrc Patch1: kill-env.diff + BuildRequires: doxygen BuildRequires: fdupes BuildRequires: gcc-c++ @@ -50,9 +47,7 @@ BuildRequires: pkgconfig(gtk+-3.0) >= 3.20 BuildRequires: pkgconfig(libevdev) >= 0.4 BuildRequires: pkgconfig(libudev) -%if 0%{?use_wacom} == 1 BuildRequires: pkgconfig(libwacom) >= 0.20 -%endif BuildRequires: pkgconfig(mtdev) >= 1.1.0 %description @@ -111,8 +106,8 @@ --includedir="%_includedir/%name" \ --datadir="%_datadir/%name-%version" \ -Dudev-dir="%_prefix/lib/udev" \ - -Dtests=false -Ddocumentation=false - %{!?use_wacom:-Dlibwacom=false} \ + -Dtests=false \ + -Ddocumentation=false \ %nil %meson_build
