commit kdevplatform for openSUSE:Factory
Hello community, here is the log from the commit of package kdevplatform for openSUSE:Factory checked in at Sat Aug 1 11:35:57 CEST 2009. -------- --- KDE/kdevplatform/kdevplatform.changes 2009-06-28 16:47:15.000000000 +0200 +++ /mounts/work_src_done/STABLE/kdevplatform/kdevplatform.changes 2009-07-31 23:01:07.000000000 +0200 @@ -1,0 +2,5 @@ +Fri Jul 31 22:59:52 CEST 2009 - beineri@opensuse.org + +- fix build with boost 1.39.0 + +------------------------------------------------------------------- calling whatdependson for head-i586 New: ---- fix-build.diff ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ kdevplatform.spec ++++++ --- /var/tmp/diff_new_pack.rpYyNj/_old 2009-08-01 11:26:43.000000000 +0200 +++ /var/tmp/diff_new_pack.rpYyNj/_new 2009-08-01 11:26:43.000000000 +0200 @@ -24,8 +24,9 @@ Summary: Base Package for Integrated Development Environments Url: http://www.kdevelop.org Version: 0.9.94 -Release: 1 +Release: 2 Source0: kdevplatform-%version.tar.bz2 +Patch: fix-build.diff BuildRoot: %{_tmppath}/%{name}-%{version}-build %kde4_runtime_requires Requires: libkdevplatform0 = %{version} @@ -53,6 +54,7 @@ %prep %setup -q +%patch %build %cmake_kde4 -d build ++++++ fix-build.diff ++++++ Index: plugins/classbrowser/CMakeLists.txt =================================================================== --- plugins/classbrowser/CMakeLists.txt (revision 995561) +++ plugins/classbrowser/CMakeLists.txt (revision 995562) @@ -7,9 +7,9 @@ # workaround a boost bug in 1.37 and 1.38 that causes link failure when exceptions are disabled # see https://svn.boost.org/trac/boost/ticket/2947 for details -if( ${Boost_MAJOR_VERSION}.${Boost_MINOR_VERSION}.${Boost_PATCH_VERSION} VERSION_EQUAL 1.37.0 OR ${Boost_MAJOR_VERSION}.${Boost_MINOR_VERSION}.${Boost_PATCH_VERSION} VERSION_EQUAL 1.38.0 ) +if( ${Boost_MAJOR_VERSION}.${Boost_MINOR_VERSION}.${Boost_PATCH_VERSION} VERSION_GREATER 1.36.1 ) add_definitions( ${KDE4_ENABLE_EXCEPTIONS} ) -endif( ${Boost_MAJOR_VERSION}.${Boost_MINOR_VERSION}.${Boost_PATCH_VERSION} VERSION_EQUAL 1.37.0 OR ${Boost_MAJOR_VERSION}.${Boost_MINOR_VERSION}.${Boost_PATCH_VERSION} VERSION_EQUAL 1.38.0 ) +endif( ${Boost_MAJOR_VERSION}.${Boost_MINOR_VERSION}.${Boost_PATCH_VERSION} VERSION_GREATER 1.36.1 ) add_definitions( -DKDE_DEFAULT_DEBUG_AREA=9512 ) Index: plugins/CMakeLists.txt =================================================================== --- plugins/CMakeLists.txt (revision 995562) +++ plugins/CMakeLists.txt (revision 995563) @@ -14,6 +14,7 @@ add_subdirectory(sourceformatter) add_subdirectory(documentswitcher) +set(Boost_ADDITIONAL_VERSION 1.39.0 1.39) macro_optional_find_package( Boost 1.35.0 ) macro_log_feature( Boost_FOUND "Boost" "Boost libraries for enabling the classbrowser" "http://www.boost.org" FALSE "1.35.0" "The boost libraries are needed to build the Class Browser" ) if(Boost_FOUND) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun... -- To unsubscribe, e-mail: opensuse-commit+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit+help@opensuse.org
participants (1)
-
root@Hilbert.suse.de