- update to 2.0.6
- remove patches merged upstream.
This commit is contained in:
parent
a7b51f43ac
commit
2186f63c4d
@ -1 +1 @@
|
|||||||
xf86-input-evdev-2.0.4.tar.bz2
|
xf86-input-evdev-2.0.6.tar.bz2
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
ac97e155ea4db87a8393297493f9c406 xf86-input-evdev-2.0.4.tar.bz2
|
6571e936823c2a37efb68aabcb33c349 xf86-input-evdev-2.0.6.tar.bz2
|
||||||
|
@ -6,8 +6,8 @@
|
|||||||
|
|
||||||
Summary: Xorg X11 evdev input driver
|
Summary: Xorg X11 evdev input driver
|
||||||
Name: xorg-x11-drv-evdev
|
Name: xorg-x11-drv-evdev
|
||||||
Version: 2.0.4
|
Version: 2.0.6
|
||||||
Release: 3%{?dist}
|
Release: 1%{?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
|
||||||
@ -17,9 +17,6 @@ Source0: ftp://ftp.x.org/pub/individual/driver/%{tarball}-%{version}.tar.bz2
|
|||||||
#Source0: %{tarball}-%{gitdate}.tar.bz2
|
#Source0: %{tarball}-%{gitdate}.tar.bz2
|
||||||
Source1: make-git-snapshot.sh
|
Source1: make-git-snapshot.sh
|
||||||
|
|
||||||
Patch001: evdev-2.0.4-reopen-device.patch
|
|
||||||
Patch002: evdev-2.0.4-cache-info.patch
|
|
||||||
|
|
||||||
ExcludeArch: s390 s390x
|
ExcludeArch: s390 s390x
|
||||||
|
|
||||||
BuildRequires: autoconf automake libtool
|
BuildRequires: autoconf automake libtool
|
||||||
@ -35,8 +32,6 @@ X.Org X11 evdev input driver.
|
|||||||
%setup -q -n %{tarball}-%{version}
|
%setup -q -n %{tarball}-%{version}
|
||||||
|
|
||||||
# apply patches
|
# apply patches
|
||||||
%patch1 -p1 -b .reopen-device
|
|
||||||
%patch2 -p1 -b .cache-info
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
autoreconf -v --install || exit 1
|
autoreconf -v --install || exit 1
|
||||||
@ -61,6 +56,10 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_mandir}/man4/evdev.4*
|
%{_mandir}/man4/evdev.4*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Oct 3 2008 Peter Hutterer <peter.hutterer@redhat.com> 2.0.6-1
|
||||||
|
- update to 2.0.6
|
||||||
|
- remove patches merged upstream.
|
||||||
|
|
||||||
* Fri Sep 12 2008 Adam Jackson <ajax@redhat.com> 2.0.4-3
|
* Fri Sep 12 2008 Adam Jackson <ajax@redhat.com> 2.0.4-3
|
||||||
- evdev-2.0.4-reopen-device.patch: When arming the reopen timer, stash it in
|
- evdev-2.0.4-reopen-device.patch: When arming the reopen timer, stash it in
|
||||||
the driver private, and explicitly cancel it if the server decides to
|
the driver private, and explicitly cancel it if the server decides to
|
||||||
|
Loading…
Reference in New Issue
Block a user