rpms/buildbot/devel .cvsignore, 1.3, 1.4 buildbot-no-shebang.patch, 1.1, 1.2 buildbot.spec, 1.4, 1.5 sources, 1.3, 1.4

Gianluca Sforna (giallu) fedora-extras-commits at redhat.com
Mon Oct 15 09:35:52 UTC 2007


Author: giallu

Update of /cvs/extras/rpms/buildbot/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv13798

Modified Files:
	.cvsignore buildbot-no-shebang.patch buildbot.spec sources 
Log Message:
* Mon Oct 15 2007 Gianluca Sforna <giallu gmail com> - 0.7.6-1
- new upstream release
- refreshed Patch0
- requires clean up
- License tag update (GPLv2)



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/buildbot/devel/.cvsignore,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- .cvsignore	1 Mar 2007 09:39:18 -0000	1.3
+++ .cvsignore	15 Oct 2007 09:35:19 -0000	1.4
@@ -1 +1 @@
-buildbot-0.7.5.tar.gz
+buildbot-0.7.6.tar.gz

buildbot-no-shebang.patch:

Index: buildbot-no-shebang.patch
===================================================================
RCS file: /cvs/extras/rpms/buildbot/devel/buildbot-no-shebang.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- buildbot-no-shebang.patch	9 Sep 2006 05:21:43 -0000	1.1
+++ buildbot-no-shebang.patch	15 Oct 2007 09:35:19 -0000	1.2
@@ -19,62 +19,6 @@
  
  from twisted.internet import gtk2reactor
  gtk2reactor.install()
---- buildbot-0.7.3/buildbot/slave/bot.py	2006-02-17 21:24:12.000000000 +1300
-+++ buildbot-0.7.3/buildbot/slave/bot.py.mjk	2006-07-07 10:27:47.000000000 +1200
-@@ -1,4 +1,3 @@
--#! /usr/bin/python
- 
- import time, os, os.path, re, sys
- 
---- buildbot-0.7.3/buildbot/slave/interfaces.py	2004-12-04 11:54:52.000000000 +1300
-+++ buildbot-0.7.3/buildbot/slave/interfaces.py.mjk	2006-07-07 10:27:28.000000000 +1200
-@@ -1,4 +1,3 @@
--#! /usr/bin/python
- 
- from twisted.python.components import Interface
- 
---- buildbot-0.7.3/buildbot/slave/registry.py	2005-04-14 17:52:07.000000000 +1200
-+++ buildbot-0.7.3/buildbot/slave/registry.py.mjk	2006-07-07 10:21:01.000000000 +1200
-@@ -1,4 +1,3 @@
--#! /usr/bin/python
- 
- commandRegistry = {}
- 
---- buildbot-0.7.3/buildbot/changes/maildir.py	2006-07-07 10:34:07.000000000 +1200
-+++ buildbot-0.7.3/buildbot/changes/maildir.py.mjk	2006-07-07 10:34:17.000000000 +1200
-@@ -1,4 +1,3 @@
--#! /usr/bin/python
- 
- # This is a class which watches a maildir for new messages. It uses the
- # linux dirwatcher API (if available) to look for new files. The
---- buildbot-0.7.3/buildbot/changes/maildirtwisted.py	2005-08-16 08:24:36.000000000 +1200
-+++ buildbot-0.7.3/buildbot/changes/maildirtwisted.py.mjk	2006-07-07 10:31:37.000000000 +1200
-@@ -1,4 +1,3 @@
--#! /usr/bin/python
- 
- # This is a class which watches a maildir for new messages. It uses the
- # linux dirwatcher API (if available) to look for new files. The
---- buildbot-0.7.3/buildbot/changes/maildirgtk.py	2003-02-13 11:07:04.000000000 +1300
-+++ buildbot-0.7.3/buildbot/changes/maildirgtk.py.mjk	2006-07-07 10:32:42.000000000 +1200
-@@ -1,4 +1,3 @@
--#! /usr/bin/python
- 
- # This is a class which watches a maildir for new messages. It uses the
- # linux dirwatcher API (if available) to look for new files. The
---- buildbot-0.7.3/buildbot/changes/freshcvs.py	2005-11-27 14:37:31.000000000 +1300
-+++ buildbot-0.7.3/buildbot/changes/freshcvs.py.mjk	2006-07-07 10:33:01.000000000 +1200
-@@ -1,4 +1,3 @@
--#! /usr/bin/python
- 
- import os.path
- 
---- buildbot-0.7.3/buildbot/changes/freshcvsmail.py	2003-07-28 19:22:00.000000000 +1200
-+++ buildbot-0.7.3/buildbot/changes/freshcvsmail.py.mjk	2006-07-07 10:32:20.000000000 +1200
-@@ -1,4 +1,3 @@
--#! /usr/bin/python
- 
- # leftover import for compatibility
- 
 --- buildbot-0.7.3/buildbot/changes/dnotify.py	2005-05-17 06:46:28.000000000 +1200
 +++ buildbot-0.7.3/buildbot/changes/dnotify.py.mjk	2006-07-07 10:33:20.000000000 +1200
 @@ -1,4 +1,3 @@
@@ -82,62 +26,6 @@
  
  import fcntl, signal, os
  
---- buildbot-0.7.3/buildbot/changes/changes.py	2005-11-27 14:37:31.000000000 +1300
-+++ buildbot-0.7.3/buildbot/changes/changes.py.mjk	2006-07-07 10:22:16.000000000 +1200
-@@ -1,4 +1,3 @@
--#! /usr/bin/python
- 
- from __future__ import generators
- import string, sys, os, os.path, time, types
---- buildbot-0.7.3/buildbot/changes/base.py	2005-05-17 22:14:09.000000000 +1200
-+++ buildbot-0.7.3/buildbot/changes/base.py.mjk	2006-07-07 10:31:20.000000000 +1200
-@@ -1,4 +1,3 @@
--#! /usr/bin/python
- 
- from twisted.application import service
- from twisted.python import components
---- buildbot-0.7.3/buildbot/process/step_twisted2.py	2006-04-24 06:42:48.000000000 +1200
-+++ buildbot-0.7.3/buildbot/process/step_twisted2.py.mjk	2006-07-07 11:01:12.000000000 +1200
-@@ -1,4 +1,3 @@
--#! /usr/bin/python
- 
- from buildbot.status import tests
- from buildbot.process.step import SUCCESS, FAILURE, WARNINGS, SKIPPED, \
---- buildbot-0.7.3/buildbot/process/process_twisted.py	2006-05-24 04:12:21.000000000 +1200
-+++ buildbot-0.7.3/buildbot/process/process_twisted.py.mjk	2006-07-07 10:44:09.000000000 +1200
-@@ -1,4 +1,3 @@
--#! /usr/bin/python
- 
- # Build classes specific to the Twisted codebase
- 
---- buildbot-0.7.3/buildbot/process/builder.py	2006-04-24 06:42:48.000000000 +1200
-+++ buildbot-0.7.3/buildbot/process/builder.py.mjk	2006-07-07 10:21:32.000000000 +1200
-@@ -1,4 +1,3 @@
--#! /usr/bin/python
- 
- import warnings
- 
---- buildbot-0.7.3/buildbot/status/words.py	2006-03-13 21:42:32.000000000 +1300
-+++ buildbot-0.7.3/buildbot/status/words.py.mjk	2006-07-07 11:04:07.000000000 +1200
-@@ -1,4 +1,3 @@
--#! /usr/bin/python
- 
- # code to deliver build status through twisted.words (instant messaging
- # protocols: irc, etc)
---- buildbot-0.7.3/buildbot/status/tests.py	2003-04-26 11:59:50.000000000 +1200
-+++ buildbot-0.7.3/buildbot/status/tests.py.mjk	2006-07-07 11:03:54.000000000 +1200
-@@ -1,4 +1,3 @@
--#! /usr/bin/python
- 
- from twisted.web import resource
- from twisted.web.error import NoResource
---- buildbot-0.7.3/buildbot/status/base.py	2005-10-23 10:23:41.000000000 +1300
-+++ buildbot-0.7.3/buildbot/status/base.py.mjk	2006-07-07 11:03:37.000000000 +1200
-@@ -1,4 +1,3 @@
--#! /usr/bin/python
- 
- from twisted.application import service
- from twisted.python import components
 --- buildbot-0.7.3/buildbot/test/sleep.py	2005-07-19 13:55:20.000000000 +1200
 +++ buildbot-0.7.3/buildbot/test/sleep.py.mjk	2006-07-07 11:06:23.000000000 +1200
 @@ -1,4 +1,3 @@
@@ -152,19 +40,6 @@
  
  import os, sys
  
---- buildbot-0.7.3/buildbot/interfaces.py	2006-05-24 04:12:20.000000000 +1200
-+++ buildbot-0.7.3/buildbot/interfaces.py.mjk	2006-07-07 11:07:48.000000000 +1200
-@@ -1,4 +1,3 @@
--#! /usr/bin/python
- 
- """Interface documentation.
- 
---- buildbot-0.7.3/buildbot/__init__.py	2006-05-24 04:51:11.000000000 +1200
-+++ buildbot-0.7.3/buildbot/__init__.py.mjk	2006-07-07 11:08:24.000000000 +1200
-@@ -1,3 +1,2 @@
--#! /usr/bin/python
- 
- version = "0.7.3"
 --- buildbot-0.7.3/buildbot/dnotify.py	2003-02-13 10:56:57.000000000 +1300
 +++ buildbot-0.7.3/buildbot/dnotify.py.mjk	2006-07-07 11:08:06.000000000 +1200
 @@ -1,4 +1,3 @@


Index: buildbot.spec
===================================================================
RCS file: /cvs/extras/rpms/buildbot/devel/buildbot.spec,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- buildbot.spec	1 Mar 2007 09:41:35 -0000	1.4
+++ buildbot.spec	15 Oct 2007 09:35:19 -0000	1.5
@@ -1,22 +1,26 @@
 %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
 
 Name:           buildbot
-Version:        0.7.5
+Version:        0.7.6
 Release:        1%{?dist}
-Summary:        build/test automation system
+Summary:        Build/test automation system
 
 Group:          Development/Tools
-License:        GPL
+License:        GPLv2
 URL:            http://buildbot.net
 Source0:        http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
-Patch0:		%{name}-no-shebang.patch
+Patch0:         %{name}-no-shebang.patch
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  python-devel
-Requires:       python-twisted >= 2.0.0
 
-BuildArch:	noarch
+Requires:       python-twisted-core
+Requires:       python-twisted-web
+Requires:       python-twisted-mail
+Requires:       python-twisted-words
+
+BuildArch:      noarch
 
 %description
 The BuildBot is a system to automate the compile/test cycle required by
@@ -44,6 +48,9 @@
 sed -i 's/\r//' %{buildroot}/%{_datadir}/%{name}/contrib/windows/*
 chmod -x %{buildroot}/%{_datadir}/%{name}/contrib/windows/*
 
+# Fix rpmlint error (non-executable-script)
+chmod +x %{buildroot}%{python_sitelib}/buildbot/test/subdir/emit.py
+
 %clean
 rm -rf %{buildroot}
 
@@ -56,9 +63,19 @@
 
 
 %changelog
+* Mon Oct 15 2007 Gianluca Sforna <giallu gmail com> - 0.7.6-1
+- new upstream release
+- refreshed Patch0
+- requires clean up
+- License tag update (GPLv2)
+
+* Sat Mar 17 2007 Gianluca Sforna <giallu gmail com>
+- Silence rpmlint
+
 * Thu Mar 01 2007 Gianluca Sforna <giallu gmail com> - 0.7.5-1
 - new upstream release
 - minor spec tweaks
+- Removed (unmantained and orphaned) python-cvstoys Require
 
 * Sat Sep 09 2006 Michael J. Knox <michael[AT]knox.net.nz> - 0.7.4-2
 - cleanup %%files


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/buildbot/devel/sources,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- sources	1 Mar 2007 09:39:18 -0000	1.3
+++ sources	15 Oct 2007 09:35:19 -0000	1.4
@@ -1 +1 @@
-86b7fad95381ce5ce2e9b8c6c56c6109  buildbot-0.7.5.tar.gz
+fb4e1f19e9c37fc0d9d72fed0dc94e41  buildbot-0.7.6.tar.gz




More information about the fedora-extras-commits mailing list