kalev pushed to player (master). "Fix the build (..more)"

notifications at fedoraproject.org notifications at fedoraproject.org
Mon May 4 07:52:04 UTC 2015


>From bffad5c83b652f291cbf7ffb90ae4f550cdd0544 Mon Sep 17 00:00:00 2001
From: Kalev Lember <kalevlember at gmail.com>
Date: Mon, 4 May 2015 08:50:37 +0200
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 <kalevlember at gmail.com> - 3.0.2-41
+- Fix the build
+
 * Wed Jan 28 2015 Petr Machata <pmachata at redhat.com> - 3.0.2-40
 - Rebuild for boost 1.57.0
 
-- 
cgit v0.10.2


	http://pkgs.fedoraproject.org/cgit/player.git/commit/?h=master&id=bffad5c83b652f291cbf7ffb90ae4f550cdd0544


More information about the scm-commits mailing list