[stout/f20] undo my changes and update with decorations

tstclair tstclair at fedoraproject.org
Thu Sep 5 19:34:12 UTC 2013


commit c4cba54994069a9deda4e682bc4e36a0b91550d8
Author: Timothy St. Clair <tstclair at redhat.com>
Date:   Thu Sep 5 14:29:26 2013 -0500

    undo my changes and update with decorations

 sources    |    2 +-
 stout.spec |   18 +++++++++++++++---
 2 files changed, 16 insertions(+), 4 deletions(-)
---
diff --git a/sources b/sources
index fe0b3dc..dfe1af6 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-726bc6f1f7e5f15e79668ff679c2a64b  stout-0.1.2-099483f.tar.gz
+1f1f25abfbfb5a9fe1d8f7845469c840  stout-0.1.2-c784a5e.tar.gz
diff --git a/stout.spec b/stout.spec
index 6aa701c..9b880bd 100644
--- a/stout.spec
+++ b/stout.spec
@@ -1,11 +1,11 @@
 %global debug_package %{nil}
 
-%global commit 099483f8eeb75d0e90bca40d100e7957e4fc1609
+%global commit c784a5efc2431babcb39a078f8b2af5b7bf5f0cb
 %global shortcommit %(c=%{commit}; echo ${c:0:7})
 
 Name:		stout
 Version:	0.1.2
-Release:	1.%{shortcommit}%{?dist}
+Release:	2.%{shortcommit}%{?dist}
 Summary:	C++ headers for building sturdy software
 %{?el5:Group:	Development/Libraries}
 
@@ -25,6 +25,12 @@ BuildRequires:	automake
 BuildRequires:	zlib-devel
 %{?el5:BuildRequires:	curl-devel}
 %{?!el5:BuildRequires:	libcurl-devel}
+%{?!el5:BuildRequires:	boost-devel}
+%{?!el5:BuildRequires:	protobuf-devel}
+%{?!el5:BuildRequires:	glog-devel}
+%{?!el5:BuildRequires:	gmock-devel}
+%{?!el5:BuildRequires:	gtest-devel}
+%{?!el5:BuildRequires:	zlib-devel}
 
 %description
 Headers used for for development of sturdy applications, and leveraged
@@ -85,6 +91,8 @@ autoreconf -vfi
 %configure
 make %{?_smp_mflags}
 
+%check
+%{?!el5:make check}
 
 %install
 %if 0%{?el5}
@@ -105,7 +113,7 @@ make %{?_smp_mflags}
 
 
 %files devel
-%doc LICENSE README.md examples
+%doc LICENSE README examples
 %{?el5:%{_libdir}/pkgconfig/*}
 %{?el5:%exclude %{_datadir}/pkgconfig/*}
 %{?!el5:%{_datadir}/pkgconfig/*}
@@ -113,6 +121,10 @@ make %{?_smp_mflags}
 
 
 %changelog
+* Thu Sep 5 2013 Timothy St. Clair <tstclair at redhat.com> 0.1.2-2.c784a5e
+- Update to the tip of mesos
+- Add in make check
+
 * Tue Aug 13 2013 Björn Esser <bjoern.esser at gmail.com> - 0.1.2-1.099483f
 - new upstream version
 - additional adaptions for el5


More information about the scm-commits mailing list