rpms/buildbot/devel .cvsignore, 1.6, 1.7 buildbot.spec, 1.11, 1.12 sources, 1.6, 1.7

Gianluca Sforna giallu at fedoraproject.org
Tue Mar 3 10:20:01 UTC 2009


Author: giallu

Update of /cvs/extras/rpms/buildbot/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv31744

Modified Files:
	.cvsignore buildbot.spec sources 
Log Message:
* Thu Feb 26 2009 Gianluca Sforna <giallu gmail com> - 0.7.10p1-1
- New upstream release



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/buildbot/devel/.cvsignore,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- .cvsignore	28 Feb 2009 00:31:35 -0000	1.6
+++ .cvsignore	3 Mar 2009 10:19:31 -0000	1.7
@@ -1 +1 @@
-buildbot-0.7.10.tar.gz
+buildbot-0.7.10p1.tar.gz


Index: buildbot.spec
===================================================================
RCS file: /cvs/extras/rpms/buildbot/devel/buildbot.spec,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- buildbot.spec	28 Feb 2009 00:31:35 -0000	1.11
+++ buildbot.spec	3 Mar 2009 10:19:31 -0000	1.12
@@ -1,7 +1,7 @@
 %{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
 
 Name:           buildbot
-Version:        0.7.10
+Version:        0.7.10p1
 Release:        1%{?dist}
 Summary:        Build/test automation system
 
@@ -19,7 +19,8 @@
 BuildRequires:  python-twisted-web
 BuildRequires:  python-twisted-mail
 BuildRequires:  python-twisted-words
-BuildRequires:  bazaar
+# Removed until http://buildbot.net/trac/ticket/434 is fixed
+# BuildRequires:  bazaar
 BuildRequires:  bzr
 BuildRequires:  cvs
 BuildRequires:  darcs
@@ -35,6 +36,7 @@
 
 BuildArch:      noarch
 
+
 %description
 The BuildBot is a system to automate the compile/test cycle required by
 most software projects to validate code changes. By automatically
@@ -45,13 +47,12 @@
 %prep
 %setup -q
 
+
 %build
 %{__python} setup.py build
 
 %check
-# Had to disable this because of failures due to missing files
-# Upstream is probably going to roll a 0.7.10.1 release soon
-#trial buildbot.test
+trial buildbot.test
 
 %install
 rm -rf %{buildroot}
@@ -80,6 +81,9 @@
 
 
 %changelog
+* Tue Mar  3 2009 Gianluca Sforna <giallu gmail com> - 0.7.10p1-1
+- New upstream release
+
 * Thu Feb 26 2009 Gianluca Sforna <giallu gmail com> - 0.7.10-1
 - New upstream release
 - Drop upstreamed patch


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/buildbot/devel/sources,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- sources	28 Feb 2009 00:31:35 -0000	1.6
+++ sources	3 Mar 2009 10:19:31 -0000	1.7
@@ -1 +1 @@
-3a51f6ba8a852382863d1940cef89a46  buildbot-0.7.10.tar.gz
+38475c54ff26ab4028cfd371b3f76c1f  buildbot-0.7.10p1.tar.gz




More information about the fedora-extras-commits mailing list