[mercurial] Remove docutils patch

Neal Becker nbecker at fedoraproject.org
Fri Jul 1 23:54:13 UTC 2011


commit af823039639ffd3b21d9de05e8548de222f1c7eb
Author: nbecker <ndbecker2 at gmail.com>
Date:   Fri Jul 1 19:53:48 2011 -0400

    Remove docutils patch

 mercurial.spec |    9 ++++++---
 1 files changed, 6 insertions(+), 3 deletions(-)
---
diff --git a/mercurial.spec b/mercurial.spec
index 466712a..3c017a3 100644
--- a/mercurial.spec
+++ b/mercurial.spec
@@ -3,14 +3,14 @@
 Summary: Mercurial -- a distributed SCM
 Name: mercurial
 Version: 1.9
-Release: 1%{?dist}
+Release: 2%{?dist}
 License: GPLv2+
 Group: Development/Tools
 URL: http://www.selenic.com/mercurial/
 Source0: http://www.selenic.com/mercurial/release/%{name}-%{version}.tar.gz
 Source1: mercurial-site-start.el
 Patch0: mercurial-i18n.patch
-Patch1: docutils-0.8.patch
+#Patch1: docutils-0.8.patch
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
 BuildRequires: python python-devel
 BuildRequires: emacs-nox emacs-el pkgconfig gettext python-docutils
@@ -78,7 +78,7 @@ documentation.
 %prep
 %setup -q
 %patch0 -p0
-%patch1 -p1
+#%patch1 -p1
 
 %build
 make all
@@ -175,6 +175,9 @@ rm -rf $RPM_BUILD_ROOT
 ##cd tests && %{__python} run-tests.py
 
 %changelog
+* Fri Jul  1 2011 Neal Becker <ndbecker2 at gmail.com> - 1.9-2
+- Remove docutils patch
+
 * Fri Jul  1 2011 Neal Becker <ndbecker2 at gmail.com> - 1.9-1
 - Update to 1.9
 


More information about the scm-commits mailing list