[xorg-x11-drv-evdev] Add option Type name to auto-assign XI_TRACKBALL

Peter Hutterer whot at fedoraproject.org
Mon Apr 15 06:00:49 UTC 2013


commit ca86ba719a77729042909e6d985f2634f89dc808
Author: Peter Hutterer <peter.hutterer at who-t.net>
Date:   Mon Apr 15 16:00:17 2013 +1000

    Add option Type name to auto-assign XI_TRACKBALL

 xorg-x11-drv-evdev.spec |    8 +++++++-
 1 files changed, 7 insertions(+), 1 deletions(-)
---
diff --git a/xorg-x11-drv-evdev.spec b/xorg-x11-drv-evdev.spec
index 7a63acb..eeabaf3 100644
--- a/xorg-x11-drv-evdev.spec
+++ b/xorg-x11-drv-evdev.spec
@@ -8,7 +8,7 @@
 Summary:    Xorg X11 evdev input driver
 Name:       xorg-x11-drv-evdev
 Version:    2.8.0
-Release:    1%{?gitdate:.%{gitdate}git%{gitversion}}%{?dist}
+Release:    2%{?gitdate:.%{gitdate}git%{gitversion}}%{?dist}
 URL:        http://www.x.org
 License:    MIT
 Group:      User Interface/X Hardware Support
@@ -21,6 +21,8 @@ Source2:    commitid
 Source0:    ftp://ftp.x.org/pub/individual/driver/%{tarball}-%{version}.tar.bz2
 %endif
 
+Patch01: 0001-Add-option-TypeName-62831.patch
+
 ExcludeArch: s390 s390x
 
 BuildRequires: autoconf automake libtool
@@ -38,6 +40,7 @@ X.Org X11 evdev input driver.
 
 %prep
 %setup -q -n %{tarball}-%{?gitdate:%{gitdate}}%{!?gitdate:%{version}}
+%patch01 -p1
 
 %build
 autoreconf --force -v --install || exit 1
@@ -79,6 +82,9 @@ X.Org X11 evdev input driver development files.
 
 
 %changelog
+* Mon Apr 15 2013 Peter Hutterer <peter.hutterer at redhat.com> 2.8.0-2
+- Add option Type name to auto-assign XI_TRACKBALL
+
 * Tue Mar 26 2013 Peter Hutterer <peter.hutterer at redhat.com> 2.8.0-1
 - evdev 2.8.0
 


More information about the scm-commits mailing list