rpms/lirc/devel lirc.spec,1.42,1.43

Jarod Wilson jwilson at fedoraproject.org
Fri Oct 10 21:22:11 UTC 2008


Author: jwilson

Update of /cvs/pkgs/rpms/lirc/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv21147

Modified Files:
	lirc.spec 
Log Message:
* Fri Oct 10 2008 - Jarod Wilson <jarod at redhat.com> - 0.8.4-0.5.pre2
- Re-enable portaudio driver by default, require v19 or later



Index: lirc.spec
===================================================================
RCS file: /cvs/pkgs/rpms/lirc/devel/lirc.spec,v
retrieving revision 1.42
retrieving revision 1.43
diff -u -r1.42 -r1.43
--- lirc.spec	6 Oct 2008 13:08:40 -0000	1.42
+++ lirc.spec	10 Oct 2008 21:21:40 -0000	1.43
@@ -11,14 +11,14 @@
 # - Fixup /etc/lirc(m)d.conf %%ghost'ification, existence after erase etc.
 
 %bcond_without  alsa
-%bcond_with     portaudio
-%bcond_with     svgalib
+%bcond_without  portaudio
 %bcond_without  x
+%bcond_with     svgalib
 %define pre     pre2
 
 Name:           lirc
 Version:        0.8.4
-Release:        0.4%{?pre:.%{pre}}%{?dist}
+Release:        0.5%{?pre:.%{pre}}%{?dist}
 Summary:        The Linux Infrared Remote Control package
 
 Group:          System Environment/Daemons
@@ -41,7 +41,7 @@
 BuildRequires:  alsa-lib-devel
 %endif
 %if %{with portaudio}
-BuildRequires:  portaudio-devel >= 18
+BuildRequires:  portaudio-devel >= 19
 %endif
 %if %{with svgalib}
 BuildRequires:  svgalib-devel
@@ -263,6 +263,9 @@
 
 
 %changelog
+* Fri Oct 10 2008 - Jarod Wilson <jarod at redhat.com> - 0.8.4-0.5.pre2
+- Re-enable portaudio driver by default, require v19 or later
+
 * Mon Oct 06 2008 - Jarod Wilson <jarod at redhat.com> - 0.8.4-0.4.pre2
 - Update to 0.8.4pre2
 




More information about the scm-commits mailing list