New version

This commit is contained in:
Jaroslav Škarvada 2018-02-05 21:39:54 +01:00
parent 2615fe712f
commit 9272f23d69
3 changed files with 10 additions and 4 deletions

2
.gitignore vendored
View File

@ -1,2 +1,2 @@
uhd-*.tar.gz uhd-*.tar.gz
/uhd-images_003.010.001.000-release.tar.xz uhd-images_*-release.tar.xz

View File

@ -1,2 +1,2 @@
c68503082afa4d1408af8d17559120e2 uhd-release_003_010_001_000.tar.gz SHA512 (uhd-images_003.010.003.000-release.tar.xz) = 49ee14093d356494af228b0ad55b7e61d176091341988f4de986e00dd3b23d8ab941365731f0af816c96099cc858229b2919b1d2f818bd59ce6ceaaf1970a876
fb5e160c8ed57b45b91757f54c9fd14a uhd-images_003.010.001.000-release.tar.xz SHA512 (uhd-release_003_010_003_000.tar.gz) = 398fdaa29daf4a0d49172afce46ec57a8a96861a8d3262fdd19f78a29dc7d17ae7cb3731639950784420eca50c0a2f0dc8bf83da7be0b63af208b7bf0b382f6b

View File

@ -9,7 +9,7 @@
%global ver_1 3 %global ver_1 3
%global ver_2 10 %global ver_2 10
%global ver_3 1 %global ver_3 3
%global ver_4 0 %global ver_4 0
%global ver %(printf "%03d.%03d.%03d.%03d" %{ver_1} %{ver_2} %{ver_3} %{ver_4}) %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 Source2: http://files.ettus.com/binaries/images/uhd-images_%{ver}-release.tar.xz
# Fix firmware build with sdcc-3 # Fix firmware build with sdcc-3
Patch0: uhd-3.4.2-sdcc-3-fix.patch 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 %description
The UHD is the universal hardware driver for Ettus Research products. 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 %prep
%setup -q -n uhd-release_%{ver_} %setup -q -n uhd-release_%{ver_}
%patch0 -p1 -b .sdcc-3-fix %patch0 -p1 -b .sdcc-3-fix
%patch1 -p1 -b .boost-gcc8-compile-fix
# firmware # firmware
%if %{with binary_firmware} %if %{with binary_firmware}
@ -209,6 +212,9 @@ install -Dpm 0755 tools/uhd_dump/chdr_log %{buildroot}%{_bindir}/chdr_log
%{_bindir}/chdr_log %{_bindir}/chdr_log
%changelog %changelog
* Fri Feb 2 2018 Jaroslav Škarvada <jskarvad@redhat.com> - 3.10.3.0-1
- New version
* Fri Feb 2 2018 Jaroslav Škarvada <jskarvad@redhat.com> - 3.10.1.0-10 * Fri Feb 2 2018 Jaroslav Škarvada <jskarvad@redhat.com> - 3.10.1.0-10
- Rebuilt for new boost - Rebuilt for new boost