rpms/buildbot/devel .cvsignore, 1.7, 1.8 buildbot.spec, 1.13, 1.14 sources, 1.7, 1.8

Gianluca Sforna giallu at fedoraproject.org
Sun Jul 12 23:21:01 UTC 2009


Author: giallu

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

Modified Files:
	.cvsignore buildbot.spec sources 
Log Message:
* Sat Jul 11 2009 Gianluca Sforna <giallu gmail com> - 0.7.11-1
- New upstream release
- Change Source0 URI
- Make tests optional



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/buildbot/devel/.cvsignore,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -p -r1.7 -r1.8
--- .cvsignore	3 Mar 2009 10:19:31 -0000	1.7
+++ .cvsignore	12 Jul 2009 23:21:00 -0000	1.8
@@ -1 +1 @@
-buildbot-0.7.10p1.tar.gz
+buildbot-0.7.11.tar.gz


Index: buildbot.spec
===================================================================
RCS file: /cvs/extras/rpms/buildbot/devel/buildbot.spec,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -p -r1.13 -r1.14
--- buildbot.spec	3 Mar 2009 16:40:04 -0000	1.13
+++ buildbot.spec	12 Jul 2009 23:21:00 -0000	1.14
@@ -1,36 +1,39 @@
 %{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
 
+%global do_tests 1
+
 Name:           buildbot
-Version:        0.7.10p1
-Release:        2%{?dist}
+Version:        0.7.11
+Release:        1%{?dist}
 Summary:        Build/test automation system
 
 Group:          Development/Tools
 License:        GPLv2
 URL:            http://buildbot.net
-Source0:        http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
+Source0:        http://pypi.python.org/packages/source/b/%{name}/%{name}-%{version}.tar.gz
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  python-devel
 
 # Needed for tests
+%if %do_tests
 BuildRequires:  python-twisted-core
 BuildRequires:  python-twisted-web
 BuildRequires:  python-twisted-mail
 BuildRequires:  python-twisted-words
-# Removed until http://buildbot.net/trac/ticket/434 is fixed
-# BuildRequires:  bazaar
+BuildRequires:  bazaar
 BuildRequires:  bzr
 BuildRequires:  cvs
-%ifarch {ix86}
-# looks like darcs is not available outside ix86
+%ifarch %{ix86} x86_64 ppc alpha
+# darcs ExclusiveArchs
 BuildRequires:  darcs
 %endif
 BuildRequires:  git
 BuildRequires:  mercurial
 BuildRequires:  subversion
 BuildRequires:  tla
+%endif
 
 Requires:       python-twisted-core
 Requires:       python-twisted-web
@@ -54,8 +57,10 @@ inconvenienced by the failure.
 %build
 %{__python} setup.py build
 
+%if %do_tests
 %check
 trial buildbot.test
+%endif
 
 %install
 rm -rf %{buildroot}
@@ -84,6 +89,11 @@ rm -rf %{buildroot}
 
 
 %changelog
+* Sat Jul 11 2009 Gianluca Sforna <giallu gmail com> - 0.7.11-1
+- New upstream release
+- Change Source0 URI
+- Make tests optional
+
 * Tue Mar  3 2009 Gianluca Sforna <giallu gmail com> - 0.7.10p1-2
 - New upstream release
 - darcs only avaliable on ix86 platforms 


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/buildbot/devel/sources,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -p -r1.7 -r1.8
--- sources	3 Mar 2009 10:19:31 -0000	1.7
+++ sources	12 Jul 2009 23:21:00 -0000	1.8
@@ -1 +1 @@
-38475c54ff26ab4028cfd371b3f76c1f  buildbot-0.7.10p1.tar.gz
+7128471f497c41b626fa59fe85a090cd  buildbot-0.7.11.tar.gz




More information about the fedora-extras-commits mailing list