button swap fix
This commit is contained in:
parent
9d8bf82488
commit
84c70c4df8
@ -1 +1 @@
|
|||||||
xf86-input-evdev-20080310.tar.bz2
|
xf86-input-evdev-20080311.tar.bz2
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
453cfa9b39dc1067068c9b35ea8820f7 xf86-input-evdev-20080310.tar.bz2
|
7808f84c482f4cbdc752226217e2e185 xf86-input-evdev-20080311.tar.bz2
|
||||||
|
@ -4,16 +4,16 @@
|
|||||||
%define moduledir %(pkg-config xorg-server --variable=moduledir )
|
%define moduledir %(pkg-config xorg-server --variable=moduledir )
|
||||||
%define driverdir %{moduledir}/input
|
%define driverdir %{moduledir}/input
|
||||||
|
|
||||||
%define gitdate 20080310
|
%define gitdate 20080311
|
||||||
|
|
||||||
Summary: Xorg X11 evdev input driver
|
Summary: Xorg X11 evdev input driver
|
||||||
Name: xorg-x11-drv-evdev
|
Name: xorg-x11-drv-evdev
|
||||||
Version: 1.99.1
|
Version: 1.99.1
|
||||||
Release: 0.2%{?dist}
|
Release: 0.3%{?dist}
|
||||||
URL: http://www.x.org
|
URL: http://www.x.org
|
||||||
License: MIT
|
License: MIT
|
||||||
Group: User Interface/X Hardware Support
|
Group: User Interface/X Hardware Support
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||||
|
|
||||||
#Source0: ftp://ftp.x.org/pub/individual/driver/%{tarball}-%{version}.tar.bz2
|
#Source0: ftp://ftp.x.org/pub/individual/driver/%{tarball}-%{version}.tar.bz2
|
||||||
Source0: %{tarball}-%{gitdate}.tar.bz2
|
Source0: %{tarball}-%{gitdate}.tar.bz2
|
||||||
@ -55,6 +55,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_mandir}/man4/evdev.4*
|
%{_mandir}/man4/evdev.4*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Mar 11 2008 Adam Jackson <ajax@redhat.com> 1.99.1-0.3
|
||||||
|
- Today's snapshot. Fixes right/middle button swap hilarity.
|
||||||
|
|
||||||
* Mon Mar 10 2008 Adam Jackson <ajax@redhat.com> 1.99.1-0.2
|
* Mon Mar 10 2008 Adam Jackson <ajax@redhat.com> 1.99.1-0.2
|
||||||
- Updated snapshot, minor bug fixes.
|
- Updated snapshot, minor bug fixes.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user