From 3833e0558c249ddd8b753aa2837d64b9cfb8edf7 Mon Sep 17 00:00:00 2001 From: jorton Date: Feb 13 2010 15:54:24 +0000 Subject: - fix detection of libkdecore --- diff --git a/subversion-1.6.6-kwallet.patch b/subversion-1.6.6-kwallet.patch index f9de586..5c8edf8 100644 --- a/subversion-1.6.6-kwallet.patch +++ b/subversion-1.6.6-kwallet.patch @@ -19,7 +19,7 @@ kde4-config to report the directory which contains the .so files. LIBS="$LIBS $SVN_KWALLET_LIBS" qt_lib_dirs="`$PKG_CONFIG --libs-only-L QtCore QtDBus QtGui`" - LDFLAGS="$old_LDFLAGS $qt_lib_dirs -L$kde_dir/lib`$kde4_config --libsuffix`" -+ LDFLAGS="$old_LDFLAGS $qt_lib_dirs -L/usr/lib`$kde4_config --libsuffix`/kde4/devel" ++ LDFLAGS="$old_LDFLAGS $qt_lib_dirs -L$libdir/kde4/devel" AC_LANG(C++) AC_LINK_IFELSE([ #include diff --git a/subversion.spec b/subversion.spec index a1c38db..0496577 100644 --- a/subversion.spec +++ b/subversion.spec @@ -17,7 +17,7 @@ Summary: A Modern Concurrent Version Control System Name: subversion Version: 1.6.9 -Release: 1%{?dist} +Release: 2%{?dist} License: ASL 1.1 Group: Development/Tools URL: http://subversion.tigris.org/ @@ -391,6 +391,9 @@ rm -rf ${RPM_BUILD_ROOT} %{_mandir}/man1/svn2cl.1* %changelog +* Sat Feb 13 2010 Joe Orton - 1.6.9-2 +- fix detection of libkdecore + * Mon Feb 8 2010 Joe Orton - 1.6.9-1 - update to 1.6.9 (#561810) - fix comments in subversion.conf (#551484)