Hello community, here is the log from the commit of package kate5 for openSUSE:Factory checked in at 2015-04-12 00:10:05 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/kate5 (Old) and /work/SRC/openSUSE:Factory/.kate5.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "kate5" Changes: -------- --- /work/SRC/openSUSE:Factory/kate5/kate5.changes 2015-03-11 09:56:10.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.kate5.new/kate5.changes 2015-04-12 00:10:06.000000000 +0200 @@ -1,0 +2,7 @@ +Wed Apr 8 09:42:47 UTC 2015 - [email protected] + +- Add fix-build.patch from upstream, adds missing find_package call + for the KIconThemes framework +- Add kiconthemes-devel BuildRequires, per patch + +------------------------------------------------------------------- New: ---- fix-build.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ kate5.spec ++++++ --- /var/tmp/diff_new_pack.FR9KE5/_old 2015-04-12 00:10:07.000000000 +0200 +++ /var/tmp/diff_new_pack.FR9KE5/_new 2015-04-12 00:10:07.000000000 +0200 @@ -26,6 +26,8 @@ Source0: kate-%{version}.tar.xz # PATCH-FIX-UPSTREAM katefix.diff -- https://git.reviewboard.kde.org/r/122498/ Patch0: katefix.diff +# PATCH-FIX-UPSTREAM fix-build.patch -- Add missing Framework +Patch1: fix-build.patch BuildRequires: karchive-devel BuildRequires: kcmutils-devel BuildRequires: kcompletion-devel @@ -39,6 +41,7 @@ BuildRequires: kguiaddons-devel BuildRequires: ki18n-devel BuildRequires: kiconthemes-devel +BuildRequires: kiconthemes-devel BuildRequires: kinit-devel BuildRequires: kio-devel BuildRequires: kitemmodels-devel @@ -94,6 +97,7 @@ %prep %setup -q -n kate-%{version} %patch0 -p1 +%patch1 -p1 %build %cmake_kf5 -d build ++++++ fix-build.patch ++++++ From: Aleix Pol <[email protected]> Date: Thu, 19 Mar 2015 00:13:50 +0000 Subject: Fix build X-Git-Tag: v15.03.97 --- Fix build --- --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -50,6 +50,7 @@ TextEditor WindowSystem XmlGui + IconThemes ) # use sane compile flags
