diff --git a/subversion.changes b/subversion.changes index 00df3bf..b253aa7 100644 --- a/subversion.changes +++ b/subversion.changes @@ -1,5 +1,5 @@ ------------------------------------------------------------------- -Sat Apr 14 18:40:05 UTC 2018 - astieger@suse.com +Sun Apr 15 17:43:29 UTC 2018 - astieger@suse.com - Apache Subversion 1.10.0: * new conflict resolver @@ -10,7 +10,7 @@ Sat Apr 14 18:40:05 UTC 2018 - astieger@suse.com * Convert dependencies to pkgconfig counterparts * Add dependency on liblz4 and utf8proc * Use %license (boo#1082318) - * build with KDE 5 KWallet support + * build with KDE5 KWallet support - Refresh patches: * subversion-1.8.0-rpath.patch * subversion-no-build-date.patch diff --git a/subversion.spec b/subversion.spec index 9ed48c2..8d93bb0 100644 --- a/subversion.spec +++ b/subversion.spec @@ -120,9 +120,14 @@ BuildRequires: pkgconfig(dbus-1) BuildRequires: pkgconfig(libsecret-1) %endif %if %{with kde} -BuildRequires: kdelibs4-core -BuildRequires: libkde4-devel -BuildRequires: libqt4-devel +BuildRequires: cmake(KF5CoreAddons) +BuildRequires: cmake(KF5I18n) +BuildRequires: cmake(KF5Wallet) +BuildRequires: cmake(Qt5Core) +BuildRequires: cmake(Qt5DBus) +BuildRequires: cmake(Qt5Gui) +# for kf5-config +BuildRequires: kdelibs4support %else # In a case we migrate from system that had the kwallet integration we need it # gone from the package to allow update