From 00a0843929e8cba0fd5c807fd270fe6c1cbb0b21 Mon Sep 17 00:00:00 2001 From: Kevin Kofler Date: Jul 07 2008 22:05:11 +0000 Subject: - fix FTBFS (add BR openldap-devel to work around missing dep in apr-devel) --- diff --git a/kdevelop.spec b/kdevelop.spec index fd3d17d..35dbf36 100644 --- a/kdevelop.spec +++ b/kdevelop.spec @@ -19,7 +19,7 @@ Name: kdevelop Summary: Integrated Development Environment for C++/C Epoch: 9 Version: 3.5.2 -Release: 2%{?dist} +Release: 3%{?dist} License: GPLv2 URL: http://www.kdevelop.org/ @@ -86,6 +86,9 @@ BuildRequires: flex BuildRequires: kdesdk3-devel %endif BuildRequires: subversion-devel neon-devel +# looks like this is dragged in by apr-devel (dep of subversion-devel), but not +# a dependency +BuildRequires: openldap-devel ## ancient, deprecated? -- Rex #Obsoletes: kdevelop-c_c++_ref @@ -254,6 +257,9 @@ rm -rf %{buildroot} %changelog +* Mon Jul 07 2008 Kevin Kofler - 9:3.5.2-3 +- fix FTBFS (add BR openldap-devel to work around missing dep in apr-devel) + * Fri Jun 06 2008 Kevin Kofler - 9:3.5.2-2 - improve integration of the KDE 4 app template