Gentoo Archives: gentoo-commits

From: "Benedikt Boehm (hollow)" <hollow@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-util/kdesvn/files: kdesvn-0.14.1-subversion-1.5.patch
Date: Wed, 30 Apr 2008 20:55:06
Message-Id: E1JrJKS-0008AZ-BB@stork.gentoo.org
1 hollow 08/04/30 20:55:04
2
3 Added: kdesvn-0.14.1-subversion-1.5.patch
4 Log:
5 add patch for subversion 1.5 compatibility wrt #219505
6 (Portage version: 2.1.5_rc6)
7
8 Revision Changes Path
9 1.1 dev-util/kdesvn/files/kdesvn-0.14.1-subversion-1.5.patch
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/kdesvn/files/kdesvn-0.14.1-subversion-1.5.patch?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/kdesvn/files/kdesvn-0.14.1-subversion-1.5.patch?rev=1.1&content-type=text/plain
13
14 Index: kdesvn-0.14.1-subversion-1.5.patch
15 ===================================================================
16 --- src/svnqt/client_modify.cpp
17 +++ src/svnqt/client_modify.cpp
18 @@ -188,9 +188,7 @@
19 #endif
20
21 svn_error_t * error =
22 -#if (SVN_VER_MAJOR >= 1) && (SVN_VER_MINOR >= 5)
23 - svn_client_commit4
24 -#elif (SVN_VER_MAJOR >= 1) && (SVN_VER_MINOR >= 3)
25 +#if (SVN_VER_MAJOR >= 1) && (SVN_VER_MINOR >= 3)
26 svn_client_commit3
27 #else
28 svn_client_commit2
29
30
31
32 --
33 gentoo-commits@l.g.o mailing list