From bffad5c83b652f291cbf7ffb90ae4f550cdd0544 Mon Sep 17 00:00:00 2001 From: Kalev Lember Date: May 04 2015 06:50:37 +0000 Subject: Fix the build Don't assume Fedora 23 has libstatgrab >= 0.90; it was reverted back to 0.17 everywhere, including rawhide. --- diff --git a/player.spec b/player.spec index 20dc4a7..d846d3b 100644 --- a/player.spec +++ b/player.spec @@ -1,6 +1,6 @@ Name: player Version: 3.0.2 -Release: 40%{?dist} +Release: 41%{?dist} Summary: Cross-platform robot device interface and server Group: Applications/System @@ -146,7 +146,7 @@ are experimental. %patch8 -p2 -b .gbx10 %patch9 -p2 -b .boost150 %patch10 -p0 -b .phidgetrfid -%if 0%{?fedora} >= 23 +%if 0 # Patch only applicable for libstatgrab >= 0.90 %patch11 -p1 %endif @@ -243,6 +243,9 @@ rm -rf $RPM_BUILD_ROOT %{ruby_vendorarchdir}/*.so %changelog +* Mon May 04 2015 Kalev Lember - 3.0.2-41 +- Fix the build + * Wed Jan 28 2015 Petr Machata - 3.0.2-40 - Rebuild for boost 1.57.0