Stephan Kulow 2014-09-26 08:52:32 +00:00 committed by Git OBS Bridge
parent 660759ade4
commit b8fb4c7e0a
5 changed files with 10 additions and 19 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:681da0e8694cc88be2dc168756418f21fef3666231d7b21bcfd6cbddd9a9406d
size 3461336

3
gnuradio-3.7.5.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:467f62190687a34f9faa18be8d650e28d7046b94070b1b6d94355c28beb76243
size 3529717

View File

@ -1,12 +0,0 @@
Index: gnuradio-3.7.4/volk/kernels/volk/volk_8u_conv_k7_r2puppet_8u.h
===================================================================
--- gnuradio-3.7.4.orig/volk/kernels/volk/volk_8u_conv_k7_r2puppet_8u.h
+++ gnuradio-3.7.4/volk/kernels/volk/volk_8u_conv_k7_r2puppet_8u.h
@@ -1,6 +1,7 @@
#ifndef INCLUDED_volk_8u_conv_k7_r2puppet_8u_H
#define INCLUDED_volk_8u_conv_k7_r2puppet_8u_H
+#include <string.h>
#include <volk/volk.h>
#include <volk/volk_8u_x4_conv_k7_r2_8u.h>

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Fri Sep 19 10:26:19 UTC 2014 - wk@ire.pw.edu.pl
- update to version 3.7.5
- patch gnuradio-implicit-fortify-decl.patch removed (applied upstream)
------------------------------------------------------------------- -------------------------------------------------------------------
Tue Sep 9 08:06:26 UTC 2014 - coolo@suse.com Tue Sep 9 08:06:26 UTC 2014 - coolo@suse.com

View File

@ -17,7 +17,7 @@
Name: gnuradio Name: gnuradio
Version: 3.7.4 Version: 3.7.5
Release: 0 Release: 0
%define soname 0 %define soname 0
Summary: GNU software radio Summary: GNU software radio
@ -27,8 +27,6 @@ Url: http://gnuradio.org
Source: http://gnuradio.org/releases/gnuradio/gnuradio-%{version}.tar.gz Source: http://gnuradio.org/releases/gnuradio/gnuradio-%{version}.tar.gz
Source1: %{name}-rpmlintrc Source1: %{name}-rpmlintrc
Source2: http://www.nathanwest.us/grc_to_37.sh Source2: http://www.nathanwest.us/grc_to_37.sh
# PATCH-FIX-UPSTREAM gnuradio-implicit-fortify-decl.patch
Patch1: gnuradio-implicit-fortify-decl.patch
BuildRequires: alsa-devel BuildRequires: alsa-devel
BuildRequires: boost-devel BuildRequires: boost-devel
BuildRequires: cmake BuildRequires: cmake
@ -134,7 +132,6 @@ This package contains some examples of using GNU Radio.
%prep %prep
%setup -q %setup -q
%patch1 -p1
# remove buildtime from documentation # remove buildtime from documentation
sed -i 's|^HTML_TIMESTAMP = YES|HTML_TIMESTAMP = NO|' docs/doxygen/Doxyfile.in sed -i 's|^HTML_TIMESTAMP = YES|HTML_TIMESTAMP = NO|' docs/doxygen/Doxyfile.in