Update to 0.11.99.1 (from git)

This commit is contained in:
Peter Hutterer 2011-11-01 14:26:36 +10:00
parent b8ab9a14bb
commit b1ae654f56
3 changed files with 9 additions and 4 deletions

1
.gitignore vendored
View File

@ -6,3 +6,4 @@ xf86-input-wacom-20101119.tar.bz2
/xf86-input-wacom-20110408.tar.bz2 /xf86-input-wacom-20110408.tar.bz2
/xf86-input-wacom-0.11.0.tar.bz2 /xf86-input-wacom-0.11.0.tar.bz2
/xf86-input-wacom-20110527.tar.bz2 /xf86-input-wacom-20110527.tar.bz2
/xf86-input-wacom-20111031.tar.bz2

View File

@ -1 +1 @@
2d1454ed0168b83debdce3ca44a5d95a xf86-input-wacom-20110527.tar.bz2 17e651a24f0934b18919a0f0af6e4e43 xf86-input-wacom-20111031.tar.bz2

View File

@ -3,12 +3,12 @@
%global driverdir %{moduledir}/input %global driverdir %{moduledir}/input
# Disable gitdate to build from a fixed release # Disable gitdate to build from a fixed release
%global gitdate 20110527 %global gitdate 20111031
Summary: Xorg X11 wacom input driver Summary: Xorg X11 wacom input driver
Name: xorg-x11-drv-wacom Name: xorg-x11-drv-wacom
Version: 0.11.99 Version: 0.11.99.1
Release: 4%{?gitdate:.%{gitdate}}%{?dist} Release: 1%{?gitdate:.%{gitdate}}%{?dist}
URL: http://www.x.org URL: http://www.x.org
License: GPLv2+ License: GPLv2+
Group: User Interface/X Hardware Support Group: User Interface/X Hardware Support
@ -93,10 +93,14 @@ X.Org X11 wacom input driver development files.
%{_libdir}/pkgconfig/xorg-wacom.pc %{_libdir}/pkgconfig/xorg-wacom.pc
%{_includedir}/xorg/Xwacom.h %{_includedir}/xorg/Xwacom.h
%{_includedir}/xorg/wacom-properties.h %{_includedir}/xorg/wacom-properties.h
%{_includedir}/xorg/wacom-util.h
%{_includedir}/xorg/isdv4.h %{_includedir}/xorg/isdv4.h
%{_bindir}/isdv4-serial-debugger %{_bindir}/isdv4-serial-debugger
%changelog %changelog
* Tue Nov 01 2011 Peter Hutterer <peter.hutterer@redhat.com> 0.11.99.1
- Update to 0.11.99.1 (from git)
* Thu Aug 18 2011 Adam Jackson <ajax@redhat.com> - 0.11.99-4.20110527 * Thu Aug 18 2011 Adam Jackson <ajax@redhat.com> - 0.11.99-4.20110527
- Rebuild for xserver 1.11 ABI - Rebuild for xserver 1.11 ABI