[xorg-x11-drv-synaptics] synaptics 1.8

Peter Hutterer whot at fedoraproject.org
Tue May 13 01:34:28 UTC 2014


commit c22f2bba17df95e2f7f4e4c321ba2b37c6e5f184
Author: Peter Hutterer <peter.hutterer at who-t.net>
Date:   Tue May 13 11:34:08 2014 +1000

    synaptics 1.8

 .gitignore                                         |    1 +
 ...t-tripletap-click-as-3-fingerclick-on-pad.patch |   63 --------------------
 sources                                            |    2 +-
 xorg-x11-drv-synaptics.spec                        |   12 ++--
 4 files changed, 8 insertions(+), 70 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 9a4f89d..074ae43 100644
--- a/.gitignore
+++ b/.gitignore
@@ -31,3 +31,4 @@ xf86-input-synaptics-20100823.tar.bz2
 /xf86-input-synaptics-20140226.tar.bz2
 /xf86-input-synaptics-20140312.tar.bz2
 /xf86-input-synaptics-20140318.tar.bz2
+/xf86-input-synaptics-1.8.0.tar.bz2
diff --git a/sources b/sources
index 29f9dbc..bc68b25 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-7cca2f7b59f7343b2a9fe0de91bd7242  xf86-input-synaptics-20140318.tar.bz2
+27a3f2b31606a13dd6b58d419978d64f  xf86-input-synaptics-1.8.0.tar.bz2
diff --git a/xorg-x11-drv-synaptics.spec b/xorg-x11-drv-synaptics.spec
index 50c8e55..f895ded 100644
--- a/xorg-x11-drv-synaptics.spec
+++ b/xorg-x11-drv-synaptics.spec
@@ -2,13 +2,13 @@
 %global moduledir %(pkg-config xorg-server --variable=moduledir )
 %global driverdir %{moduledir}/input
 
-%global gitdate 20140318
+#global gitdate 20140318
 %global gitversion fd7099004
 
 Name:           xorg-x11-drv-synaptics
 Summary:        Xorg X11 Synaptics touchpad input driver
-Version:        1.7.99.1
-Release:        8%{?gitdate:.%{gitdate}git%{gitversion}}%{?dist}
+Version:        1.8.0
+Release:        1%{?gitdate:.%{gitdate}git%{gitversion}}%{?dist}
 URL:            http://www.x.org
 License:        MIT
 Group:          User Interface/X Hardware Support
@@ -23,8 +23,6 @@ Source0:        ftp://ftp.x.org/pub/individual/driver/%{tarball}-%{version}.tar.
 Source3:        50-synaptics.conf
 Source4:        70-touchpad-quirks.rules
 
-Patch1:         0001-Always-count-tripletap-click-as-3-fingerclick-on-pad.patch
-
 ExcludeArch:    s390 s390x
 
 BuildRequires:  autoconf automake libtool pkgconfig
@@ -82,7 +80,6 @@ Features:
 
 %prep
 %setup -q -n %{tarball}-%{?gitdate:%{gitdate}}%{!?gitdate:%{version}}
-%patch1 -p1
 
 %build
 autoreconf -v --install --force || exit 1
@@ -131,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.8.0-1
+- synaptics 1.8
+
 * Mon Apr 28 2014 Hans de Goede <hdegoede at redhat.com> - 1.7.99.1-8.20140318gitfd7099004
 - xserver 1.15.99-20140428 git snapshot ABI rebuild
 


More information about the scm-commits mailing list