tstclair pushed to mesos (f21). "Fix on .so version numbering"

notifications at fedoraproject.org notifications at fedoraproject.org
Mon Apr 20 21:01:57 UTC 2015


>From 627b430150b6a35dd43d80eb51b40b103814cb5b Mon Sep 17 00:00:00 2001
From: "Timothy St. Clair" <tstclair at redhat.com>
Date: Mon, 20 Apr 2015 16:01:04 -0500
Subject: Fix on .so version numbering


diff --git a/mesos-0.21-integ.patch b/mesos-0.21-integ.patch
index c6f64bb..034b509 100644
--- a/mesos-0.21-integ.patch
+++ b/mesos-0.21-integ.patch
@@ -22,7 +22,7 @@ index 86d448c..75e494c 100644
  AC_PREREQ([2.61])
  AC_INIT([mesos], [0.22.0])
 +MAJOR_VER=0
-+MINOR_VER=21
++MINOR_VER=22
 +PATCH_VER=0
 +AC_SUBST(MAJOR_VER)
 +AC_SUBST(MINOR_VER)
diff --git a/mesos.spec b/mesos.spec
index b781fb3..3c859a1 100644
--- a/mesos.spec
+++ b/mesos.spec
@@ -17,7 +17,7 @@
 
 Name:          mesos
 Version:       0.22.0
-Release:       2.%{shortcommit}%{?dist}.1
+Release:       3.%{shortcommit}%{?dist}.1
 Summary:       Cluster manager for sharing distributed application frameworks
 License:       ASL 2.0
 URL:           http://mesos.apache.org/
@@ -327,6 +327,9 @@ exit 0
 /sbin/ldconfig
 
 %changelog
+* Mon Apr 20 2015 Timothy St. Clair <tstclair at redhat.com> - 0.22.0-3.e890e24
+- Fix for .so build version
+
 * Thu Mar 19 2015 Timothy St. Clair <tstclair at redhat.com> - 0.22.0-2.e890e24
 - Update to 0.22.0 official release
 
-- 
cgit v0.10.2


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


More information about the scm-commits mailing list