Rebuild for boost 1.55.0

This commit is contained in:
Petr Machata 2014-05-22 21:52:39 +02:00
parent 495fa3c883
commit e20ffc4ee6
1 changed files with 4 additions and 1 deletions

View File

@ -13,7 +13,7 @@
Name: uhd
URL: http://code.ettus.com/redmine/ettus/projects/uhd/wiki
Version: %{ver_major}.%{ver_minor}.%{ver_patch}
Release: 1%{?dist}
Release: 2%{?dist}
License: GPLv3+
BuildRequires: cmake
BuildRequires: boost-devel libusb1-devel python-cheetah
@ -167,6 +167,9 @@ getent group usrp >/dev/null || groupadd -r usrp >/dev/null
%doc %{_docdir}/%{name}/doxygen
%changelog
* Thu May 22 2014 Petr Machata <pmachata@redhat.com> - 3.6.2-2
- Rebuild for boost 1.55.0
* Tue Feb 11 2014 Jaroslav Škarvada <jskarvad@redhat.com> - 3.6.2-1
- New version
Resolves: rhbz#1063587