From 9272f23d690e7a193900b7d3b7b32102773cb55e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jaroslav=20=C5=A0karvada?= Date: Mon, 5 Feb 2018 21:39:54 +0100 Subject: [PATCH] New version --- .gitignore | 2 +- sources | 4 ++-- uhd.spec | 8 +++++++- 3 files changed, 10 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 0b2d77e..fdad76e 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,2 @@ uhd-*.tar.gz -/uhd-images_003.010.001.000-release.tar.xz +uhd-images_*-release.tar.xz diff --git a/sources b/sources index fa0521a..dfe6ff0 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ -c68503082afa4d1408af8d17559120e2 uhd-release_003_010_001_000.tar.gz -fb5e160c8ed57b45b91757f54c9fd14a uhd-images_003.010.001.000-release.tar.xz +SHA512 (uhd-images_003.010.003.000-release.tar.xz) = 49ee14093d356494af228b0ad55b7e61d176091341988f4de986e00dd3b23d8ab941365731f0af816c96099cc858229b2919b1d2f818bd59ce6ceaaf1970a876 +SHA512 (uhd-release_003_010_003_000.tar.gz) = 398fdaa29daf4a0d49172afce46ec57a8a96861a8d3262fdd19f78a29dc7d17ae7cb3731639950784420eca50c0a2f0dc8bf83da7be0b63af208b7bf0b382f6b diff --git a/uhd.spec b/uhd.spec index e3d727e..0810a37 100644 --- a/uhd.spec +++ b/uhd.spec @@ -9,7 +9,7 @@ %global ver_1 3 %global ver_2 10 -%global ver_3 1 +%global ver_3 3 %global ver_4 0 %global ver %(printf "%03d.%03d.%03d.%03d" %{ver_1} %{ver_2} %{ver_3} %{ver_4}) @@ -44,6 +44,8 @@ Source1: %{name}-limits.conf Source2: http://files.ettus.com/binaries/images/uhd-images_%{ver}-release.tar.xz # Fix firmware build with sdcc-3 Patch0: uhd-3.4.2-sdcc-3-fix.patch +# Workaround for building with gcc-8 (rhbz#1542187) +Patch1: uhd-3.1.3.0-boost-gcc8-compile-fix.patch %description The UHD is the universal hardware driver for Ettus Research products. @@ -83,6 +85,7 @@ Tools that are useful for working with and/or debugging USRP device. %prep %setup -q -n uhd-release_%{ver_} %patch0 -p1 -b .sdcc-3-fix +%patch1 -p1 -b .boost-gcc8-compile-fix # firmware %if %{with binary_firmware} @@ -209,6 +212,9 @@ install -Dpm 0755 tools/uhd_dump/chdr_log %{buildroot}%{_bindir}/chdr_log %{_bindir}/chdr_log %changelog +* Fri Feb 2 2018 Jaroslav Škarvada - 3.10.3.0-1 +- New version + * Fri Feb 2 2018 Jaroslav Škarvada - 3.10.1.0-10 - Rebuilt for new boost