tstclair pushed to mesos (f21). "Merge branch 'f21'"

notifications at fedoraproject.org notifications at fedoraproject.org
Mon Mar 30 18:29:37 UTC 2015


>From 09e61035731ca9069aab90a11798df55e58d7df1 Mon Sep 17 00:00:00 2001
From: "Timothy St. Clair" <tstclair at redhat.com>
Date: Fri, 21 Nov 2014 12:08:34 -0600
Subject: Update to official mesos-0.21 build


diff --git a/.gitignore b/.gitignore
index edb715b..4aba13b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,3 +2,4 @@
 /mesos-0.18.0-a411a4b.tar.gz
 /mesos-0.18.2-453b973.tar.gz
 /mesos-0.20.0-f421ffd.tar.gz
+/mesos-0.21.0-ab8fa65.tar.gz
diff --git a/mesos-0.21-integ.patch b/mesos-0.21-integ.patch
index a39da8c..f0dc239 100644
--- a/mesos-0.21-integ.patch
+++ b/mesos-0.21-integ.patch
@@ -39,17 +39,6 @@ index 86d448c..75e494c 100644
  AC_ARG_VAR([PYTHON], [which Python interpreter to use])
  
  AC_MSG_NOTICE([Setting up build environment for ${target_cpu} ${target_os}])
-@@ -243,6 +251,10 @@ AC_PROG_CXX([g++])
- AC_PROG_CC([gcc])
- 
- 
-+if test "x$enable_bundled" = "xyes"; then
-+  CXXFLAGS="$CXXFLAGS -DBUNDLED"
-+fi
-+
- # Check if we should try and enable optimizations.
- if test "x$enable_optimize" = "xyes"; then
-   # For now, we only turn on optimizations for gcc.
 @@ -284,8 +296,18 @@ fi
  if test -n "`echo $with_zookeeper`"; then
    CPPFLAGS="$CPPFLAGS -I${with_zookeeper}/include/zookeeper"
diff --git a/mesos.spec b/mesos.spec
index 5767695..7d567cf 100644
--- a/mesos.spec
+++ b/mesos.spec
@@ -1,4 +1,4 @@
-%global commit      e960cdffec20d54b4f57f552d13cd92004f8e437
+%global commit      ab8fa655d34e8e15a4290422df38a18db1c09b5b
 %global shortcommit %(c=%{commit}; echo ${c:0:7})
 %global tag         0.21.0
 %global skiptests   1
@@ -17,7 +17,7 @@
 
 Name:          mesos
 Version:       0.21.0
-Release:       4.SNAPSHOT.%{shortcommit}%{?dist}
+Release:       5.%{shortcommit}%{?dist}
 Summary:       Cluster manager for sharing distributed application frameworks
 License:       ASL 2.0
 URL:           http://mesos.apache.org/
@@ -76,6 +76,7 @@ BuildRequires: protobuf-devel
 BuildRequires: picojson-devel
 BuildRequires: python-pip
 BuildRequires: python-wheel
+BuildRequires: subversion-devel
 
 Requires: protobuf-python
 Requires: python-boto
@@ -223,6 +224,7 @@ popd
 # fedora guidelines no .a|.la
 rm -f %{buildroot}%{_libdir}/*.la
 rm -f %{buildroot}%{_libdir}/libexamplemodule*
+rm -f %{buildroot}%{_libdir}/libtest*
 
 # Move the inclusions under mesos folder for developers
 mv -f %{buildroot}%{_includedir}/stout %{buildroot}%{_includedir}/%{name}
@@ -323,6 +325,9 @@ exit 0
 /sbin/ldconfig
 
 %changelog
+* Fri Nov 21 2014 Timothy St. Clair <tstclair at redhat.com> - 0.21.0-5.ab8fa65
+- Update to latest build
+
 * Thu Oct 23 2014 Timothy St. Clair <tstclair at redhat.com> - 0.21.0-4.SNAPSHOT.e960cdf
 - Update to include examples
 
diff --git a/sources b/sources
index 1c2e88b..541583c 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-7828d770a1c24187f70b431933ecf698  mesos-0.21.0-e960cdf.tar.gz
+047efd18bc917eed37eb92dd760528b6  mesos-0.21.0-ab8fa65.tar.gz
-- 
cgit v0.10.2


	http://pkgs.fedoraproject.org/cgit/mesos.git/commit/?h=f21&id=f70adb6a739f8ddac13b73b184ba0ee695b9b6ff


More information about the scm-commits mailing list