From 9699c0a8cd7cb69e4793927d06e7659898242e87 Mon Sep 17 00:00:00 2001 From: Jarod Wilson Date: Thu, 28 May 2009 16:53:42 +0000 Subject: [PATCH] - Update to lirc 0.8.5 - Add irman support, now that libirman is in Fedora (#474992) --- .cvsignore | 1 + lirc.spec | 20 ++++++++++++-------- sources | 2 +- 3 files changed, 14 insertions(+), 9 deletions(-) diff --git a/.cvsignore b/.cvsignore index 4a43c40..9ad23df 100644 --- a/.cvsignore +++ b/.cvsignore @@ -6,3 +6,4 @@ lirc-0.8.4a.tar.bz2 lirc-0.8.5pre1.tar.bz2 lirc-0.8.5pre2.tar.bz2 lirc-0.8.5pre3.tar.bz2 +lirc-0.8.5.tar.bz2 diff --git a/lirc.spec b/lirc.spec index 7657b76..b82d064 100644 --- a/lirc.spec +++ b/lirc.spec @@ -14,18 +14,18 @@ %bcond_without portaudio %bcond_without x %bcond_with svgalib -%define pre pre3 +#define pre pre3 Name: lirc Version: 0.8.5 -Release: 1%{?pre:.%{pre}}%{?dist} +Release: 2%{?pre:.%{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://lirc.sourceforge.net/software/snapshots/%{name}-%{version}%{pre}.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 Patch0: lirc-use-new-instead-of-conf-as-filename-suffix.patch @@ -37,7 +37,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: %{__perl} BuildRequires: libusb-devel, python-devel -BuildRequires: libftdi-devel +BuildRequires: libftdi-devel, libirman-devel BuildRequires: automake libtool %if %{with alsa} BuildRequires: alsa-lib-devel @@ -265,13 +265,17 @@ fi %changelog -* Sun May 17 2009 Jarod Wilson 0.8.5-0.1.pre3 +* Thu May 28 2009 Jarod Wilson 0.8.5-2 +- Update to lirc 0.8.5 +- Add irman support, now that libirman is in Fedora (#474992) + +* Sun May 17 2009 Jarod Wilson 0.8.5-1.pre3 - Update to lirc 0.8.5pre3 cvs snapshot -* Fri Apr 10 2009 Jarod Wilson 0.8.5-0.1.pre2 +* Fri Apr 10 2009 Jarod Wilson 0.8.5-1.pre2 - Update to lirc 0.8.5pre2 cvs snapshot -* Thu Feb 26 2009 Jarod Wilson 0.8.5-0.1.pre1 +* Thu Feb 26 2009 Jarod Wilson 0.8.5-1.pre1 - Update to lirc 0.8.5pre1 cvs snapshot - Adds support for usb-connected ftdi-based homebrew transceivers - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild diff --git a/sources b/sources index 2b7913d..ffa8696 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -10fc09101a2f914e0c65a3980e9ab46c lirc-0.8.5pre3.tar.bz2 +5a274e4eaff8156b17903c22ea01f506 lirc-0.8.5.tar.bz2