rpms/buildbot/F-11 .cvsignore, 1.7, 1.8 buildbot.spec, 1.13, 1.14 sources, 1.7, 1.8

smilner smilner at fedoraproject.org
Thu Aug 13 14:49:22 UTC 2009


Author: smilner

Update of /cvs/pkgs/rpms/buildbot/F-11
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv14959

Modified Files:
	.cvsignore buildbot.spec sources 
Log Message:
update for upstream release


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/buildbot/F-11/.cvsignore,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -p -r1.7 -r1.8
--- .cvsignore	3 Mar 2009 10:19:31 -0000	1.7
+++ .cvsignore	13 Aug 2009 14:49:21 -0000	1.8
@@ -1 +1 @@
-buildbot-0.7.10p1.tar.gz
+buildbot-0.7.11p2.tar.gz


Index: buildbot.spec
===================================================================
RCS file: /cvs/pkgs/rpms/buildbot/F-11/buildbot.spec,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -p -r1.13 -r1.14
--- buildbot.spec	3 Mar 2009 16:40:04 -0000	1.13
+++ buildbot.spec	13 Aug 2009 14:49:21 -0000	1.14
@@ -1,36 +1,39 @@
 %{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
 
+%global do_tests 1
+
 Name:           buildbot
-Version:        0.7.10p1
-Release:        2%{?dist}
+Version:        0.7.11p2
+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
+Source0:        http://pypi.python.org/packages/source/b/%{name}/%{name}-%{version}.tar.gz
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  python-devel
 
 # Needed for tests
+%if %do_tests
 BuildRequires:  python-twisted-core
 BuildRequires:  python-twisted-web
 BuildRequires:  python-twisted-mail
 BuildRequires:  python-twisted-words
-# Removed until http://buildbot.net/trac/ticket/434 is fixed
-# BuildRequires:  bazaar
+BuildRequires:  bazaar
 BuildRequires:  bzr
 BuildRequires:  cvs
-%ifarch {ix86}
-# looks like darcs is not available outside ix86
+%ifarch %{ix86} x86_64 ppc alpha
+# darcs ExclusiveArchs
 BuildRequires:  darcs
 %endif
 BuildRequires:  git
 BuildRequires:  mercurial
 BuildRequires:  subversion
 BuildRequires:  tla
+%endif
 
 Requires:       python-twisted-core
 Requires:       python-twisted-web
@@ -54,8 +57,10 @@ inconvenienced by the failure.
 %build
 %{__python} setup.py build
 
+%if %do_tests
 %check
 trial buildbot.test
+%endif
 
 %install
 rm -rf %{buildroot}
@@ -84,6 +89,17 @@ rm -rf %{buildroot}
 
 
 %changelog
+* Thu Aug 13 2009 Steve 'Ashcrow' Milner <stevem at gnulinux.net> - 0.7.11p2-1
+- Update for XSS vuln from upstream
+
+* Fri Jul 24 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.7.11p1-2
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
+
+* Fri Jul 17 2009 Gianluca Sforna <giallu gmail com> - 0.7.11p1-1
+- New upstream release
+- Change Source0 URI
+- Make tests optional
+
 * Tue Mar  3 2009 Gianluca Sforna <giallu gmail com> - 0.7.10p1-2
 - New upstream release
 - darcs only avaliable on ix86 platforms 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/buildbot/F-11/sources,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -p -r1.7 -r1.8
--- sources	3 Mar 2009 10:19:31 -0000	1.7
+++ sources	13 Aug 2009 14:49:21 -0000	1.8
@@ -1 +1 @@
-38475c54ff26ab4028cfd371b3f76c1f  buildbot-0.7.10p1.tar.gz
+eda5b9649d4c079cf835d885965dbafd  buildbot-0.7.11p2.tar.gz




More information about the scm-commits mailing list