[xorg-x11-drv-synaptics/f20] synaptics 1.7.6

Peter Hutterer whot at fedoraproject.org
Tue May 13 01:40:30 UTC 2014


commit e1d4c93f1a5225432403a055a1c3ac050b6ffe6e
Author: Peter Hutterer <peter.hutterer at who-t.net>
Date:   Tue May 13 11:36:42 2014 +1000

    synaptics 1.7.6

 .gitignore                                         |    1 +
 ...-the-entire-touchpad-for-motions-started-.patch |  123 -------------
 ...t-tripletap-click-as-3-fingerclick-on-pad.patch |   41 -----
 ...eously-handling-two-touchpoints-in-the-sa.patch |  113 ------------
 ...hpad-is-in-TOUCHPAD_OFF-mode-allow-physic.patch |   98 -----------
 0002-Add-secondary-top-software-buttons-area.patch |  185 --------------------
 ...-enum-for-the-different-soft_button_areas.patch |  105 -----------
 0004-Get-rid-of-old_hw_state.patch                 |  153 ----------------
 ...-t-report-motion-inside-soft-button-areas.patch |  152 ----------------
 ...ion-the-first-X-ms-after-a-clickpad-click.patch |   87 ---------
 ...own-update-cumulative-to-current-x-and-y-.patch |   62 -------
 ...w-coordinates-on-a-clickpad-click-before-.patch |  112 ------------
 ...y-support-for-secondary-top-software-butt.patch |  185 --------------------
 ...inside_anybutton_area-with-current_button.patch |   92 ----------
 ...-any-type-of-movement-starting-in-the-top.patch |   35 ----
 sources                                            |    2 +-
 xorg-x11-drv-synaptics.spec                        |   36 +----
 17 files changed, 7 insertions(+), 1575 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 855604b..b8375bb 100644
--- a/.gitignore
+++ b/.gitignore
@@ -27,3 +27,4 @@ xf86-input-synaptics-20100823.tar.bz2
 /xf86-input-synaptics-1.7.0.tar.bz2
 /xf86-input-synaptics-1.7.1.tar.bz2
 /xf86-input-synaptics-1.7.4.tar.bz2
+/xf86-input-synaptics-1.7.6.tar.bz2
diff --git a/sources b/sources
index fa23f2d..cba7756 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-deaa740072c19fef8e2fb1d7787392b7  xf86-input-synaptics-1.7.4.tar.bz2
+f1a501caa0da0bf0e78f249c5ed9bd73  xf86-input-synaptics-1.7.6.tar.bz2
diff --git a/xorg-x11-drv-synaptics.spec b/xorg-x11-drv-synaptics.spec
index 226ca4d..78378de 100644
--- a/xorg-x11-drv-synaptics.spec
+++ b/xorg-x11-drv-synaptics.spec
@@ -7,8 +7,8 @@
 
 Name:           xorg-x11-drv-synaptics
 Summary:        Xorg X11 Synaptics touchpad input driver
-Version:        1.7.4
-Release:        9%{?gitdate:.%{gitdate}git%{gitversion}}%{?dist}
+Version:        1.7.6
+Release:        1%{?gitdate:.%{gitdate}git%{gitversion}}%{?dist}
 URL:            http://www.x.org
 License:        MIT
 Group:          User Interface/X Hardware Support
@@ -23,21 +23,6 @@ Source0:        ftp://ftp.x.org/pub/individual/driver/%{tarball}-%{version}.tar.
 Source3:        50-synaptics.conf
 Source4:        70-touchpad-quirks.rules
 
-Patch000: 0001-Avoid-erroneously-handling-two-touchpoints-in-the-sa.patch
-Patch001: 0001-Allow-using-the-entire-touchpad-for-motions-started-.patch
-Patch002: 0002-Add-secondary-top-software-buttons-area.patch
-Patch003: 0003-Add-an-enum-for-the-different-soft_button_areas.patch
-Patch004: 0004-Get-rid-of-old_hw_state.patch
-Patch005: 0005-Don-t-report-motion-inside-soft-button-areas.patch
-Patch006: 0006-Ignore-motion-the-first-X-ms-after-a-clickpad-click.patch
-Patch007: 0007-On-button-down-update-cumulative-to-current-x-and-y-.patch
-Patch008: 0008-Wait-for-new-coordinates-on-a-clickpad-click-before-.patch
-Patch009: 0009-Add-property-support-for-secondary-top-software-butt.patch
-Patch010: 0010-Replace-is_inside_anybutton_area-with-current_button.patch
-Patch011: 0011-Don-t-allow-any-type-of-movement-starting-in-the-top.patch
-Patch012: 0001-If-the-touchpad-is-in-TOUCHPAD_OFF-mode-allow-physic.patch
-Patch013: 0001-Always-count-tripletap-click-as-3-fingerclick-on-pad.patch
-
 ExcludeArch:    s390 s390x
 
 BuildRequires:  autoconf automake libtool pkgconfig
@@ -95,20 +80,6 @@ Features:
 
 %prep
 %setup -q -n %{tarball}-%{?gitdate:%{gitdate}}%{!?gitdate:%{version}}
-%patch000 -p1
-%patch001 -p1
-%patch002 -p1
-%patch003 -p1
-%patch004 -p1
-%patch005 -p1
-%patch006 -p1
-%patch007 -p1
-%patch008 -p1
-%patch009 -p1
-%patch010 -p1
-%patch011 -p1
-%patch012 -p1
-%patch013 -p1
 
 %build
 autoreconf -v --install --force || exit 1
@@ -157,6 +128,9 @@ Development files for the Synaptics TouchPad for X.Org.
 
 
 %changelog
+* Tue May 13 2014 Peter Hutterer <peter.hutterer at redhat.com> 1.7.6-1
+- synaptics 1.7.6
+
 * Tue Apr 22 2014 Hans de Goede <hdegoede at redhat.com> - 1.7.4-9
 - Add topbuttons quirk for Thinkpad Edge E341 (#1089689)
 


More information about the scm-commits mailing list