rpms/gnuradio/devel gnuradio.spec,1.17,1.18

Tom Callaway spot at fedoraproject.org
Fri May 21 15:17:10 UTC 2010


Author: spot

Update of /cvs/pkgs/rpms/gnuradio/devel
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv30122

Modified Files:
	gnuradio.spec 
Log Message:
dont BR on comedilib-devel


Index: gnuradio.spec
===================================================================
RCS file: /cvs/pkgs/rpms/gnuradio/devel/gnuradio.spec,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -p -r1.17 -r1.18
--- gnuradio.spec	10 Feb 2010 19:19:28 -0000	1.17
+++ gnuradio.spec	21 May 2010 15:17:10 -0000	1.18
@@ -2,7 +2,7 @@
 
 Name:		gnuradio
 Version:	3.2.2
-Release:	3%{?dist}
+Release:	4%{?dist}
 Summary:	Software defined radio framework
 
 Group:		Applications/Engineering
@@ -31,7 +31,9 @@ BuildRequires:	SDL-devel
 BuildRequires:	guile-devel
 BuildRequires:	portaudio-devel
 BuildRequires:	libtool
-BuildRequires:	comedilib-devel
+# Gnuradio deprecated gr-comedi
+# http://gnuradio.org/redmine/issues/show/395
+# BuildRequires: comedilib-devel
 BuildRequires:	gsl-devel
 BuildRequires:	tex(latex)
 BuildRequires:	numpy
@@ -199,6 +201,9 @@ getent group usrp >/dev/null || groupadd
 %{_includedir}/usrp_*
 
 %changelog
+* Fri May 21 2010 Tom "spot" Callaway <tcallawa at redhat.com> - 3.2.2-4
+- don't BuildRequires: comedilib-devel, code doesn't use it
+
 * Tue Feb 09 2010 Caolán McNamara <caolanm at redhat.com> - 3.2.2-3
 - Resolves: rhbz#539069 FTBFS
 



More information about the scm-commits mailing list