[uhd] New version

Jaroslav Škarvada jskarvad at fedoraproject.org
Thu May 24 13:53:42 UTC 2012


commit ea6520057d3c91cdd1d6f4d8518e362234bbb5a3
Author: Jaroslav Škarvada <jskarvad at redhat.com>
Date:   Thu May 24 15:53:37 2012 +0200

    New version
    
    - Removed usrp1-r45-dbsrx-i2c-fix patch (upstreamed)
    - Fixed convert_test failure on ARM by no-neon patch
      Resolves: rhbz#813393

 sources                                 |    2 +-
 uhd-3.4.0-usrp1-r45-dbsrx-i2c-fix.patch |   41 -------------------------------
 uhd-3.4.2-no-neon.patch                 |   28 +++++++++++++++++++++
 uhd.spec                                |   16 ++++++++----
 4 files changed, 40 insertions(+), 47 deletions(-)
---
diff --git a/sources b/sources
index ec43d92..ccf5106 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-304728ac2f3dacfeab3dac611357aeec  uhd-3.4.0.tar.gz
+f80d4e5434ad5f43128501de00906612  uhd-3.4.2.tar.gz
diff --git a/uhd-3.4.2-no-neon.patch b/uhd-3.4.2-no-neon.patch
new file mode 100644
index 0000000..0bde709
--- /dev/null
+++ b/uhd-3.4.2-no-neon.patch
@@ -0,0 +1,28 @@
+diff -up uhd-3.4.2/host/lib/convert/CMakeLists.txt.orig uhd-3.4.2/host/lib/convert/CMakeLists.txt
+--- uhd-3.4.2/host/lib/convert/CMakeLists.txt.orig	2012-05-23 00:16:15.000000000 +0200
++++ uhd-3.4.2/host/lib/convert/CMakeLists.txt	2012-05-24 12:27:08.225172012 +0200
+@@ -93,15 +93,15 @@ IF(CMAKE_COMPILER_IS_GNUCXX)
+     UNSET(CMAKE_REQUIRED_FLAGS)
+ ENDIF(CMAKE_COMPILER_IS_GNUCXX)
+ 
+-IF(HAVE_ARM_NEON_H)
+-    SET_SOURCE_FILES_PROPERTIES(
+-        ${CMAKE_CURRENT_SOURCE_DIR}/convert_with_neon.cpp
+-        PROPERTIES COMPILE_FLAGS "${NEON_FLAGS}"
+-    )
+-    LIBUHD_APPEND_SOURCES(
+-        ${CMAKE_CURRENT_SOURCE_DIR}/convert_with_neon.cpp
+-    )
+-ENDIF()
++#IF(HAVE_ARM_NEON_H)
++#    SET_SOURCE_FILES_PROPERTIES(
++#        ${CMAKE_CURRENT_SOURCE_DIR}/convert_with_neon.cpp
++#        PROPERTIES COMPILE_FLAGS "${NEON_FLAGS}"
++#    )
++#    LIBUHD_APPEND_SOURCES(
++#        ${CMAKE_CURRENT_SOURCE_DIR}/convert_with_neon.cpp
++#    )
++#ENDIF()
+ 
+ ########################################################################
+ # Convert types generation
diff --git a/uhd.spec b/uhd.spec
index 0d96d24..77e9edc 100644
--- a/uhd.spec
+++ b/uhd.spec
@@ -1,5 +1,5 @@
 # Pull from git
-%global git_tag release_003_004_000
+%global git_tag release_003_004_002
 
 # git clone git://code.ettus.com/ettus/uhd.git
 # cd uhd
@@ -8,7 +8,7 @@
 
 Name:           uhd
 URL:            http://code.ettus.com/redmine/ettus/projects/uhd/wiki
-Version:        3.4.0
+Version:        3.4.2
 Release:        1%{?dist}
 License:        GPLv3+
 BuildRequires:  cmake
@@ -20,8 +20,8 @@ Group:          Applications/Engineering
 Summary:        Universal Hardware Driver for Ettus Research products
 Source0:        %{name}-%{version}.tar.gz
 Source1:        %{name}-limits.conf
-# Upstream commit 097f20df1653c33035b6dcfefbbef22572426c65
-Patch0:         uhd-3.4.0-usrp1-r45-dbsrx-i2c-fix.patch
+# ARM convert_test fix (rhbz#813393)
+Patch0:         uhd-3.4.2-no-neon.patch
 
 %description
 The UHD is the universal hardware driver for Ettus Research products.
@@ -30,7 +30,7 @@ future Ettus Research products. It can be used standalone without GNU Radio.
 
 %prep
 %setup -q
-%patch0 -p1 -b .usrp1-r45-dbsrx-i2c-fix
+%patch0 -p1 -b .no-neon
 
 %build
 mkdir host/build
@@ -105,6 +105,12 @@ getent group usrp >/dev/null || groupadd -r usrp >/dev/null
 %doc %{_docdir}/%{name}/*
 
 %changelog
+* Wed May 23 2012 Jaroslav Škarvada <jskarvad at redhat.com> - 3.4.2-1
+- New version
+- Removed usrp1-r45-dbsrx-i2c-fix patch (upstreamed)
+- Fixed convert_test failure on ARM by no-neon patch
+  Resolves: rhbz#813393
+
 * Tue Mar 27 2012 Jaroslav Škarvada <jskarvad at redhat.com> - 3.4.0-1
 - New version
 - Fixed lockup on USRP1 r4.5 + DBSRX + another i2c board combo


More information about the scm-commits mailing list