[ReviewBoard/el6] Drop upstreamed patch for pytz requirement

Stephen Gallagher sgallagh at fedoraproject.org
Wed Nov 6 14:47:49 UTC 2013


commit 72c91ca4e2dd4742147e03537bfefc687152029f
Author: Stephen Gallagher <sgallagh at redhat.com>
Date:   Wed Nov 6 09:48:22 2013 -0500

    Drop upstreamed patch for pytz requirement

 ReviewBoard.spec |    7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)
---
diff --git a/ReviewBoard.spec b/ReviewBoard.spec
index 7987e14..acd5831 100644
--- a/ReviewBoard.spec
+++ b/ReviewBoard.spec
@@ -4,7 +4,7 @@
 
 Name:           ReviewBoard
 Version:        1.7.17
-Release:        1%{?dist}
+Release:        1%{?dist}.1
 Summary:        Web-based code review tool
 Group:          Applications/Internet
 License:        MIT
@@ -72,7 +72,6 @@ Requires:       python-django-evolution >= 0.6.9
 
 Patch1003: FED03-Change-default-cache-file-path.patch
 Patch1004: FED04-Compress-JavaScript-with-SlimIt.patch
-Patch1005: EL01-Remove-strict-version-requirement-on-pytz.patch
 
 %description
 Review Board is a powerful web-based code review tool that offers
@@ -84,7 +83,6 @@ of the stress and time out of the code review process.
 %setup -q -n %{name}-%{version}
 %patch1003 -p1
 %patch1004 -p1
-%patch1005 -p1
 
 # Remove packaged egg-info so it's regenerated by setup.py
 rm -rf ReviewBoard*.egg-info
@@ -144,6 +142,9 @@ if [ $1 -eq 2 ] ; then
 fi
 
 %changelog
+* Wed Nov 06 2013 Stephen Gallagher <sgallagh at redhat.com> - 1.7.17-1.1
+- Drop upstreamed patch for pytz requirement
+
 * Tue Nov 05 2013 Stephen Gallagher <sgallagh at redhat.com> - 1.7.17-1
 - New upstream security release 1.7.17
 - http://www.reviewboard.org/docs/releasenotes/reviewboard/1.7.17/


More information about the scm-commits mailing list