[xorg-x11-drv-evdev] evdev 2.7.3

Peter Hutterer whot at fedoraproject.org
Mon Aug 13 06:35:53 UTC 2012


commit 7fba5d6e3462740123fe63f081aaae809aac6f84
Author: Peter Hutterer <peter.hutterer at who-t.net>
Date:   Mon Aug 13 16:34:19 2012 +1000

    evdev 2.7.3

 .gitignore                                       |    1 +
 0001-Don-t-delete-the-device-on-ENODEV.patch     |   38 --------------------
 0001-Fix-broken-ButtonMapping-option-53168.patch |   40 ----------------------
 sources                                          |    2 +-
 xorg-x11-drv-evdev.spec                          |   13 +++----
 5 files changed, 7 insertions(+), 87 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 90e00d0..cb2ce76 100644
--- a/.gitignore
+++ b/.gitignore
@@ -13,3 +13,4 @@ xf86-input-evdev-20100823.tar.bz2
 /xf86-input-evdev-2.7.0.tar.bz2
 /xf86-input-evdev-20120718.tar.bz2
 /xf86-input-evdev-2.7.2.tar.bz2
+/xf86-input-evdev-2.7.3.tar.bz2
diff --git a/sources b/sources
index af520dc..61e69bc 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-e1da5be7f946bfcd9eb7201bc95da67c  xf86-input-evdev-2.7.2.tar.bz2
+f68920ce2921a88b4662acc972bf3a4a  xf86-input-evdev-2.7.3.tar.bz2
diff --git a/xorg-x11-drv-evdev.spec b/xorg-x11-drv-evdev.spec
index 3552894..9300a3e 100644
--- a/xorg-x11-drv-evdev.spec
+++ b/xorg-x11-drv-evdev.spec
@@ -7,8 +7,8 @@
 
 Summary:    Xorg X11 evdev input driver
 Name:       xorg-x11-drv-evdev
-Version:    2.7.2
-Release:    6%{?gitdate:.%{gitdate}git%{gitversion}}%{dist}
+Version:    2.7.3
+Release:    1%{?gitdate:.%{gitdate}git%{gitversion}}%{dist}
 URL:        http://www.x.org
 License:    MIT
 Group:      User Interface/X Hardware Support
@@ -23,10 +23,6 @@ Source0:    ftp://ftp.x.org/pub/individual/driver/%{tarball}-%{version}.tar.bz2
 
 # Bug 805902 - Scrollwheels on tablets are broken
 Patch02: 0001-Allow-relative-scroll-valuators-on-absolute-devices.patch
-# Only disable device on ENODEV to avoid free in sighandler
-Patch03: 0001-Don-t-delete-the-device-on-ENODEV.patch
-# FDO 53168 - Option ButtonMapping is broken
-Patch04: 0001-Fix-broken-ButtonMapping-option-53168.patch
 
 ExcludeArch: s390 s390x %{?rhel:ppc ppc64}
 
@@ -46,8 +42,6 @@ X.Org X11 evdev input driver.
 %prep
 %setup -q -n %{tarball}-%{?gitdate:%{gitdate}}%{!?gitdate:%{version}}
 %patch02 -p1 -b .relscroll
-%patch03 -p1 -b .enodev
-%patch04 -p1 -b .buttonmapping
 
 %build
 autoreconf --force -v --install || exit 1
@@ -89,6 +83,9 @@ X.Org X11 evdev input driver development files.
 
 
 %changelog
+* Mon Aug 13 2012 Peter Hutterer <peter.hutterer at redhat.com> 2.7.3-1
+- evdev 2.7.3
+
 * Wed Aug 08 2012 Peter Hutterer <peter.hutterer at redhat.com> 2.7.2-6
 - Fix broken ButtonMapping option (regression in 2.7.2)
 


More information about the scm-commits mailing list