[packages/gnuradio] - up to 2012-04-02 snap; fix build with gcc 4.7

arekm arekm at pld-linux.org
Wed Jul 11 22:31:56 CEST 2012


commit 13c07235b7c3a7e18d600f42dff463d51a37c6de
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date:   Wed Jul 11 22:31:52 2012 +0200

    - up to 2012-04-02 snap; fix build with gcc 4.7

 gnuradio-build.patch | 10 ++++++++++
 gnuradio.spec        |  6 +++---
 2 files changed, 13 insertions(+), 3 deletions(-)
---
diff --git a/gnuradio-build.patch b/gnuradio-build.patch
index 39deea8..a3b446d 100644
--- a/gnuradio-build.patch
+++ b/gnuradio-build.patch
@@ -6,3 +6,13 @@
  	-lstdc++			\
 +	-lpython			\
  	$(QT_LIBS)
+--- gnuradio/gnuradio-core/src/lib/filter/qa_gri_mmse_fir_interpolator_cc.cc~	2011-10-23 20:06:37.000000000 +0200
++++ gnuradio/gnuradio-core/src/lib/filter/qa_gri_mmse_fir_interpolator_cc.cc	2012-07-11 22:22:47.776970614 +0200
+@@ -29,6 +29,7 @@
+ #include <qa_gri_mmse_fir_interpolator_cc.h>
+ #include <gri_mmse_fir_interpolator_cc.h>
+ #include <stdio.h>
++#include <stdint.h>
+ #include <cmath>
+ #include <stdexcept>
+ 
diff --git a/gnuradio.spec b/gnuradio.spec
index aaac244..cd465c7 100644
--- a/gnuradio.spec
+++ b/gnuradio.spec
@@ -4,17 +4,17 @@
 %bcond_with	uhd
 %bcond_with	volk
 #
-%define	snap	2012-03-26
+%define	snap	2012-04-02
 %define	snaps	%(echo %{snap} | tr -d "-")
 Summary:	Software defined radio framework
 Name:		gnuradio
 Version:	3.5.3
-Release:	0.%{snaps}.5
+Release:	0.%{snaps}.1
 License:	GPL v3
 Group:		Applications/Engineering
 URL:		http://www.gnuradio.org/
 Source0:	http://gnuradio.org/files/builds/%{name}-%{version}-%{snap}.tar.gz
-# Source0-md5:	597245618a773bad2ff6b973e83d5bcb
+# Source0-md5:	9d839403ef713a07e07131e4fc19a543
 Patch0:		%{name}-build.patch
 BuildRequires:	SDL-devel
 BuildRequires:	alsa-lib-devel


More information about the pld-cvs-commit mailing list