rpms/buildbot/devel .cvsignore, 1.5, 1.6 buildbot.spec, 1.10, 1.11 sources, 1.5, 1.6 buildbot-no-shebang.patch, 1.2, NONE

Gianluca Sforna giallu at fedoraproject.org
Sat Feb 28 00:32:06 UTC 2009


Author: giallu

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

Modified Files:
	.cvsignore buildbot.spec sources 
Removed Files:
	buildbot-no-shebang.patch 
Log Message:
* Thu Feb 26 2009 Gianluca Sforna <giallu gmail com> - 0.7.10-1
- New upstream release
- Drop upstreamed patch
- Add %check section and needed BR



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/buildbot/devel/.cvsignore,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- .cvsignore	1 Apr 2008 23:20:03 -0000	1.5
+++ .cvsignore	28 Feb 2009 00:31:35 -0000	1.6
@@ -1 +1 @@
-buildbot-0.7.7.tar.gz
+buildbot-0.7.10.tar.gz


Index: buildbot.spec
===================================================================
RCS file: /cvs/extras/rpms/buildbot/devel/buildbot.spec,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- buildbot.spec	24 Feb 2009 06:03:04 -0000	1.10
+++ buildbot.spec	28 Feb 2009 00:31:35 -0000	1.11
@@ -1,20 +1,33 @@
-%{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
+%{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
 
 Name:           buildbot
-Version:        0.7.7
-Release:        4%{?dist}
+Version:        0.7.10
+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
-Patch0:         %{name}-no-shebang.patch
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  python-devel
 
+# Needed for tests
+BuildRequires:  python-twisted-core
+BuildRequires:  python-twisted-web
+BuildRequires:  python-twisted-mail
+BuildRequires:  python-twisted-words
+BuildRequires:  bazaar
+BuildRequires:  bzr
+BuildRequires:  cvs
+BuildRequires:  darcs
+BuildRequires:  git
+BuildRequires:  mercurial
+BuildRequires:  subversion
+BuildRequires:  tla
+
 Requires:       python-twisted-core
 Requires:       python-twisted-web
 Requires:       python-twisted-mail
@@ -31,11 +44,15 @@
 
 %prep
 %setup -q
-%patch0 -p1
 
 %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
+
 %install
 rm -rf %{buildroot}
 
@@ -56,13 +73,18 @@
 
 %files
 %defattr(-,root,root,-)
-%doc ChangeLog NEWS README docs
+%doc COPYING CREDITS NEWS README docs/
 %{_bindir}/buildbot
 %{python_sitelib}/*
 %{_datadir}/%{name}
 
 
 %changelog
+* Thu Feb 26 2009 Gianluca Sforna <giallu gmail com> - 0.7.10-1
+- New upstream release
+- Drop upstreamed patch
+- Add %%check section and needed BR
+
 * Mon Feb 23 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.7.7-4
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
 


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/buildbot/devel/sources,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- sources	1 Apr 2008 23:20:03 -0000	1.5
+++ sources	28 Feb 2009 00:31:35 -0000	1.6
@@ -1 +1 @@
-4647a15a9d9b2db6a5b3493ac78e11d9  buildbot-0.7.7.tar.gz
+3a51f6ba8a852382863d1940cef89a46  buildbot-0.7.10.tar.gz


--- buildbot-no-shebang.patch DELETED ---




More information about the scm-commits mailing list