From ac4e3692823ff73cc035dd98350258dc5a722158 Mon Sep 17 00:00:00 2001 From: raveit65 Date: Thu, 29 May 2014 14:06:46 +0200 Subject: [PATCH] rebuild for libftdi soname bump --- lirc.spec | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/lirc.spec b/lirc.spec index df0e9ec..9c0c7a0 100644 --- a/lirc.spec +++ b/lirc.spec @@ -22,7 +22,7 @@ Name: lirc Version: 0.9.0 %if 0%{?released} -Release: 23%{?dist} +Release: 24%{?dist} %else Release: 0.6.%{pre}%{?dist} %endif @@ -75,9 +75,9 @@ BuildRequires: automake %if %{with alsa} BuildRequires: alsa-lib-devel %endif -%if %{with iguanaIR} -BuildRequires: iguanaIR-devel -%endif +#%if %{with iguanaIR} +#BuildRequires: iguanaIR-devel +#%endif %if %{with ftdi} BuildRequires: libftdi-devel %endif @@ -330,6 +330,10 @@ find /etc/systemd -name lirc.service -xtype l -delete || : %changelog +* Thu May 29 2014 Wolfgang Ulbrich - 0.9.0-24 +- rebuild for libftdi soname bump +- disable BR iguanaIR temporary, it pulls in lirc-0.9.0-23 and build fails + * Wed Jan 08 2014 Alec Leamas - 0.9.0-23 - Remove f16 systemd upgrade snippets.