rpms/lirc/devel lirc.spec,1.31,1.32

Jarod Wilson (jwilson) fedora-extras-commits at redhat.com
Mon May 12 22:14:33 UTC 2008


Author: jwilson

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

Modified Files:
	lirc.spec 
Log Message:
* Mon May 12 2008 Jarod Wilson <jwilson at redhat.com> - 0.8.3-2
- Include upstream patch for lircd.conf remote include directives (#442248)
- Include upstream patch to validate transmit buffers



Index: lirc.spec
===================================================================
RCS file: /cvs/pkgs/rpms/lirc/devel/lirc.spec,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -r1.31 -r1.32
--- lirc.spec	4 May 2008 18:08:35 -0000	1.31
+++ lirc.spec	12 May 2008 22:13:46 -0000	1.32
@@ -18,7 +18,7 @@
 
 Name:           lirc
 Version:        0.8.3
-Release:        1%{?pre:.%{pre}}%{?dist}
+Release:        2%{?pre:.%{pre}}%{?dist}
 Summary:        The Linux Infrared Remote Control package
 
 Group:          System Environment/Daemons
@@ -28,6 +28,8 @@
 #Source0:        http://lirc.sourceforge.net/software/snapshots/%{name}-%{version}%{pre}.tar.bz2
 Source1:        %{name}.init
 Source2:        %{name}.sysconfig
+Patch0:         lirc-0.8.3-remote-includes-directive.patch
+Patch1:         lirc-0.8.3-validate-transmit-buffer.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  %{__perl}
@@ -97,6 +99,8 @@
 
 %prep
 %setup -q -n %{name}-%{version}%{?pre}
+%patch0 -p1 -b .incl
+%patch1 -p1 -b .xbuf
 
 chmod 644 contrib/*
 
@@ -233,6 +237,10 @@
 
 
 %changelog
+* Mon May 12 2008 Jarod Wilson <jwilson at redhat.com> - 0.8.3-2
+- Include upstream patch for lircd.conf remote include directives (#442248)
+- Include upstream patch to validate transmit buffers
+
 * Sun May 04 2008 Jarod Wilson <jwilson at redhat.com> - 0.8.3-1
 - Update to 0.8.3 release
 




More information about the fedora-extras-commits mailing list