- Rebuilt for c++ ABI breakage

This commit is contained in:
Dennis Gilmore 2012-02-28 14:28:14 -06:00
parent 907efa0cb6
commit 50fcd97352
1 changed files with 4 additions and 1 deletions

View File

@ -9,7 +9,7 @@
Name: uhd
URL: http://code.ettus.com/redmine/ettus/projects/uhd/wiki
Version: 3.3.1
Release: 3%{?dist}
Release: 4%{?dist}
License: GPLv3+
BuildRequires: cmake
BuildRequires: boost-devel libusb1-devel python-cheetah
@ -103,6 +103,9 @@ getent group usrp >/dev/null || groupadd -r usrp >/dev/null
%doc %{_docdir}/%{name}/*
%changelog
* Tue Feb 28 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.3.1-4
- Rebuilt for c++ ABI breakage
* Fri Feb 10 2012 Jaroslav Škarvada <jskarvad@redhat.com> - 3.3.1-3
- Allowed UHD to boost the thread's scheduling priority
Resolves: rhbz#781540