rpms/trac-mercurial-plugin/F-10 trac-mercurial-plugin-hg-1.3.patch, NONE, 1.1 trac-mercurial-plugin.spec, 1.4, 1.5

Jesse Keating jkeating at fedoraproject.org
Mon Jul 20 21:25:13 UTC 2009


Author: jkeating

Update of /cvs/pkgs/rpms/trac-mercurial-plugin/F-10
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv4711

Modified Files:
	trac-mercurial-plugin.spec 
Added Files:
	trac-mercurial-plugin-hg-1.3.patch 
Log Message:
* Mon Jul 20 2009 Jesse Keating <jkeating at redhat.com> - 0.10.0.3-2.20090715svn7951
- Add support for hg 1.3


trac-mercurial-plugin-hg-1.3.patch:
 backend.py |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

--- NEW FILE trac-mercurial-plugin-hg-1.3.patch ---
diff -up ./tracvc/hg/backend.py.jk ./tracvc/hg/backend.py
--- ./tracvc/hg/backend.py.jk	2009-07-20 14:19:26.404008302 -0700
+++ ./tracvc/hg/backend.py	2009-07-20 14:22:34.387008040 -0700
@@ -133,7 +133,8 @@ class MercurialConnector(Component):
         
 class trac_ui(ui):
     def __init__(self):
-        ui.__init__(self, interactive=False)
+        ui.__init__(self)
+        self.setconfig('ui', 'interactive', 'off')
         
     def write(self, *args): pass
     def write_err(self, str): pass


Index: trac-mercurial-plugin.spec
===================================================================
RCS file: /cvs/pkgs/rpms/trac-mercurial-plugin/F-10/trac-mercurial-plugin.spec,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -p -r1.4 -r1.5
--- trac-mercurial-plugin.spec	15 Jul 2009 21:00:03 -0000	1.4
+++ trac-mercurial-plugin.spec	20 Jul 2009 21:24:42 -0000	1.5
@@ -5,7 +5,7 @@
 
 Name:           trac-mercurial-plugin
 Version:        0.10.0.3
-Release:        1.20090715svn%{svnrev}%{?dist}
+Release:        2.20090715svn%{svnrev}%{?dist}
 Summary:        Mercurial plugin for Trac
 
 Group:          Applications/Internet
@@ -16,18 +16,20 @@ URL:            http://trac.edgewall.org
 #                                  cd mercurial-plugin; \
 #                                  python setup.py sdist --formats gztar
 Source0:        TracMercurial-%{version}.tar.gz
+Patch0:         trac-mercurial-plugin-hg-1.3.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildArch:      noarch
 BuildRequires:  python-devel
 BuildRequires:  python-setuptools
-Requires:       mercurial >= 1.2, trac, python-setuptools
+Requires:       mercurial >= 1.3, trac, python-setuptools
 
 %description
 This plugin for Trac provides support for the Mercurial SCM.
 
 %prep
 %setup -n TracMercurial-%{version} -q
+%patch0 -p0
 
 
 %build
@@ -55,6 +57,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Mon Jul 20 2009 Jesse Keating <jkeating at redhat.com> - 0.10.0.3-2.20090715svn7951
+- Add support for hg 1.3
+
 * Wed Jul 15 2009 Jesse Keating <jkeating at redhat.com> - 0.10.0.3-1.20090715svn7951
 - New upstream release to support mercurial 1.2 API
 




More information about the fedora-extras-commits mailing list