Hello community, here is the log from the commit of package kdesvn checked in at Sat May 31 12:35:04 CEST 2008. -------- --- KDE/kdesvn/kdesvn.changes 2008-05-23 11:03:21.000000000 +0200 +++ /mounts/work_src_done/STABLE/kdesvn/kdesvn.changes 2008-05-28 09:28:23.000000000 +0200 @@ -1,0 +2,5 @@ +Wed May 28 09:27:55 CEST 2008 - olh@suse.de + +- update for subversion 1.5 API + +------------------------------------------------------------------- New: ---- kdesvn-svn15.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ kdesvn.spec ++++++ --- /var/tmp/diff_new_pack.Wl3553/_old 2008-05-31 12:34:58.000000000 +0200 +++ /var/tmp/diff_new_pack.Wl3553/_new 2008-05-31 12:34:58.000000000 +0200 @@ -18,11 +18,12 @@ Group: Development/Tools/Version Control Summary: KDE Subversion Client Version: 0.14.4 -Release: 1 +Release: 3 Source: %name-%version.tar.bz2 Patch: FIXME.diff Patch1: remove-duplicated-group.diff Patch2: svn-changes.diff +Patch3: kdesvn-svn15.patch Url: http://www.alwins-world.de/programs/kdesvn/index.html BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -71,6 +72,7 @@ %if %suse_version > 1030 %patch2 %endif +%patch3 -p1 cd doc/en for i in *png; do cp $i $i.tmp @@ -146,6 +148,8 @@ /opt/kde3/%_lib/libsvnqt.so.* %changelog +* Wed May 28 2008 olh@suse.de +- update for subversion 1.5 API * Fri May 23 2008 stbinner@suse.de - update to fix utf8 errors with many repositories (bnc#393484) * Mon May 19 2008 schwab@suse.de ++++++ kdesvn-svn15.patch ++++++ --- src/svnqt/client_modify.cpp | 3 +++ 1 file changed, 3 insertions(+) --- a/src/svnqt/client_modify.cpp +++ b/src/svnqt/client_modify.cpp @@ -199,6 +199,9 @@ namespace svn targets.array (pool), recurse ? svn_depth_infinity : svn_depth_empty, keep_locks, false, 0, +#if (SVN_VER_MAJOR >= 1) && (SVN_VER_MINOR >= 5) + 0, +#endif *m_context, pool); ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun... --------------------------------------------------------------------- To unsubscribe, e-mail: opensuse-commit+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit+help@opensuse.org
participants (1)
-
root@Hilbert.suse.de