rpms/lirc/devel lirc-streamzap-prev-next.patch, NONE, 1.1 lirc.spec, 1.40, 1.41

Bastien Nocera hadess at fedoraproject.org
Mon Oct 6 08:24:32 UTC 2008


Author: hadess

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

Modified Files:
	lirc.spec 
Added Files:
	lirc-streamzap-prev-next.patch 
Log Message:
* Mon Oct 06 2008 - Bastien Nocera <bnocera at redhat.com> - 0.8.4-0.3.pre1
- Fix more keycodes for the streamzap remote


lirc-streamzap-prev-next.patch:

--- NEW FILE lirc-streamzap-prev-next.patch ---
--- lirc-0.8.4pre1.orig/remotes/streamzap/lircd.conf.streamzap	2008-10-01 12:09:37.000000000 +0100
+++ lirc-0.8.4pre1/remotes/streamzap/lircd.conf.streamzap	2008-10-06 09:08:57.000000000 +0100
@@ -53,8 +53,8 @@ begin remote
           KEY_PLAY                     0x17
           KEY_PAUSE                    0x18
           KEY_STOP                     0x19
-          |<<                      0x1A
-          >>|                      0x1B
+          KEY_PREVIOUS                      0x1A
+          KEY_NEXT                      0x1B
           KEY_RECORD                   0x1C
           KEY_REWIND                       0x1D
           KEY_FORWARD                       0x1E


Index: lirc.spec
===================================================================
RCS file: /cvs/pkgs/rpms/lirc/devel/lirc.spec,v
retrieving revision 1.40
retrieving revision 1.41
diff -u -r1.40 -r1.41
--- lirc.spec	1 Oct 2008 11:07:03 -0000	1.40
+++ lirc.spec	6 Oct 2008 08:24:02 -0000	1.41
@@ -18,7 +18,7 @@
 
 Name:           lirc
 Version:        0.8.4
-Release:        0.2%{?pre:.%{pre}}%{?dist}
+Release:        0.3%{?pre:.%{pre}}%{?dist}
 Summary:        The Linux Infrared Remote Control package
 
 Group:          System Environment/Daemons
@@ -34,6 +34,7 @@
 # https://bugzilla.redhat.com/show_bug.cgi?id=457273
 # http://thread.gmane.org/gmane.comp.hardware.lirc/6884
 Patch1:		lirc-0.8.4-standardize-remote-keycodes.patch
+Patch2:		lirc-streamzap-prev-next.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  %{__perl}
@@ -153,6 +154,7 @@
 # Do this after, as we're touching the remote definitions earlier
 # Don't create a backup, or the original definitions will get installed
 %patch1 -p1
+%patch2 -p1
 
 %build
 %configure \
@@ -264,6 +266,9 @@
 
 
 %changelog
+* Mon Oct 06 2008 - Bastien Nocera <bnocera at redhat.com> - 0.8.4-0.3.pre1
+- Fix more keycodes for the streamzap remote
+
 * Wed Oct 01 2008 - Bastien Nocera <bnocera at redhat.com> - 0.8.4-0.2.pre1
 - Don't create a backup for the keycodes patch, or all the original files
   will also get installed, and get used in gnome-lirc-properties




More information about the fedora-extras-commits mailing list