diff --git a/player.spec b/player.spec index 8713230..343dd39 100644 --- a/player.spec +++ b/player.spec @@ -4,7 +4,7 @@ Name: player Version: 3.1.0 -Release: 29%{?dist} +Release: 30%{?dist} Summary: Cross-platform robot device interface and server License: GPLv2+ and LGPLv2+ @@ -166,6 +166,9 @@ export LDFLAGS="%{?__global_ldflags} -lpthread" -DENABLE_DRIVER_SIMPLESHAPE=OFF \ -DENABLE_DRIVER_IMAGESEQ=OFF \ %endif +%if 0%{?fedora} >= 34 + -DENABLE_DRIVER_EPUCK=OFF \ +%endif -DLARGE_FILE_SUPPORT=ON \ -DRUBY_BINDINGS_INSTALL_DIR=%{ruby_vendorarchdir} @@ -237,7 +240,10 @@ desktop-file-install \ %{ruby_vendorarchdir}/*.so %changelog -* Tue Aug 14 2020 Jeff Law - 3.1.0-29 +* Tue Oct 20 2020 Nicolas Chauvet - 3.1.0-30 +- Fix FTBFS by dropping DRIVER_EPUCK + +* Fri Aug 14 2020 Jeff Law - 3.1.0-29 - Force C++14 as this code is not C++17 ready * Sat Aug 01 2020 Fedora Release Engineering - 3.1.0-28