Hello community,

here is the log from the commit of package libinput for openSUSE:Factory 
checked in at 2015-03-30 19:15:29
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libinput (Old)
 and      /work/SRC/openSUSE:Factory/.libinput.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libinput"

Changes:
--------
--- /work/SRC/openSUSE:Factory/libinput/libinput.changes        2014-12-21 
12:02:23.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.libinput.new/libinput.changes   2015-03-30 
19:15:30.000000000 +0200
@@ -1,0 +2,57 @@
+Sat Mar 14 20:24:07 UTC 2015 - [email protected]
+
+- Update to new upstream release 0.12.0
+* The new features (since 0.11) are device groups and the use of
+  udev tagging for device identification. Device groups are a
+  labelling system to allow callers to identify which libinput
+  devices are part of the same physical device.
+* libinput's API and ABI are now stable
+* Fixes to correctly handle Protocol A multitouch devices.
+* Buttonless touchpads are now supported (e.g. the touch portion of
+  the Wacom Intuos tablets), on those touchpads tapping is enabled
+  by default.
+
+-------------------------------------------------------------------
+Mon Feb  9 01:35:57 UTC 2015 - [email protected]
+
+- Update to new upstream release 0.10.0
+* A call to libinput_device_config_accel_set_speed() with a value
+  of NAn triggered an assert() in libinput.
+* Pointer devices with absolute axes (such as the ones used in VMs)
+  had an uninitialized pointer acceleration speed, triggering a
+  warning in the xorg libinput driver.
+- Changes from upstream release 0.9.0
+* Support for hovering fingers on touchpads. Some touchpads detect
+  fingers before actually touching the surface causing unexpected
+  motion events. libinput now handles such touchpads.
+* Click methods are now configurable, see below for more details.
+* Support for the Lenovo X1 Carbon 3rd was added. Note that this
+  requires kernel patches and a udev hwdb addition.
+- API additions:
+* libinput_device_config_click_get_methods
+* libinput_device_config_click_get_method
+* libinput_device_config_click_get_default_method
+* libinput_device_config_click_set_method
+
+-------------------------------------------------------------------
+Sun Jan 25 13:33:04 UTC 2015 - [email protected]
+
+- Update to new upstream release 0.8.0
+* Improved touchpad support. For example, it is not necessary
+  anymore to lift all fingers when switching from scrolling to
+  pointer movement.
+* Scroll event types were merged. Previously we supplied horiz/vert
+  scrolling as separate event, even in diagnonal scrolling.
+  Now each scroll event may contain one or more axes.
+* Support for axis sources: a scroll event can be of source finger,
+  wheel or continuous. This enables callers to implement kinetic
+  ("fling") scrolling.
+* Scroll wheel events now return the data in degrees. A matching
+  udev hwdb system is in place to adjust this when needed. A
+  "discrete" scroll value is available if you are interested in
+  the clicks only.
+* Left-handed configuration was renamed. For future tablet support,
+  the button-based naming was inappropriate. A simple
+  search/replace fixes this.
+
+-------------------------------------------------------------------

Old:
----
  libinput-0.7.0.tar.xz
  libinput-0.7.0.tar.xz.sig

New:
----
  libinput-0.12.0.tar.xz
  libinput-0.12.0.tar.xz.sig

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

Other differences:
------------------
++++++ libinput.spec ++++++
--- /var/tmp/diff_new_pack.YbDCpU/_old  2015-03-30 19:15:31.000000000 +0200
+++ /var/tmp/diff_new_pack.YbDCpU/_new  2015-03-30 19:15:31.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package libinput
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,8 +17,9 @@
 
 
 Name:           libinput
-%define lname  libinput5
-Version:        0.7.0
+%define lname  libinput10
+%define rversion 0.12.0
+Version:        0.12
 Release:        0
 Summary:        Input device and event processing library
 License:        HPND
@@ -27,8 +28,9 @@
 
 #Git-Clone:    git://anongit.freedesktop.org/wayland/libinput
 #Git-Web:      http://cgit.freedesktop.org/wayland/libinput/
-Source:         http://freedesktop.org/software/libinput/%name-%version.tar.xz
-Source2:        
http://freedesktop.org/software/libinput/%name-%version.tar.xz.sig
+#DL-URL:       http://freedesktop.org/software/libinput/
+Source:         http://freedesktop.org/software/libinput/%name-%rversion.tar.xz
+Source2:        
http://freedesktop.org/software/libinput/%name-%rversion.tar.xz.sig
 Source3:        baselibs.conf
 Source4:        %name.keyring
 #git#BuildRequires:  autoconf >= 2.64
@@ -37,6 +39,7 @@
 BuildRequires:  doxygen
 BuildRequires:  fdupes
 BuildRequires:  gcc-c++
+BuildRequires:  grep
 BuildRequires:  pkgconfig
 BuildRequires:  xz
 BuildRequires:  pkgconfig(check) >= 0.9.10
@@ -49,9 +52,21 @@
 libinput is a library that handles input devices for display servers and
 other applications that need to directly deal with input devices.
 
+%package udev
+Summary:        libinput integration into udev
+Group:          System/Base
+
+# These programs may be absorbed into udev main at a future time
+%description udev
+The libinput udev helper rule will set the LIBINPUT_DEVICE_GROUP
+variable for event devices. Device groups are a labelling system to
+allow callers to identify which libinput devices are part of the same
+physical device.
+
 %package -n %lname
 Summary:        Input device and event processing library
 Group:          System/Libraries
+Recommends:     %name-udev
 
 %description -n %lname
 libinput is a library that handles input devices for display servers and
@@ -75,17 +90,18 @@
 to develop applications that require libinput.
 
 %prep
-%setup -q
+%setup -qn %name-%rversion
 
 %build
 if [ ! -e configure ]; then
        autoreconf -fi;
 fi;
-%configure --disable-static --includedir="%_includedir/%name"
+%configure --disable-static --includedir="%_includedir/%name" \
+       --with-udev-dir="%_libexecdir/udev"
 make %{?_smp_mflags} V=1
 
 %install
-make DESTDIR="%buildroot" install %{?_smp_mflags}
+%make_install
 rm -f "%buildroot/%_libdir"/*.la
 %fdupes %buildroot/%_prefix
 
@@ -100,9 +116,13 @@
 %post   -n %lname -p /sbin/ldconfig
 %postun -n %lname -p /sbin/ldconfig
 
+%files udev
+%defattr(-,root,root)
+%_libexecdir/udev/
+
 %files -n %lname
 %defattr(-,root,root)
-%_libdir/libinput.so.5*
+%_libdir/libinput.so.10*
 
 %files devel
 %defattr(-,root,root)

++++++ baselibs.conf ++++++
--- /var/tmp/diff_new_pack.YbDCpU/_old  2015-03-30 19:15:31.000000000 +0200
+++ /var/tmp/diff_new_pack.YbDCpU/_new  2015-03-30 19:15:31.000000000 +0200
@@ -1 +1 @@
-libinput5
+libinput10

++++++ libinput-0.7.0.tar.xz -> libinput-0.12.0.tar.xz ++++++
++++ 29733 lines of diff (skipped)


Reply via email to