[buildbot] New upstream release

Gianluca Sforna giallu at fedoraproject.org
Mon Mar 12 14:15:28 UTC 2012


commit 46e1bc839ab6347022dd563fb3163891879f631a
Author: Gianluca Sforna <giallu at gmail.com>
Date:   Mon Mar 12 15:14:35 2012 +0100

    New upstream release
    
    - Enable tests again
    - Don't test deprecated tla

 .gitignore    |    2 ++
 buildbot.spec |   31 ++++++++++++++++++-------------
 sources       |    4 ++--
 3 files changed, 22 insertions(+), 15 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 37522fb..c650268 100644
--- a/.gitignore
+++ b/.gitignore
@@ -4,3 +4,5 @@ buildbot-0.7.12.tar.gz
 /buildbot-0.8.5.tar.gz
 /buildbot-slave-0.8.5.tar.gz
 /buildbot-0.8.5p1.tar.gz
+/buildbot-0.8.6.tar.gz
+/buildbot-slave-0.8.6.tar.gz
diff --git a/buildbot.spec b/buildbot.spec
index 50c7b70..9f5f38a 100644
--- a/buildbot.spec
+++ b/buildbot.spec
@@ -1,14 +1,12 @@
 %{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
 
-# Keep tests disabled, see:
-# https://bugzilla.redhat.com/show_bug.cgi?id=601725
-%global do_tests 0
+%global do_tests 1
 
-%global slaveversion 0.8.5
+%global slaveversion 0.8.6
 
 Name:           buildbot
-Version:        0.8.5p1
-Release:        2%{?dist}
+Version:        0.8.6
+Release:        1%{?dist}
 
 Summary:        Build/test automation system
 Group:          Development/Tools
@@ -25,6 +23,9 @@ BuildRequires:  python-sphinx
 
 # Needed for tests
 %if %do_tests
+BuildRequires:  python-sqlalchemy
+BuildRequires:  python-migrate
+BuildRequires:  python-mock
 BuildRequires:  python-twisted-core
 BuildRequires:  python-twisted-web
 BuildRequires:  python-twisted-mail
@@ -32,17 +33,16 @@ BuildRequires:  python-twisted-words
 
 # Lately, bzr tests fail. I contacted upstream about the issue
 # in the meanwhile they are disabled
-# BuildRequires:  bzr 
-
+BuildRequires:  bzr 
 BuildRequires:  cvs
-%ifarch %{ix86} x86_64 ppc alpha
-# darcs ExclusiveArchs
-BuildRequires:  darcs
-%endif
 BuildRequires:  git
 BuildRequires:  mercurial
 BuildRequires:  subversion
-BuildRequires:  tla
+
+# darcs aviailble on these archs only
+%ifarch %{ix86} x86_64 ppc alpha
+BuildRequires:  darcs
+%endif
 %endif
 
 # Turns former package into a metapackage for installing everything
@@ -186,6 +186,11 @@ rm -rf %{buildroot}
 
 
 %changelog
+* Mon Mar 12 2012 Gianluca Sforna <giallu at gmail.com> - 0.8.6-1
+- New upstream release
+- Enable tests again
+- Don't test deprecated tla
+
 * Thu Jan 12 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.8.5p1-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
 
diff --git a/sources b/sources
index ae7a387..081e8bc 100644
--- a/sources
+++ b/sources
@@ -1,2 +1,2 @@
-248250e73307e8ba7a1aaea3a90d94cf  buildbot-0.8.5p1.tar.gz
-0af8f60b4ede37878e9d3da25ec61bc3  buildbot-slave-0.8.5.tar.gz
+8ee0a65eebd913e5fe2b71bcc98ada2d  buildbot-0.8.6.tar.gz
+7346d418bc4f6b9870ca3739e13c3cb8  buildbot-slave-0.8.6.tar.gz


More information about the scm-commits mailing list