2009-11-19 23:28:39 +00:00
|
|
|
%global tarball xf86-input-wacom
|
|
|
|
%global moduledir %(pkg-config xorg-server --variable=moduledir )
|
|
|
|
%global driverdir %{moduledir}/input
|
|
|
|
|
2010-02-18 23:52:26 +00:00
|
|
|
# Disable gitdate to build from a fixed release
|
2011-11-29 00:18:31 +00:00
|
|
|
#global gitdate 20111110
|
2012-08-05 01:39:26 +00:00
|
|
|
#global gitversion 12345689
|
2010-02-18 23:52:26 +00:00
|
|
|
|
2009-11-19 23:28:39 +00:00
|
|
|
Summary: Xorg X11 wacom input driver
|
|
|
|
Name: xorg-x11-drv-wacom
|
2013-03-04 23:11:52 +00:00
|
|
|
Version: 0.20.0
|
2013-02-26 21:21:16 +00:00
|
|
|
Release: 1%{?gitdate:.%{gitdate}git%{gitversion}}%{?dist}
|
2009-11-19 23:28:39 +00:00
|
|
|
URL: http://www.x.org
|
|
|
|
License: GPLv2+
|
|
|
|
Group: User Interface/X Hardware Support
|
|
|
|
|
2010-02-18 23:52:26 +00:00
|
|
|
%if 0%{?gitdate}
|
|
|
|
Source0: %{tarball}-%{gitdate}.tar.bz2
|
2012-08-05 01:39:26 +00:00
|
|
|
Source1: make-git-snapshot.sh
|
|
|
|
Source2: commitid
|
2010-02-18 23:52:26 +00:00
|
|
|
%else
|
|
|
|
Source0: http://prdownloads.sourceforge.net/linuxwacom/xf86-input-wacom-%{version}.tar.bz2
|
|
|
|
%endif
|
2012-08-05 01:39:26 +00:00
|
|
|
Source3: 70-wacom.rules
|
2010-04-27 03:58:37 +00:00
|
|
|
|
2012-04-05 18:15:23 +00:00
|
|
|
ExcludeArch: s390 s390x %{?rhel:ppc ppc64}
|
2009-11-19 23:28:39 +00:00
|
|
|
|
2011-08-18 16:00:45 +00:00
|
|
|
BuildRequires: xorg-x11-server-sdk >= 1.10.99.902
|
2009-11-20 04:27:39 +00:00
|
|
|
BuildRequires: xorg-x11-util-macros >= 1.3.0
|
2011-11-01 05:18:42 +00:00
|
|
|
BuildRequires: libX11-devel libXi-devel libXrandr-devel libXinerama-devel
|
2012-08-05 01:39:26 +00:00
|
|
|
BuildRequires: autoconf automake libtool
|
2012-06-07 01:54:28 +00:00
|
|
|
BuildRequires: systemd-devel
|
2009-11-19 23:28:39 +00:00
|
|
|
|
2010-10-27 16:26:50 +00:00
|
|
|
Requires: Xorg %(xserver-sdk-abi-requires ansic)
|
|
|
|
Requires: Xorg %(xserver-sdk-abi-requires xinput)
|
2009-11-19 23:28:39 +00:00
|
|
|
|
2009-11-20 04:27:39 +00:00
|
|
|
Provides: linuxwacom = %{version}-%{release}
|
2009-11-19 23:28:39 +00:00
|
|
|
Obsoletes: linuxwacom <= 0.8.4.3
|
|
|
|
|
|
|
|
%description
|
|
|
|
X.Org X11 wacom input driver for Wacom tablets.
|
|
|
|
|
|
|
|
%prep
|
2010-02-18 23:52:26 +00:00
|
|
|
%setup -q -n %{tarball}-%{?gitdate:%{gitdate}}%{!?gitdate:%{version}}
|
2009-11-19 23:28:39 +00:00
|
|
|
|
|
|
|
%build
|
2012-08-05 01:39:26 +00:00
|
|
|
autoreconf --force -v --install || exit 1
|
2011-07-07 01:38:32 +00:00
|
|
|
%configure --disable-static --disable-silent-rules --enable-debug
|
2009-11-19 23:28:39 +00:00
|
|
|
make %{_smp_mflags}
|
|
|
|
|
|
|
|
%install
|
|
|
|
rm -rf $RPM_BUILD_ROOT
|
|
|
|
|
|
|
|
make install DESTDIR=$RPM_BUILD_ROOT
|
|
|
|
|
|
|
|
# FIXME: Remove all libtool archives (*.la) from modules directory. This
|
|
|
|
# should be fixed in upstream Makefile.am or whatever.
|
|
|
|
find $RPM_BUILD_ROOT -regex ".*\.la$" | xargs rm -f --
|
|
|
|
|
2012-06-07 01:54:28 +00:00
|
|
|
install -d $RPM_BUILD_ROOT%{_prefix}/lib/udev/rules.d
|
2012-08-05 01:39:26 +00:00
|
|
|
install -m 0644 %{SOURCE3} $RPM_BUILD_ROOT%{_prefix}/lib/udev/rules.d/70-wacom.rules
|
2010-05-20 23:27:33 +00:00
|
|
|
|
2009-11-19 23:28:39 +00:00
|
|
|
%clean
|
|
|
|
rm -rf $RPM_BUILD_ROOT
|
|
|
|
|
|
|
|
%files
|
|
|
|
%defattr(-,root,root,-)
|
2010-02-18 23:52:26 +00:00
|
|
|
%doc AUTHORS README GPL
|
|
|
|
%if !0%{?gitdate}
|
|
|
|
# ChangeLog is autogenerated by make dist, we don't run it from git builds
|
|
|
|
%doc ChangeLog
|
|
|
|
%endif
|
2009-11-19 23:28:39 +00:00
|
|
|
%{driverdir}/wacom_drv.so
|
|
|
|
%{_mandir}/man4/wacom.4*
|
2010-06-03 05:04:53 +00:00
|
|
|
%{_mandir}/man1/xsetwacom.1*
|
2010-04-15 06:58:05 +00:00
|
|
|
%{_datadir}/X11/xorg.conf.d/50-wacom.conf
|
2010-01-05 01:48:47 +00:00
|
|
|
%{_bindir}/xsetwacom
|
2012-06-07 01:54:28 +00:00
|
|
|
%{_prefix}/lib/udev/rules.d/70-wacom.rules
|
2009-11-19 23:28:39 +00:00
|
|
|
|
|
|
|
%package devel
|
|
|
|
Summary: Xorg X11 wacom input driver development package
|
|
|
|
Group: Development/Libraries
|
|
|
|
|
|
|
|
Requires: xorg-x11-server-devel >= 1.7.0
|
|
|
|
Requires: pkgconfig
|
|
|
|
|
|
|
|
%description devel
|
|
|
|
X.Org X11 wacom input driver development files.
|
|
|
|
|
|
|
|
%files devel
|
|
|
|
%defattr(-,root,root,-)
|
2010-07-08 16:02:26 +00:00
|
|
|
%doc GPL
|
2009-11-19 23:28:39 +00:00
|
|
|
%{_libdir}/pkgconfig/xorg-wacom.pc
|
|
|
|
%{_includedir}/xorg/Xwacom.h
|
2009-11-20 04:27:39 +00:00
|
|
|
%{_includedir}/xorg/wacom-properties.h
|
2011-11-01 04:26:36 +00:00
|
|
|
%{_includedir}/xorg/wacom-util.h
|
2010-07-26 05:16:47 +00:00
|
|
|
%{_includedir}/xorg/isdv4.h
|
|
|
|
%{_bindir}/isdv4-serial-debugger
|
2009-11-19 23:28:39 +00:00
|
|
|
|
|
|
|
%changelog
|
2013-03-04 23:11:52 +00:00
|
|
|
* Tue Mar 05 2013 Peter Hutterer <peter.hutterer@redhat.com> 0.20.0-1
|
|
|
|
- wacom 0.20.0
|
|
|
|
|
2013-02-26 21:21:16 +00:00
|
|
|
* Wed Feb 27 2013 Peter Hutterer <peter.hutterer@redhat.com> 0.19.99.1-1
|
|
|
|
- wacom 0.19.99.1
|
|
|
|
|
2013-02-15 04:42:21 +00:00
|
|
|
* Fri Feb 15 2013 Peter Hutterer <peter.hutterer@redhat.com> - 0.19.0-4
|
|
|
|
- ABI rebuild
|
|
|
|
|
2013-02-15 02:13:29 +00:00
|
|
|
* Fri Feb 15 2013 Peter Hutterer <peter.hutterer@redhat.com> - 0.19.0-3
|
|
|
|
- ABI rebuild
|
|
|
|
|
2013-01-10 01:56:58 +00:00
|
|
|
* Thu Jan 10 2013 Adam Jackson <ajax@redhat.com> - 0.19.0-2
|
|
|
|
- ABI rebuild
|
|
|
|
|
2013-01-04 00:44:23 +00:00
|
|
|
* Fri Jan 04 2013 Peter Hutterer <peter.hutterer@redhat.com> 0.19.0-1
|
|
|
|
- wacom 0.19.0
|
|
|
|
|
2012-12-19 22:51:09 +00:00
|
|
|
* Thu Dec 20 2012 Peter Hutterer <peter.hutterer@redhat.com> 0.18.99.1-1
|
|
|
|
- wacom 0.18.99.1
|
|
|
|
|
2012-10-31 00:06:08 +00:00
|
|
|
* Wed Oct 31 2012 Peter Hutterer <peter.hutterer@redhat.com> - 0.18.0-2
|
|
|
|
- Fix %{?dist} tag
|
|
|
|
|
2012-10-29 21:30:59 +00:00
|
|
|
* Tue Oct 30 2012 Peter Hutterer <peter.hutterer@redhat.com> 0.18.0-1
|
|
|
|
- wacom 0.18.0
|
|
|
|
|
2012-10-21 22:14:37 +00:00
|
|
|
* Mon Oct 22 2012 Peter Hutterer <peter.hutterer@redhat.com> 0.17.99.1-1
|
|
|
|
- wacom 0.17.99.1
|
|
|
|
|
2012-09-26 07:22:34 +00:00
|
|
|
* Wed Sep 26 2012 Peter Hutterer <peter.hutterer@redhat.com> 0.17.0-1
|
|
|
|
- wacom 0.17.0
|
|
|
|
|
2012-08-27 05:11:19 +00:00
|
|
|
* Mon Aug 27 2012 Peter Hutterer <peter.hutterer@redhat.com> 0.16.1-1
|
|
|
|
- wacom 0.16.1
|
|
|
|
|
2012-08-23 02:50:35 +00:00
|
|
|
* Thu Aug 23 2012 Peter Hutterer <peter.hutterer@redhat.com> 0.16.0-6
|
|
|
|
- Pre-allocate the tap timer to avoid malloc locks in SIGIO handler
|
|
|
|
- Log in signal-safe manner
|
|
|
|
|
2012-08-05 01:39:26 +00:00
|
|
|
* Sun Aug 05 2012 Peter Hutterer <peter.hutterer@redhat.com> 0.16.0-5
|
|
|
|
- Align git snapshot building with other drivers
|
|
|
|
- Add autotools/libtool to BuildRequires, we need those when building git
|
|
|
|
snapshots
|
|
|
|
- Always run autoreconf
|
|
|
|
|
2012-08-05 01:23:09 +00:00
|
|
|
* Sun Aug 05 2012 Peter Hutterer <peter.hutterer@redhat.com> 0.16.0-4
|
|
|
|
- Add support for Cintiq 22HD
|
|
|
|
|
2012-07-22 06:50:35 +00:00
|
|
|
* Sun Jul 22 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.16.0-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
|
|
|
|
2012-07-18 21:03:34 +00:00
|
|
|
* Wed Jul 18 2012 Dave Airlie <airlied@redhat.com> - 0.16.0-2
|
|
|
|
- ABI rebuild
|
|
|
|
|
2012-07-09 22:05:04 +00:00
|
|
|
* Tue Jul 10 2012 Peter Hutterer <peter.hutterer@redhat.com> 0.16.0-1
|
|
|
|
- wacom 0.16.0
|
|
|
|
|
2012-06-07 01:54:28 +00:00
|
|
|
* Thu Jun 07 2012 Peter Hutterer <peter.hutterer@redhat.com> 0.15.0-2
|
|
|
|
- Replace udev with systemd, use prefix for udev rules
|
|
|
|
|
2012-05-03 22:52:04 +00:00
|
|
|
* Fri May 04 2012 Peter Hutterer <peter.hutterer@redhat.com> 0.15.0-1
|
|
|
|
- wacom 0.15.0
|
|
|
|
|
2012-04-16 06:30:41 +00:00
|
|
|
* Mon Apr 23 2012 Peter Hutterer <peter.hutterer@redhat.com> 0.14.0-4
|
|
|
|
- Update rules to start inputattach automatically
|
|
|
|
|
2012-04-05 18:15:23 +00:00
|
|
|
* Thu Apr 05 2012 Adam Jackson <ajax@redhat.com> - 0.14.0-3
|
|
|
|
- RHEL arch exclude updates
|
|
|
|
|
2012-03-25 23:13:43 +00:00
|
|
|
* Mon Mar 26 2012 Peter Hutterer <peter.hutterer@redhat.com> 0.14.0-2
|
|
|
|
- Bump version number so F18 version is >= F17 version.
|
|
|
|
|
2012-03-11 22:17:19 +00:00
|
|
|
* Mon Mar 12 2012 Peter Hutterer <peter.hutterer@redhat.com> 0.14.0-1
|
|
|
|
- wacom 0.14.0
|
|
|
|
|
2012-03-07 01:45:29 +00:00
|
|
|
* Wed Mar 07 2012 Peter Hutterer <peter.hutterer@redhat.com> 0.13.99.2-1
|
|
|
|
- wacom 0.13.99.2
|
|
|
|
|
2012-03-01 00:48:19 +00:00
|
|
|
* Thu Mar 01 2012 Peter Hutterer <peter.hutterer@redhat.com> 0.13.99.1-1
|
|
|
|
- wacom 0.13.99.1
|
|
|
|
|
2012-02-11 13:59:00 +00:00
|
|
|
* Sat Feb 11 2012 Peter Hutterer <peter.hutterer@redhat.com> - 0.13.0-4
|
|
|
|
- ABI rebuild
|
|
|
|
|
2012-02-10 19:31:36 +00:00
|
|
|
* Fri Feb 10 2012 Peter Hutterer <peter.hutterer@redhat.com> - 0.13.0-3
|
|
|
|
- ABI rebuild
|
|
|
|
|
2012-01-24 00:25:46 +00:00
|
|
|
* Tue Jan 24 2012 Peter Hutterer <peter.hutterer@redhat.com> - 0.13.0-2
|
|
|
|
- ABI rebuild
|
|
|
|
|
2012-01-17 05:09:48 +00:00
|
|
|
* Tue Jan 17 2012 Peter Hutterer <peter.hutterer@redhat.com> 0.13.0-1
|
|
|
|
- wacom 0.13.0
|
|
|
|
|
2012-01-04 00:26:52 +00:00
|
|
|
* Wed Jan 04 2012 Peter Hutterer <peter.hutterer@redhat.com> 0.12.99.1-3
|
|
|
|
- Fix changelog, dates got mixed up
|
|
|
|
|
|
|
|
* Wed Jan 04 2012 Peter Hutterer <peter.hutterer@redhat.com> - 0.12.99.1-2
|
2012-01-03 22:33:46 +00:00
|
|
|
- Rebuild for server 1.12
|
|
|
|
|
2012-01-03 21:53:16 +00:00
|
|
|
* Wed Jan 04 2012 Peter Hutterer <peter.hutterer@redhat.com> 0.12.99.1-1
|
|
|
|
- wacom 0.12.99.1
|
|
|
|
|
2011-11-29 00:18:31 +00:00
|
|
|
* Tue Nov 29 2011 Peter Hutterer <peter.hutterer@redhat.com> 0.12-1
|
|
|
|
- wacom 0.12.0
|
|
|
|
|
2011-11-14 17:42:45 +00:00
|
|
|
* Mon Nov 14 2011 Adam Jackson <ajax@redhat.com> - 0.11.99.1-6.20111110
|
|
|
|
- ABI rebuild
|
|
|
|
|
2011-11-09 22:09:27 +00:00
|
|
|
* Thu Nov 10 2011 Peter Hutterer <peter.hutterer@redhat.com> 0.11.99.1-5.2011110
|
|
|
|
- And another snapshot, this time with the build fixes.
|
|
|
|
|
2011-11-09 21:34:40 +00:00
|
|
|
* Thu Nov 10 2011 Peter Hutterer <peter.hutterer@redhat.com> 0.11.99.1-4.2011110
|
|
|
|
- Update to latest git snapshot
|
|
|
|
|
2011-11-09 21:03:05 +00:00
|
|
|
* Wed Nov 09 2011 ajax <ajax@redhat.com> - 0.11.99.1-3.20111031
|
|
|
|
- ABI rebuild
|
|
|
|
|
2011-11-01 05:18:42 +00:00
|
|
|
* Tue Nov 01 2011 Peter Hutterer <peter.hutterer@redhat.com> 0.11.99.1-2
|
|
|
|
- libXinerama is now needed to build too
|
|
|
|
|
2011-11-01 04:26:36 +00:00
|
|
|
* Tue Nov 01 2011 Peter Hutterer <peter.hutterer@redhat.com> 0.11.99.1
|
|
|
|
- Update to 0.11.99.1 (from git)
|
|
|
|
|
2011-08-18 16:00:45 +00:00
|
|
|
* Thu Aug 18 2011 Adam Jackson <ajax@redhat.com> - 0.11.99-4.20110527
|
|
|
|
- Rebuild for xserver 1.11 ABI
|
|
|
|
|
2011-07-21 01:04:29 +00:00
|
|
|
* Thu Jul 21 2011 Peter Hutterer <peter.hutterer@redhat.com> * 0.11.99-3.20110527
|
|
|
|
- Fix udev rules file again:
|
|
|
|
- use ==, not = to compare subsystems
|
|
|
|
- assign ENV{NAME} even though we shouldn't, the server currently requires it
|
|
|
|
- assign the lot to subsystem pnp too, that's where the server reads it
|
|
|
|
from
|
|
|
|
|
2011-07-20 03:57:36 +00:00
|
|
|
* Wed Jul 20 2011 Peter Hutterer <peter.hutterer@redhat.com> 0.11.99-2.20110527
|
|
|
|
- Fix udev rules file (thanks to Lennart):
|
|
|
|
- The subsystem cannot be assigned.
|
|
|
|
- Append the attrs to the device name
|
|
|
|
- Match only on tty/pnp
|
|
|
|
|
2011-07-07 01:38:32 +00:00
|
|
|
* Thu Jul 07 2011 Peter Hutterer <peter.hutterer@redhat.com>
|
|
|
|
- Disable silent rules on build
|
|
|
|
|
2011-05-27 01:06:32 +00:00
|
|
|
* Fri May 27 2011 Peter Hutterer <peter.hutterer@redhat.com> 0.11.99-1.20110527
|
|
|
|
- Update to current git
|
|
|
|
|
2011-04-19 05:31:33 +00:00
|
|
|
* Tue Apr 19 2011 Peter Hutterer <peter.hutterer@redhat.com> 0.11.0-1
|
|
|
|
- wacom 0.11.0
|
|
|
|
|
2011-04-08 05:52:14 +00:00
|
|
|
* Fri Apr 08 2011 Peter Hutterer <peter.hutterer@redhat.com> 0.10.99.2-1.20110408
|
|
|
|
- 0.10.99.2 from git
|
|
|
|
|
2011-04-01 06:12:00 +00:00
|
|
|
* Fri Apr 01 2011 Peter Hutterer <peter.hutterer@redhat.com> 0.10.99.1-2.20110401
|
|
|
|
- Require libudev
|
|
|
|
|
2011-04-01 05:52:32 +00:00
|
|
|
* Fri Apr 01 2011 Peter Hutterer <peter.hutterer@redhat.com> 0.10.99.1-1.20110401
|
|
|
|
- 0.10.99.1 from git
|
|
|
|
|
2011-03-14 21:39:36 +00:00
|
|
|
* Tue Mar 15 2011 Peter Hutterer <peter.hutterer@redhat.com> 0.10.99-1.20110315
|
|
|
|
- Today's git snapshot
|
|
|
|
|
2011-02-17 02:36:40 +00:00
|
|
|
* Thu Feb 17 2011 Peter Hutterer <peter.hutterer@redhat.com> 0.10.11-1
|
|
|
|
- wacom 0.10.11
|
|
|
|
|
2011-02-08 06:31:02 +00:00
|
|
|
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.10.10-3.20101122
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
|
|
|
|
|
2010-11-25 01:20:01 +00:00
|
|
|
* Thu Nov 25 2010 Peter Hutterer <peter.hutterer@redhat.com> - 0.10.10-2.20101122
|
|
|
|
- Rebuild for server 1.10
|
|
|
|
|
2010-11-22 00:01:19 +00:00
|
|
|
* Mon Nov 22 2010 Peter Hutterer <peter.hutterer@redhat.com> 0.10.10-1
|
|
|
|
- Update to today's git snapshot (0.10.10), an emergency release.
|
|
|
|
|
2010-11-19 02:51:01 +00:00
|
|
|
* Fri Nov 19 2010 Peter Hutterer <peter.hutterer@redhat.com> 0.10.9-2
|
|
|
|
- require libXrandr-devel for xsetwacom
|
|
|
|
|
2010-11-19 01:46:48 +00:00
|
|
|
* Fri Nov 19 2010 Peter Hutterer <peter.hutterer@redhat.com> 0.10.9-1
|
|
|
|
- Update to today's git snapshot (0.10.9)
|
|
|
|
|
2010-10-27 16:26:50 +00:00
|
|
|
* Wed Oct 27 2010 Adam Jackson <ajax@redhat.com> 0.10.8-3
|
|
|
|
- Add ABI requires magic (#542742)
|
|
|
|
|
2010-11-19 01:46:48 +00:00
|
|
|
|
2010-08-01 23:04:39 +00:00
|
|
|
* Mon Aug 02 2010 Peter Hutterer <peter.hutterer@redhat.com> 0.10.8-2
|
|
|
|
- Update to today's git snapshot.
|
|
|
|
|
2010-07-26 05:16:47 +00:00
|
|
|
* Mon Jul 26 2010 Peter Hutterer <peter.hutterer@redhat.com> 0.10.8-1
|
|
|
|
- wacom 0.10.8 (from git)
|
|
|
|
|
2010-07-08 16:02:26 +00:00
|
|
|
* Thu Jul 08 2010 Adam Jackson <ajax@redhat.com> 0.10.7-4
|
|
|
|
- Install GPL in -devel too
|
|
|
|
|
2010-07-05 01:45:45 +00:00
|
|
|
* Mon Jul 05 2010 Peter Hutterer <peter.hutterer@redhat.com> 0.10.7-3.20100705
|
|
|
|
- Update to git to build against newest X server.
|
|
|
|
|
2010-07-05 01:21:16 +00:00
|
|
|
* Mon Jul 05 2010 Peter Hutterer <peter.hutterer@redhat.com> - 0.10.7-2.20100621
|
|
|
|
- rebuild for X Server 1.9
|
|
|
|
|
2010-06-21 00:46:40 +00:00
|
|
|
* Mon Jun 21 2010 Peter Hutterer <peter.hutterer@redhat.com> 0.10.7-1.20100621
|
|
|
|
- Update to 0.10.7 from git.
|
|
|
|
|
2010-06-16 01:12:21 +00:00
|
|
|
* Wed Jun 16 2010 Peter Hutterer <peter.hutterer@redhat.com> 0.10.6-6.20100616
|
|
|
|
- Update to today's git snapshot.
|
|
|
|
|
2010-06-03 05:04:53 +00:00
|
|
|
* Thu Jun 03 2010 Peter Hutterer <peter.hutterer@redhat.com> 0.10.6-5.2010603
|
|
|
|
- Update to today's git snapshot.
|
|
|
|
|
2010-06-03 04:26:12 +00:00
|
|
|
* Thu Jun 03 2010 Peter Hutterer <peter.hutterer@redhat.com> 0.10.6-5.20100521
|
|
|
|
- Update udev rules file to include Fujitsu serial tablets. (#598168)
|
|
|
|
- Update udev rules file to set ID_INPUT_TABLET
|
|
|
|
|
2010-05-20 23:27:33 +00:00
|
|
|
* Fri May 21 2010 Peter Hutterer <peter.hutterer@redhat.com> 0.10.6-4.20100521
|
|
|
|
- Update to today's git snapshot.
|
|
|
|
- wacom-0.10.6-serial-identifiers.patch: drop, upstream.
|
|
|
|
|
|
|
|
* Tue May 18 2010 Peter Hutterer <peter.hutterer@redhat.com> 0.10.6-3.20100427
|
|
|
|
- Install wacom udev rules file to identify serial devices.
|
|
|
|
|
2010-04-27 03:58:37 +00:00
|
|
|
* Tue Apr 27 2010 Peter Hutterer <peter.hutterer@redhat.com> 0.10.6-2.20100427
|
|
|
|
- wacom-0.10.6-serial-identifiers.patch: add some more serial IDs to the
|
|
|
|
config file.
|
|
|
|
|
2010-04-27 02:48:31 +00:00
|
|
|
* Tue Apr 27 2010 Peter Hutterer <peter.hutterer@redhat.com> 0.10.6-1.20100427
|
|
|
|
- wacom 0.10.6 (from git)
|
|
|
|
|
2010-04-15 07:38:57 +00:00
|
|
|
* Thu Apr 15 2010 Peter Hutterer <peter.hutterer@redhat.com> 0.10.5-5.20100325
|
|
|
|
- Fix up missing directory change from last commit.
|
|
|
|
|
2010-04-15 06:58:05 +00:00
|
|
|
* Thu Apr 15 2010 Peter Hutterer <peter.hutterer@redhat.com> 0.10.5-4.20100325
|
|
|
|
- Install config snippet in $datadir/X11/xorg.conf.d
|
|
|
|
- rename to 50-wacom.conf to match upstream naming
|
|
|
|
|
2010-03-25 03:29:42 +00:00
|
|
|
* Thu Mar 25 2010 Peter Hutterer <peter.hutterer@redhat.com> 0.10.5-3.20100325
|
|
|
|
- Update to today's git snapshot.
|
|
|
|
|
2010-03-23 05:23:06 +00:00
|
|
|
* Tue Mar 23 2010 Peter Hutterer <peter.hutterer@redhat.com> 0.10.5-2.20100319
|
|
|
|
- Enable the debug properties.
|
|
|
|
|
2010-03-19 05:17:59 +00:00
|
|
|
* Fri Mar 19 2010 Peter Hutterer <peter.hutterer@redhat.com> 0.10.5-1.20100319
|
|
|
|
- Update to today's git snapshot (0.10.5)
|
|
|
|
|
2010-03-16 06:25:55 +00:00
|
|
|
* Tue Mar 16 2010 Peter Hutterer <peter.hutterer@redhat.com> 0.10.4-7.20100316
|
|
|
|
- Update to today's git snapshot.
|
|
|
|
|
2010-03-05 05:32:15 +00:00
|
|
|
* Fri Mar 05 2010 Peter Hutterer <peter.hutterer@redhat.com> 0.10.4-6.20100305
|
|
|
|
- Update to today's git snapshot.
|
|
|
|
|
2010-03-04 00:01:14 +00:00
|
|
|
* Thu Mar 04 2010 Peter Hutterer <peter.hutterer@redhat.com> 0.10.4-5.20100219
|
|
|
|
- Fix 10-wacom.conf for N-Trig devices: rename the class (copy/paste error)
|
|
|
|
and only take event devices. (Related #526270)
|
|
|
|
|
2010-02-18 23:52:26 +00:00
|
|
|
* Fri Feb 19 2010 Peter Hutterer <peter.hutterer@redhat.com> 0.10.4-4.20100219
|
|
|
|
- Add stuff required to build from upstream git.
|
|
|
|
- Update to today's git snapshot.
|
|
|
|
|
2010-02-17 07:23:07 +00:00
|
|
|
* Wed Feb 17 2010 Peter Hutterer <peter.hutterer@redhat.com> 0.10.4-3
|
|
|
|
- Add 10-wacom.conf, the fdi file doesn't work anymore.
|
|
|
|
- Drop hal requires.
|
|
|
|
|
2010-02-02 23:47:35 +00:00
|
|
|
* Wed Feb 03 2010 Peter Hutterer <peter.hutterer@redhat.com> 0.10.4-2
|
|
|
|
- Update sources to sourceforge, 0.10.4 was released on sf only.
|
|
|
|
- Remove wacom.fdi, we're just using the one shipped by the driver now.
|
|
|
|
|
2010-01-21 09:16:51 +00:00
|
|
|
* Thu Jan 21 2010 Peter Hutterer <peter.hutterer@redhat.com> 0.10.4-1
|
|
|
|
- wacom 0.10.4
|
|
|
|
|
2010-01-21 08:15:52 +00:00
|
|
|
* Thu Jan 21 2010 Peter Hutterer <peter.hutterer@redhat.com> - 0.10.3-3
|
|
|
|
- Rebuild for server 1.8
|
|
|
|
|
2010-01-05 02:01:37 +00:00
|
|
|
* Tue Jan 05 2010 Peter Hutterer <peter.hutterer@redhat.com> 0.10.3-2
|
|
|
|
- BuildRequires and Requires libX11 and libXi for xsetwacom.
|
|
|
|
|
2010-01-05 01:48:47 +00:00
|
|
|
* Tue Jan 05 2010 Peter Hutterer <peter.hutterer@redhat.com> 0.10.3-1
|
|
|
|
- wacom 0.10.3
|
|
|
|
|
2009-12-03 05:43:13 +00:00
|
|
|
* Thu Dec 03 2009 Peter Hutterer <peter.hutterer@redhat.com> 0.10.2-1
|
|
|
|
- wacom 0.10.2
|
|
|
|
|
2009-11-20 04:32:02 +00:00
|
|
|
* Fri Nov 20 2009 Peter Hutterer <peter.hutterer@redhat.com> 0.10.1-2
|
|
|
|
- cvs add 10-wacom.fdi, this time really.
|
|
|
|
|
2009-11-20 04:27:39 +00:00
|
|
|
* Fri Nov 20 2009 Peter Hutterer <peter.hutterer@redhat.com> 0.10.1-1
|
|
|
|
- wacom 0.10.1
|
|
|
|
- BuildRequires xorg-x11-util-macros 1.3.0
|
|
|
|
- Remove unnecessary 'find' directive, changed upstream.
|
|
|
|
- Add GPL document
|
|
|
|
- Install 10-wacom.fdi file.
|
|
|
|
- Provides: linuxwacom
|
|
|
|
|
2009-11-19 23:28:39 +00:00
|
|
|
* Thu Nov 19 2009 Peter Hutterer <peter.hutterer@redhat.com> 0.10.0-3
|
|
|
|
- Use smp_mflags when building.
|
|
|
|
|
|
|
|
* Wed Nov 18 2009 Peter Hutterer <peter.hutterer@redhat.com> 0.10.0-2
|
|
|
|
- Obsolete linuxwacom, don't Conflict with it.
|
|
|
|
- Remove trailing dot from summary (rpmlint warning).
|
|
|
|
- Remove spurious executable bits from source files (rpmlint warning).
|
|
|
|
- Add AUTHORS, ChangeLog, README to doc
|
|
|
|
|
|
|
|
* Mon Oct 19 2009 Peter Hutterer <peter.hutterer@redhat.com> 0.10.0-1
|
|
|
|
- Initial import
|
|
|
|
|