rpms/buildbot/FC-6 .cvsignore, 1.2, 1.3 buildbot.spec, 1.1, 1.2 sources, 1.2, 1.3

Gianluca Sforna (giallu) fedora-extras-commits at redhat.com
Sat Mar 17 21:56:28 UTC 2007


Author: giallu

Update of /cvs/extras/rpms/buildbot/FC-6
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18285

Modified Files:
	.cvsignore buildbot.spec sources 
Log Message:
* Sat Mar 17 2007 Gianluca Sforna <giallu gmail com> - 0.7.5-1
- new upstream release
- minor spec tweaks
- Removed (unmantained and orphaned) python-cvstoys Require
- Silence rpmlint



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/buildbot/FC-6/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- .cvsignore	9 Sep 2006 05:21:43 -0000	1.2
+++ .cvsignore	17 Mar 2007 21:55:55 -0000	1.3
@@ -1 +1 @@
-buildbot-0.7.4.tar.gz
+buildbot-0.7.5.tar.gz


Index: buildbot.spec
===================================================================
RCS file: /cvs/extras/rpms/buildbot/FC-6/buildbot.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- buildbot.spec	9 Sep 2006 05:21:43 -0000	1.1
+++ buildbot.spec	17 Mar 2007 21:55:55 -0000	1.2
@@ -1,22 +1,22 @@
 %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
 
 Name:           buildbot
-Version:        0.7.4
-Release:        2%{?dist}
-Summary:        BuildBot build automation system
+Version:        0.7.5
+Release:        1%{?dist}
+Summary:        Build/test automation system
 
 Group:          Development/Tools
 License:        GPL
-URL:            http://buildbot.sourceforge.net
-Source0:        http://download.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
-Patch0:		%{name}-no-shebang.patch
+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
-Requires:       python-twisted >= 1.3.0, python-cvstoys
+Requires:       python-twisted >= 2.0.0
 
-BuildArch:	noarch
+BuildArch:      noarch
 
 %description
 The BuildBot is a system to automate the compile/test cycle required by
@@ -44,6 +44,9 @@
 sed -i 's/\r//' %{buildroot}/%{_datadir}/%{name}/contrib/windows/*
 chmod -x %{buildroot}/%{_datadir}/%{name}/contrib/windows/*
 
+# Fix rpmlint error (non-execuatable-script)
+chmod +x %{buildroot}%{python_sitelib}/buildbot/test/subdir/emit.py
+
 %clean
 rm -rf %{buildroot}
 
@@ -56,6 +59,12 @@
 
 
 %changelog
+* Sat Mar 17 2007 Gianluca Sforna <giallu gmail com> - 0.7.5-1
+- new upstream release
+- minor spec tweaks
+- Removed (unmantained and orphaned) python-cvstoys Require
+- Silence rpmlint
+
 * 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/FC-6/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sources	9 Sep 2006 05:21:43 -0000	1.2
+++ sources	17 Mar 2007 21:55:55 -0000	1.3
@@ -1 +1 @@
-a311b9c9b283acc8e6fa8770d099bae7  buildbot-0.7.4.tar.gz
+86b7fad95381ce5ce2e9b8c6c56c6109  buildbot-0.7.5.tar.gz




More information about the fedora-extras-commits mailing list