rpms/buildbot/F-7 buildbot-no-shebang.patch, 1.1, 1.2 buildbot.spec, 1.5, 1.6

Gianluca Sforna (giallu) fedora-extras-commits at redhat.com
Wed Apr 2 08:48:51 UTC 2008


Author: giallu

Update of /cvs/extras/rpms/buildbot/F-7
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv10769

Modified Files:
	buildbot-no-shebang.patch buildbot.spec 
Log Message:
* Mon Mar 31 2008 Gianluca Sforna <giallu gmail com> - 0.7.7-2
- refreshed Patch0


buildbot-no-shebang.patch:

Index: buildbot-no-shebang.patch
===================================================================
RCS file: /cvs/extras/rpms/buildbot/F-7/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	2 Apr 2008 08:48:44 -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/F-7/buildbot.spec,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- buildbot.spec	1 Apr 2008 23:45:20 -0000	1.5
+++ buildbot.spec	2 Apr 2008 08:48:44 -0000	1.6
@@ -2,7 +2,7 @@
 
 Name:           buildbot
 Version:        0.7.7
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        Build/test automation system
 
 Group:          Development/Tools
@@ -63,8 +63,12 @@
 
 
 %changelog
+* Mon Mar 31 2008 Gianluca Sforna <giallu gmail com> - 0.7.7-2
+- refreshed Patch0
+
 * Mon Mar 31 2008 Gianluca Sforna <giallu gmail com> - 0.7.7-1
 - new upstream release
+- refreshed Patch0
 
 * Mon Oct 15 2007 Gianluca Sforna <giallu gmail com> - 0.7.6-1
 - new upstream release




More information about the scm-commits mailing list