rpms/kdevelop/devel kdevelop.spec,1.77,1.78

Kevin Kofler (kkofler) fedora-extras-commits at redhat.com
Mon Jul 7 22:05:57 UTC 2008


Author: kkofler

Update of /cvs/pkgs/rpms/kdevelop/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31144/devel

Modified Files:
	kdevelop.spec 
Log Message:
* Mon Jul 07 2008 Kevin Kofler <Kevin at tigcc.ticalc.org> - 9:3.5.2-3
- fix FTBFS (add BR openldap-devel to work around missing dep in apr-devel)


Index: kdevelop.spec
===================================================================
RCS file: /cvs/pkgs/rpms/kdevelop/devel/kdevelop.spec,v
retrieving revision 1.77
retrieving revision 1.78
diff -u -r1.77 -r1.78
--- kdevelop.spec	6 Jun 2008 22:06:26 -0000	1.77
+++ kdevelop.spec	7 Jul 2008 22:05:11 -0000	1.78
@@ -19,7 +19,7 @@
 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: 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 @@
 
 
 %changelog
+* Mon Jul 07 2008 Kevin Kofler <Kevin at tigcc.ticalc.org> - 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 <Kevin at tigcc.ticalc.org> - 9:3.5.2-2
 - improve integration of the KDE 4 app template
 




More information about the scm-commits mailing list