[xorg-x11-drv-evdev] Update to new git snapshot, includes the two patches now

Peter Hutterer whot at fedoraproject.org
Wed Jan 18 06:54:37 UTC 2012


commit 424bfd0920d39f98244b6b603570d9c4d5079258
Author: Peter Hutterer <peter.hutterer at who-t.net>
Date:   Wed Jan 18 16:51:37 2012 +1000

    Update to new git snapshot, includes the two patches now

 .gitignore                                         |    1 +
 0001-Fix-axis-labelling-for-mixed-devices.patch    |   70 --------------------
 ...-REL_Y-to-exist-on-devices-with-any-relat.patch |   48 -------------
 commitid                                           |    2 +-
 sources                                            |    2 +-
 xorg-x11-drv-evdev.spec                            |   15 ++---
 6 files changed, 9 insertions(+), 129 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 92630c5..926247e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -9,3 +9,4 @@ xf86-input-evdev-20100823.tar.bz2
 /xf86-input-evdev-20111109.tar.bz2
 /xf86-input-evdev-20111110.tar.bz2
 /xf86-input-evdev-20120103.tar.bz2
+/xf86-input-evdev-20120118.tar.bz2
diff --git a/commitid b/commitid
index a6a1a39..6e4b008 100644
--- a/commitid
+++ b/commitid
@@ -1 +1 @@
-965338e9d0ee5e2a6135a930347e9dab4b8db0dd
+9d9c9870c88f2c636799a68cde8efcab59a4a2a5
diff --git a/sources b/sources
index fd2174c..f95135a 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-979e8af8bb2dc5c398ff1aa324020cc4  xf86-input-evdev-20120103.tar.bz2
+5db9c9258a2085c5216ff570a2e6c826  xf86-input-evdev-20120118.tar.bz2
diff --git a/xorg-x11-drv-evdev.spec b/xorg-x11-drv-evdev.spec
index 2a13386..b649aa4 100644
--- a/xorg-x11-drv-evdev.spec
+++ b/xorg-x11-drv-evdev.spec
@@ -2,13 +2,13 @@
 %global moduledir %(pkg-config xorg-server --variable=moduledir )
 %global driverdir %{moduledir}/input
 
-%global gitdate 20120103
-%global gitversion 965338e9d
+%global gitdate 20120118
+%global gitversion 9d9c9870c
 
 Summary:    Xorg X11 evdev input driver
 Name:       xorg-x11-drv-evdev
 Version:    2.6.99.901
-Release:    4%{?gitdate:.%{gitdate}git%{gitversion}}%{dist}
+Release:    5%{?gitdate:.%{gitdate}git%{gitversion}}%{dist}
 URL:        http://www.x.org
 License:    MIT
 Group:      User Interface/X Hardware Support
@@ -21,9 +21,6 @@ Source2:    commitid
 Source0:    ftp://ftp.x.org/pub/individual/driver/%{tarball}-%{version}.tar.bz2
 %endif
 
-Patch01: 0001-Fix-axis-labelling-for-mixed-devices.patch
-Patch02: 0001-Force-REL_X-REL_Y-to-exist-on-devices-with-any-relat.patch
-
 ExcludeArch: s390 s390x
 
 BuildRequires: autoconf automake libtool
@@ -42,9 +39,6 @@ X.Org X11 evdev input driver.
 %prep
 %setup -q -n %{tarball}-%{?gitdate:%{gitdate}}%{!?gitdate:%{version}}
 
-%patch01 -p1
-%patch02 -p1
-
 %build
 autoreconf -v --install || exit 1
 %configure --disable-static --disable-silent-rules
@@ -85,6 +79,9 @@ X.Org X11 evdev input driver development files.
 
 
 %changelog
+* Wed Jan 18 2012 Peter Hutterer <peter.hutterer at redhat.com> 2.6.99.901-5.20120118git9d9c9870c
+- Update to new git snapshot, includes the two patches now
+
 * Thu Jan 12 2012 Peter Hutterer <peter.hutterer at redhat.com> 2.6.99.901-4.20120103git965338e9d
 - Fix axis labelling and single-axis relative devices
 


More information about the scm-commits mailing list