packages: trac/trac.spec, trac/trac-ticket-8179.patch (NEW) - add bugfix fo...

glen glen at pld-linux.org
Wed Jun 3 10:04:03 CEST 2009


Author: glen                         Date: Wed Jun  3 08:04:03 2009 GMT
Module: packages                      Tag: HEAD
---- Log message:
- add bugfix for svn1.6; rel 3

---- Files affected:
packages/trac:
   trac.spec (1.67 -> 1.68) , trac-ticket-8179.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: packages/trac/trac.spec
diff -u packages/trac/trac.spec:1.67 packages/trac/trac.spec:1.68
--- packages/trac/trac.spec:1.67	Tue Apr 28 19:07:07 2009
+++ packages/trac/trac.spec	Wed Jun  3 10:03:58 2009
@@ -16,7 +16,7 @@
 Summary(pl.UTF-8):	Zintegrowane scm, wiki, system śledzenia problemów i środowisko projektowe
 Name:		trac
 Version:	0.11.4
-Release:	2
+Release:	3
 License:	BSD-like
 Group:		Applications/WWW
 Source0:	http://ftp.edgewall.com/pub/trac/Trac-%{version}.tar.gz
@@ -27,6 +27,7 @@
 Source4:	%{name}.ini
 Patch0:		%{name}-root2http.patch
 Patch1:		%{name}-defaults.patch
+Patch2:		%{name}-ticket-8179.patch
 URL:		http://www.edgewall.com/trac/
 BuildRequires:	python >= 1:2.1
 BuildRequires:	python-devel >= 1:2.1
@@ -89,6 +90,7 @@
 %setup -q -n Trac-%{version}
 %patch0 -p1
 %patch1 -p1
+%patch2 -p3
 
 %install
 rm -rf $RPM_BUILD_ROOT
@@ -198,6 +200,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.68  2009/06/03 08:03:58  glen
+- add bugfix for svn1.6; rel 3
+
 Revision 1.67  2009/04/28 17:07:07  glen
 - python-trac for trac python code only; rel 2
 

================================================================
Index: packages/trac/trac-ticket-8179.patch
diff -u /dev/null packages/trac/trac-ticket-8179.patch:1.1
--- /dev/null	Wed Jun  3 10:04:03 2009
+++ packages/trac/trac-ticket-8179.patch	Wed Jun  3 10:03:58 2009
@@ -0,0 +1,12 @@
+Index: /branches/0.11-stable/trac/versioncontrol/svn_fs.py
+===================================================================
+--- /branches/0.11-stable/trac/versioncontrol/svn_fs.py (revision 7999)
++++ /branches/0.11-stable/trac/versioncontrol/svn_fs.py (revision 8015)
+@@ -436,5 +436,6 @@
+         assert self.scope[0] == '/'
+         # we keep root_path_utf8 for  RA 
+-        self.ra_url_utf8 = 'file:///' + root_path_utf8
++        ra_prefix = os.name == 'nt' and 'file:///' or 'file://'
++        self.ra_url_utf8 = ra_prefix + root_path_utf8
+         self.clear()
+ 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/trac/trac.spec?r1=1.67&r2=1.68&f=u



More information about the pld-cvs-commit mailing list