[mesos/f20] Update for f20 only

tstclair tstclair at fedoraproject.org
Wed Jan 22 16:38:32 UTC 2014


commit 4c6308b94a07e850c657142674e41ae6e5382dd3
Author: Timothy St. Clair <tstclair at redhat.com>
Date:   Wed Jan 22 10:38:42 2014 -0600

    Update for f20 only

 libev_mod.patch |   11 +++++++++++
 mesos.spec      |    2 ++
 2 files changed, 13 insertions(+), 0 deletions(-)
---
diff --git a/libev_mod.patch b/libev_mod.patch
new file mode 100644
index 0000000..b76fdc1
--- /dev/null
+++ b/libev_mod.patch
@@ -0,0 +1,11 @@
+diff --git a/src/libprocess/process.cpp b/src/libprocess/process.cpp
+index 2d193b1..e505e67 100644
+--- a/src/libprocess/process.cpp
++++ b/src/libprocess/process.cpp
+@@ -1,5 +1,5 @@
+ #include <errno.h>
+-#include <ev.h>
++#include <libev/ev.h>
+ #include <limits.h>
+ #include <libgen.h>
+ #include <netdb.h>
diff --git a/mesos.spec b/mesos.spec
index 07ccb21..2f02449 100644
--- a/mesos.spec
+++ b/mesos.spec
@@ -40,6 +40,7 @@ Patch1:          build_mods.patch
 Patch2:          fileshuffle_mods.patch
 # git diff --no-ext-diff 0.16.0 0.16.0-testing >testing_mods.patch
 Patch3:          testing_mods.patch
+Patch4:          libev_mod.patch
 
 BuildRequires:  libtool
 BuildRequires:  automake
@@ -97,6 +98,7 @@ Provides header and development files for %{name}.
 %patch1 -p1
 %patch2 -p1
 %patch3 -p1
+%patch4 -p1
 
 ######################################
 # NOTE: remove all bundled elements


More information about the scm-commits mailing list