rpms/buildbot/F-7 .cvsignore, 1.3, 1.4 buildbot.spec, 1.4, 1.5 sources, 1.3, 1.4

Gianluca Sforna (giallu) fedora-extras-commits at redhat.com
Tue Apr 1 23:45:58 UTC 2008


Author: giallu

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

Modified Files:
	.cvsignore buildbot.spec sources 
Log Message:
* Mon Mar 31 2008 Gianluca Sforna <giallu gmail com> - 0.7.7-1
- new upstream release



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/buildbot/F-7/.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	1 Apr 2008 23:45:20 -0000	1.4
@@ -1 +1 @@
-buildbot-0.7.5.tar.gz
+buildbot-0.7.7.tar.gz


Index: buildbot.spec
===================================================================
RCS file: /cvs/extras/rpms/buildbot/F-7/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	1 Apr 2008 23:45:20 -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.7
 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}
 
@@ -51,14 +58,27 @@
 %defattr(-,root,root,-)
 %doc ChangeLog NEWS README docs
 %{_bindir}/buildbot
-%{python_sitelib}/buildbot
+%{python_sitelib}/*
 %{_datadir}/%{name}
 
 
 %changelog
+* Mon Mar 31 2008 Gianluca Sforna <giallu gmail com> - 0.7.7-1
+- new upstream release
+
+* 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/F-7/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	1 Apr 2008 23:45:20 -0000	1.4
@@ -1 +1 @@
-86b7fad95381ce5ce2e9b8c6c56c6109  buildbot-0.7.5.tar.gz
+4647a15a9d9b2db6a5b3493ac78e11d9  buildbot-0.7.7.tar.gz




More information about the fedora-extras-commits mailing list