[gnuradio] New version

Jaroslav Škarvada jskarvad at fedoraproject.org
Thu Mar 15 18:44:40 UTC 2012


commit 5deefd59245560836438aa1d967ea471c7af1676
Author: Jaroslav Škarvada <jskarvad at redhat.com>
Date:   Thu Mar 15 19:44:32 2012 +0100

    New version
    
      Resolves: rhbz#802950
    - Dropped compile-fix patch (upstreamed)

 gnuradio-3.5.1-compile-fix.patch |   11 -----------
 gnuradio.spec                    |   14 ++++++++------
 sources                          |    2 +-
 3 files changed, 9 insertions(+), 18 deletions(-)
---
diff --git a/gnuradio.spec b/gnuradio.spec
index 8528cc7..afa5484 100644
--- a/gnuradio.spec
+++ b/gnuradio.spec
@@ -5,11 +5,11 @@
 #%%global git_commit 441a3767e05d15e62c519ea66b848b5adb0f4b3a
 
 # For versions published as attachment (strange)
-%global attachment_id 293
+%global attachment_id 317
 
 Name:		gnuradio
-Version:	3.5.1
-Release:	3%{?dist}
+Version:	3.5.2
+Release:	1%{?dist}
 Summary:	Software defined radio framework
 
 Group:		Applications/Engineering
@@ -23,8 +23,6 @@ Source0:	http://gnuradio.org/redmine/attachments/download/%{attachment_id}/gnura
 # git archive --format=tar --prefix=%%{name}-%%{version}/ %%{git_commit} | \
 # gzip > ../%%{name}-%%{version}.tar.gz
 
-# Fix compilation with gcc-4.7.0
-Patch0:		gnuradio-3.5.1-compile-fix.patch
 BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 Requires(pre):	shadow-utils
@@ -104,7 +102,6 @@ GNU Radio examples
 
 %prep
 %setup -q
-%patch0 -p1 -b .compile-fix
 
 #force regeneration of cached moc output files
 find . -name "*_moc.cc" -exec rm {} \;
@@ -169,6 +166,11 @@ rm -rf %{buildroot}
 %{_datadir}/gnuradio/examples
 
 %changelog
+* Thu Mar 15 2012 Jaroslav Škarvada <jskarvad at redhat.com> - 3.5.2-1
+- New version
+  Resolves: rhbz#802950
+- Dropped compile-fix patch (upstreamed)
+
 * Tue Feb 28 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 3.5.1-3
 - Rebuilt for c++ ABI breakage
 
diff --git a/sources b/sources
index effba73..dc0188a 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-3c8f6a0e32e178239efa856f76aec50f  gnuradio-3.5.1.tar.gz
+e205757ce9c1c270cbb2ae8782239fae  gnuradio-3.5.2.tar.gz


More information about the scm-commits mailing list