diff --git a/gnuradio.changes b/gnuradio.changes index 92e461e..68a5e5e 100644 --- a/gnuradio.changes +++ b/gnuradio.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Sun Mar 24 07:35:00 UTC 2019 - Wojciech Kazubski + +- Fix building with Boost 1.69 + ------------------------------------------------------------------- Tue Feb 5 17:26:14 UTC 2019 - Guillaume GARDET diff --git a/gnuradio.spec b/gnuradio.spec index 1d90dcf..dcbe218 100644 --- a/gnuradio.spec +++ b/gnuradio.spec @@ -35,7 +35,12 @@ Source4: grc_to_37.sh Source99: %{name}-rpmlintrc Patch2: missing_library.patch BuildRequires: alsa-devel +%if 0%{?suse_version} > 1325 +BuildRequires: libboost_filesystem-devel +BuildRequires: libboost_system-devel +%else BuildRequires: boost-devel +%endif BuildRequires: cmake BuildRequires: cppunit-devel BuildRequires: doxygen