rpms/wdaemon/devel wdaemon-0.13-add_missing_entries_to_udev_rules.patch, NONE, 1.1 .cvsignore, 1.3, 1.4 sources, 1.3, 1.4 wdaemon.spec, 1.2, 1.3

Aristeu Sergio Rozanski Filho (arozansk) fedora-extras-commits at redhat.com
Wed Feb 6 20:55:40 UTC 2008


Author: arozansk

Update of /cvs/pkgs/rpms/wdaemon/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv23541

Modified Files:
	.cvsignore sources wdaemon.spec 
Added Files:
	wdaemon-0.13-add_missing_entries_to_udev_rules.patch 
Log Message:
- Updated to version 0.13
- Added missing entries in udev rules (Bamboo and Intuos3 4x6")



wdaemon-0.13-add_missing_entries_to_udev_rules.patch:

--- NEW FILE wdaemon-0.13-add_missing_entries_to_udev_rules.patch ---
---
 udev/60-wacom.rules        |    4 +++-
 udev/61-uinput-wacom.rules |    4 +++-
 2 files changed, 6 insertions(+), 2 deletions(-)

--- wdaemon-0.13.orig/udev/60-wacom.rules	2008-01-28 16:51:12.000000000 -0500
+++ wdaemon-0.13/udev/60-wacom.rules	2008-01-28 16:53:22.000000000 -0500
@@ -47,5 +47,7 @@ SUBSYSTEM=="usb", KERNEL=="event*", ATTR
 SUBSYSTEM=="usb", KERNEL=="event*", ATTR{idVendor}=="056a", ATTR{idProduct}=="00b4", SYMLINK+="input/wacom-tablets/intuos3-12x19 input/wacom-tablets/intuos3-12x19-%b"
 SUBSYSTEM=="usb", KERNEL=="event*", ATTR{idVendor}=="056a", ATTR{idProduct}=="00b5", SYMLINK+="input/wacom-tablets/intuos3-6x11 input/wacom-tablets/intuos3-6x11-%b"
 SUBSYSTEM=="usb", KERNEL=="event*", ATTR{idVendor}=="056a", ATTR{idProduct}=="003f", SYMLINK+="input/wacom-tablets/cintiq21ux input/wacom-tablets/cintiq21ux-%b"
-SUBSYSTEM=="usb", KERNEL=="event*", ATTR{idVendor}=="056a", ATTR{idProduct}=="0047", SYMLINK+="input/wacom-tablets/intuos2-6x8a input/wacom-tablets/intuos2-6x8a-%b"
+SUBSYSTEM=="usb", KERNEL=="event*", ATTR{idVendor}=="056a", ATTR{idProduct}=="0047", SYMLINK+="input/wacom-tablets/intuos2-6x8 input/wacom-tablets/intuos2-6x8-%b"
+SUBSYSTEM=="usb", KERNEL=="event*", ATTR{idVendor}=="056a", ATTR{idProduct}=="00b7", SYMLINK+="input/wacom-tablets/intuos3-4x6 input/wacom-tablets/intuos3-4x6-%b"
+SUBSYSTEM=="usb", KERNEL=="event*", ATTR{idVendor}=="056a", ATTR{idProduct}=="0065", SYMLINK+="input/wacom-tablets/bamboo input/wacom-tablets/bamboo-%b"
 
--- wdaemon-0.13.orig/udev/61-uinput-wacom.rules	2007-07-20 11:47:16.000000000 -0400
+++ wdaemon-0.13/udev/61-uinput-wacom.rules	2008-01-28 16:53:22.000000000 -0500
@@ -44,5 +44,7 @@ KERNEL=="event*", PROGRAM=="/etc/udev/sc
 KERNEL=="event*", PROGRAM=="/etc/udev/scripts/is_uinput.sh", RESULT=="056a-00b4", SYMLINK+="input/uinput-devices/uinput-wacom-intuos3-12x19-tablet"
 KERNEL=="event*", PROGRAM=="/etc/udev/scripts/is_uinput.sh", RESULT=="056a-00b5", SYMLINK+="input/uinput-devices/uinput-wacom-intuos3-6x11-tablet"
 KERNEL=="event*", PROGRAM=="/etc/udev/scripts/is_uinput.sh", RESULT=="056a-003f", SYMLINK+="input/uinput-devices/uinput-wacom-cintiq21ux-tablet"
-KERNEL=="event*", PROGRAM=="/etc/udev/scripts/is_uinput.sh", RESULT=="056a-0047", SYMLINK+="input/uinput-devices/uinput-wacom-intuos2-6x8a-tablet"
+KERNEL=="event*", PROGRAM=="/etc/udev/scripts/is_uinput.sh", RESULT=="056a-0047", SYMLINK+="input/uinput-devices/uinput-wacom-intuos2-6x8-tablet"
+KERNEL=="event*", PROGRAM=="/etc/udev/scripts/is_uinput.sh", RESULT=="056a-00b7", SYMLINK+="input/uinput-devices/uinput-wacom-intuos3-4x6-tablet"
+KERNEL=="event*", PROGRAM=="/etc/udev/scripts/is_uinput.sh", RESULT=="056a-0065", SYMLINK+="input/uinput-devices/uinput-wacom-bamboo-tablet"
 


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/wdaemon/devel/.cvsignore,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- .cvsignore	19 Sep 2007 15:51:44 -0000	1.3
+++ .cvsignore	6 Feb 2008 20:54:38 -0000	1.4
@@ -1,2 +1 @@
-wdaemon-0.11.tar.bz2
-wdaemon-0.12.tar.bz2
+wdaemon-0.13.tar.bz2


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/wdaemon/devel/sources,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- sources	19 Sep 2007 15:51:44 -0000	1.3
+++ sources	6 Feb 2008 20:54:38 -0000	1.4
@@ -1,2 +1 @@
-ccf216d77a096613aa7ddc9da7976102  wdaemon-0.11.tar.bz2
-3ca0ff8aad51a12a6deb1fe0734da33c  wdaemon-0.12.tar.bz2
+4061282edd35cc80291323c4225e4e93  wdaemon-0.13.tar.bz2


Index: wdaemon.spec
===================================================================
RCS file: /cvs/pkgs/rpms/wdaemon/devel/wdaemon.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- wdaemon.spec	19 Sep 2007 15:51:44 -0000	1.2
+++ wdaemon.spec	6 Feb 2008 20:54:38 -0000	1.3
@@ -1,5 +1,5 @@
 Name:		wdaemon
-Version:	0.12
+Version:	0.13
 Release:	1%{?dist}
 Summary:	Hotplug helper for Wacom X.org driver
 
@@ -7,6 +7,7 @@
 License:	GPL
 URL:		http://jake.ruivo.org/~aris/wdaemon/
 Source0:	http://jake.ruivo.org/~aris/wdaemon/wdaemon-%{version}.tar.bz2
+Patch:		wdaemon-0.13-add_missing_entries_to_udev_rules.patch
 
 BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}
 BuildRequires:	glibc-devel
@@ -19,6 +20,7 @@
 
 %prep
 %setup -q
+%patch -p1
 
 %build
 export CFLAGS="$RPM_OPT_FLAGS"
@@ -63,6 +65,10 @@
 %{_sysconfdir}/udev/scripts/is_uinput.sh
 
 %changelog
+* Wed Feb 06 2008 Aristeu Rozanski <arozansk at redhat.com> 0.13-1
+- Updated to version 0.13
+- Added missing entries in udev rules (Bamboo and Intuos3 4x6")
+
 * Wed Sep 19 2007 Aristeu Rozanski <arozansk at redhat.com> 0.12-1
 - Updated to version 0.12
 




More information about the fedora-extras-commits mailing list