rpms/gnome-lirc-properties/devel glp-dont-detect-kbd-no-buttons.patch, NONE, 1.1 glp-remove-snapstream.patch, NONE, 1.1 gnome-lirc-properties.spec, 1.12, 1.13 glp-remove-streamzap.patch, 1.1, NONE

Bastien Nocera hadess at fedoraproject.org
Mon Oct 27 12:41:34 UTC 2008


Author: hadess

Update of /cvs/pkgs/rpms/gnome-lirc-properties/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv22540

Modified Files:
	gnome-lirc-properties.spec 
Added Files:
	glp-dont-detect-kbd-no-buttons.patch 
	glp-remove-snapstream.patch 
Removed Files:
	glp-remove-streamzap.patch 
Log Message:
* Mon Oct 27 2008 - Bastien Nocera <bnocera at redhat.com> - 0.3.0-3
- Don't detect power buttons


glp-dont-detect-kbd-no-buttons.patch:

--- NEW FILE glp-dont-detect-kbd-no-buttons.patch ---
Index: gnome_lirc_properties/hardware.py
===================================================================
--- gnome_lirc_properties/hardware.py	(revision 72)
+++ gnome_lirc_properties/hardware.py	(working copy)
@@ -194,6 +194,8 @@
                 # check that at least 85 key-codes are supported:
                 if len(keys) >= 85:
                     return True
+                if len(keys) == 0:
+                   return True
 	else:
 	     # It's not a keyboard, but we don't want it anyway
 	     return True

glp-remove-snapstream.patch:

--- NEW FILE glp-remove-snapstream.patch ---
Index: data/receivers.conf
===================================================================
--- data/receivers.conf	(revision 72)
+++ data/receivers.conf	(working copy)
@@ -32,13 +32,6 @@
 vendor-id          = 0x041e
 product-id         = 0x3100
 
-[SnapStream Media: Firefly PC Remote]
-compatible-remotes = Snapstream_Firefly_R1000, Snapstream Firefly
-kernel-module      = lirc_atiusb
-lirc-driver        = default
-vendor-id          = 0x0bc7
-product-id         = 0x0008
-
 [StreamZap: PC Remote]
 compatible-remotes = Streamzap_PC_Remote
 kernel-module      = lirc_streamzap


Index: gnome-lirc-properties.spec
===================================================================
RCS file: /cvs/pkgs/rpms/gnome-lirc-properties/devel/gnome-lirc-properties.spec,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- gnome-lirc-properties.spec	22 Oct 2008 15:31:16 -0000	1.12
+++ gnome-lirc-properties.spec	27 Oct 2008 12:41:04 -0000	1.13
@@ -6,7 +6,7 @@
 
 Name:		gnome-lirc-properties
 Version:	0.3.0
-Release:	2%{?dist}
+Release:	3%{?dist}
 Summary:	Infrared Remote Controls setup tool
 
 Group:		User Interface/X Hardware Support
@@ -21,7 +21,9 @@
 Patch1:		glp-dont-use-fluendo-remotes.patch
 # https://bugzilla.redhat.com/show_bug.cgi?id=467340
 # http://bugzilla.gnome.org/show_bug.cgi?id=557429
-Patch2:		glp-remove-streamzap.patch
+Patch2:		glp-remove-snapstream.patch
+# http://bugzilla.gnome.org/show_bug.cgi?id=557977#c4
+Patch3:		glp-dont-detect-kbd-no-buttons.patch
 
 BuildRoot:	%(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
 
@@ -48,6 +50,7 @@
 %patch0 -p0 -b .fedora
 %patch1 -p0 -b .no-fluendo-remotes
 %patch2 -p0
+%patch3 -p0
 
 %build
 %configure --disable-conf-check --with-lirc-confdir=%{_sysconfdir} --with-remotes-database=%{_datadir}/lirc-remotes/
@@ -98,6 +101,9 @@
 %{_datadir}/%{name}/
 
 %changelog
+* Mon Oct 27 2008 - Bastien Nocera <bnocera at redhat.com> - 0.3.0-3
+- Don't detect power buttons
+
 * Wed Oct 22 2008 - Bastien Nocera <bnocera at redhat.com> - 0.3.0-2
 - Update Fedora patch to apply
 


--- glp-remove-streamzap.patch DELETED ---




More information about the fedora-extras-commits mailing list