diff --git a/lirc.spec b/lirc.spec index f049f92..f4d436a 100644 --- a/lirc.spec +++ b/lirc.spec @@ -18,7 +18,7 @@ Name: lirc Version: 0.8.4 -Release: 0.1%{?pre:.%{pre}}%{?dist} +Release: 0.2%{?pre:.%{pre}}%{?dist} Summary: The Linux Infrared Remote Control package Group: System Environment/Daemons @@ -151,7 +151,8 @@ sed -i -e 's/vga.h/SVGALIB_DISABLED/g' configure* touch -r aclocal.m4 configure.ac # avoid autofoo re-run # Do this after, as we're touching the remote definitions earlier -%patch1 -p1 -b .keycode +# Don't create a backup, or the original definitions will get installed +%patch1 -p1 %build %configure \ @@ -263,6 +264,10 @@ fi %changelog +* Wed Oct 01 2008 - Bastien Nocera - 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 + * Wed Sep 24 2008 - Jarod Wilson - 0.8.4-0.1.pre1 - Update to 0.8.4pre1 - Drop upstream patches