From 1cf3fcfdf880913ae1472c74084184bab5ea2a70 Mon Sep 17 00:00:00 2001 From: Jarod Wilson Date: Thu, 18 Oct 2007 20:55:01 +0000 Subject: [PATCH] - 0.8.3pre1 - adds Mac IR support, resolves bz #284291 --- .cvsignore | 1 + lirc.spec | 14 ++++++++++---- sources | 2 +- 3 files changed, 12 insertions(+), 5 deletions(-) diff --git a/.cvsignore b/.cvsignore index b0e86d8..f7ef0a8 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1,2 @@ lirc-0.8.2.tar.bz2 +lirc-0.8.3pre1.tar.bz2 diff --git a/lirc.spec b/lirc.spec index 8c6ab45..f8f6184 100644 --- a/lirc.spec +++ b/lirc.spec @@ -14,16 +14,18 @@ %bcond_with portaudio %bcond_with svgalib %bcond_without x +%define pre pre1 Name: lirc -Version: 0.8.2 -Release: 2%{?dist} +Version: 0.8.3 +Release: 0.1.%{?pre}%{?dist} Summary: The Linux Infrared Remote Control package Group: System Environment/Daemons License: GPLv2+ URL: http://www.lirc.org/ -Source0: http://downloads.sourceforge.net/lirc/%{name}-%{version}.tar.bz2 +#Source0: http://downloads.sourceforge.net/lirc/%{name}-%{version}.tar.bz2 +Source0: http://lirc.sourceforge.net/software/snapshots/%{name}-%{version}%{pre}.tar.bz2 Source1: %{name}.init Source2: %{name}.sysconfig BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -81,7 +83,7 @@ documentation and a collection of remote control configuration files. %prep -%setup -q +%setup -q -n %{name}-%{version}%{?pre} chmod 644 contrib/* sed -i -e 's|/usr/local/etc/|/etc/|' contrib/irman2lirc sed -i -e 's/\r//' remotes/hercules/lircd.conf.smarttv_stereo \ @@ -205,6 +207,10 @@ fi %changelog +* Thu Oct 18 2007 Jarod Wilson - 0.8.3-0.1.pre1 +- 0.8.3pre1 +- adds Mac IR support, resolves bz #284291 + * Wed Aug 15 2007 Ville Skyttä - 0.8.2-2 - License: GPLv2+ diff --git a/sources b/sources index 20b9996..2df78fb 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -83e7060a6693b81075c178d7e3b215af lirc-0.8.2.tar.bz2 +1fe9ab0a8e4fe2113040f6c576e51759 lirc-0.8.3pre1.tar.bz2