rpms/ReviewBoard/devel ReviewBoard.spec, 1.6, 1.7 0001-Greatly-reduce-the-number-of-SQL-queries-in-the-Dash.patch, 1.1, NONE

Stephen Gallagher sgallagh at fedoraproject.org
Mon Apr 19 10:55:51 UTC 2010


Author: sgallagh

Update of /cvs/pkgs/rpms/ReviewBoard/devel
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv27769

Modified Files:
	ReviewBoard.spec 
Removed Files:
	0001-Greatly-reduce-the-number-of-SQL-queries-in-the-Dash.patch 
Log Message:
* Sat Apr 17 2010 Stephen Gallagher <sgallagh at redhat.com> - 1.5-7.beta1
- Remove previous patch. It was actually already in the source tree



Index: ReviewBoard.spec
===================================================================
RCS file: /cvs/pkgs/rpms/ReviewBoard/devel/ReviewBoard.spec,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -p -r1.6 -r1.7
--- ReviewBoard.spec	17 Apr 2010 15:12:23 -0000	1.6
+++ ReviewBoard.spec	19 Apr 2010 10:55:51 -0000	1.7
@@ -27,8 +27,6 @@ Requires:       django-evolution
 Requires:       python-recaptcha-client
 Requires:       python-paramiko
 
-Patch0001: 0001-Greatly-reduce-the-number-of-SQL-queries-in-the-Dash.patch
-
 %description
 Review Board is a powerful web-based code review tool that offers
 developers an easy way to handle code reviews. It scales well from small
@@ -38,8 +36,6 @@ of the stress and time out of the code r
 %prep
 %setup -q -n %{name}-%{version}beta1
 
-%patch0001 -p1
-
 # Avoid trying to bootstrap setup.py; we have this via RPM:
 sed -i 's/^from ez_setup/#from ez_setup/' setup.py
 sed -i 's/^use_setuptools()/#use_setuptools()/' setup.py
@@ -78,6 +74,9 @@ rm -rf $RPM_BUILD_ROOT
 %{python_sitelib}/*
 
 %changelog
+* Sat Apr 17 2010 Stephen Gallagher <sgallagh at redhat.com> - 1.5-7.beta1
+- Remove previous patch. It was actually already in the source tree
+
 * Sat Apr 17 2010 Stephen Gallagher <sgallagh at redhat.com> - 1.5-6.beta1
 - Include upstream patch to drastically reduce the number of
 - SQL lookups


--- 0001-Greatly-reduce-the-number-of-SQL-queries-in-the-Dash.patch DELETED ---



More information about the scm-commits mailing list