Hello community, here is the log from the commit of package cmake checked in at Wed Dec 20 02:22:19 CET 2006. -------- --- cmake/cmake.changes 2006-10-02 18:09:34.000000000 +0200 +++ /mounts/work_src_done/STABLE/cmake/cmake.changes 2006-12-19 18:22:29.000000000 +0100 @@ -1,0 +2,23 @@ +Tue Dec 19 18:20:48 CET 2006 - mrueckert@suse.de + +- added cmake-2.4.5_use_intree_xmlrpc.patch: + the xmlrpc-c check seems broken. and on 10.2 we dont have the lib + anyways. so disable the systemwide xmlrpc for now. + +------------------------------------------------------------------- +Fri Dec 15 17:09:39 CET 2006 - mrueckert@suse.de + +- update to version 2.4.5: + * Fix for seg fault when a macro runs a bad command BUG# 3815 + * Fix fix for foo.dll.lib that does not break -L/usr/lib in + link names + * Fix problem with LIBRARY_OUTPUT_PATH and linking to a dll + foo.dll.lib instead of foo.lib + * Do not depend on optimized libraries for a debug build and + visa versa. + * Fix target name matching custom command output conflict. + * Fix FindQt3 so that it does not find qt4 + * Fix FindKDE4 so that it only looks for kde4-config +- disabled all patches -> applied upstream + +------------------------------------------------------------------- Old: ---- cmake-2.4.3.diff cmake-2.4.3.tar.bz2 python-25-support.diff use-shared-python-lib.diff use-system-libs.diff New: ---- cmake-2.4.5.tar.bz2 cmake-2.4.5_use_intree_xmlrpc.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ cmake.spec ++++++ --- /var/tmp/diff_new_pack.DQZA4b/_old 2006-12-20 02:21:45.000000000 +0100 +++ /var/tmp/diff_new_pack.DQZA4b/_new 2006-12-20 02:21:45.000000000 +0100 @@ -1,5 +1,5 @@ # -# spec file for package cmake (Version 2.4.3) +# spec file for package cmake (Version 2.4.5) # # Copyright (c) 2006 SUSE LINUX Products GmbH, Nuernberg, Germany. # This file and all modifications and additions to the pristine @@ -11,19 +11,20 @@ # norootforbuild Name: cmake -BuildRequires: curl-devel expat gcc-c++ libstdc++-devel +Version: 2.4.5 +Release: 1 +# License: Other License(s), see package Group: Development/Tools/Building -Summary: Cross-platform, open-source make system -Version: 2.4.3 -Release: 13 -URL: http://www.cmake.org/ +# BuildRoot: %{_tmppath}/%{name}-%{version}-build -Source0: %name-%{version}.tar.bz2 -Patch0: %name-%{version}.diff -Patch1: use-system-libs.diff -Patch2: python-25-support.diff -Patch3: use-shared-python-lib.diff +BuildRequires: curl-devel expat gcc-c++ libstdc++-devel +# +URL: http://www.cmake.org/ +Source0: %{name}-%{version}.tar.bz2 +Patch: cmake-2.4.5_use_intree_xmlrpc.patch +# +Summary: Cross-platform, open-source make system %description CMake is a cross-platform, open-source make system @@ -36,15 +37,12 @@ %prep %setup -q -n %name-%version -%patch0 -%patch1 -%patch2 -%patch3 +%patch %build export CXXFLAGS="$RPM_OPT_FLAGS" export CFLAGS=$CXXFLAGS -./configure --prefix=/usr --datadir=/share/%name --docdir=/share/doc/packages/%name --mandir=/share/man +./configure --prefix=/usr --datadir=/share/%name --docdir=/share/doc/packages/%name --mandir=/share/man --system-libs make VERBOSE=1 %{?jobs:-j %jobs} %install @@ -67,6 +65,23 @@ /usr/share/man/man1/ctest.1.gz %changelog -n cmake +* Tue Dec 19 2006 - mrueckert@suse.de +- added cmake-2.4.5_use_intree_xmlrpc.patch: + the xmlrpc-c check seems broken. and on 10.2 we dont have the lib + anyways. so disable the systemwide xmlrpc for now. +* Fri Dec 15 2006 - mrueckert@suse.de +- update to version 2.4.5: + * Fix for seg fault when a macro runs a bad command BUG# 3815 + * Fix fix for foo.dll.lib that does not break -L/usr/lib in + link names + * Fix problem with LIBRARY_OUTPUT_PATH and linking to a dll + foo.dll.lib instead of foo.lib + * Do not depend on optimized libraries for a debug build and + visa versa. + * Fix target name matching custom command output conflict. + * Fix FindQt3 so that it does not find qt4 + * Fix FindKDE4 so that it only looks for kde4-config +- disabled all patches -> applied upstream * Mon Oct 02 2006 - dmueller@suse.de - detect shared python library instead of static variant * Tue Sep 26 2006 - dmueller@suse.de ++++++ cmake-2.4.3.tar.bz2 -> cmake-2.4.5.tar.bz2 ++++++ ++++ 46921 lines of diff (skipped) ++++++ cmake-2.4.5_use_intree_xmlrpc.patch ++++++ Index: CMakeLists.txt =================================================================== --- CMakeLists.txt.orig +++ CMakeLists.txt @@ -128,6 +128,7 @@ ELSE(CMAKE_ALLOW_SYSTEM_LIBRARIES) SET(CMAKE_USE_SYSTEM_XMLRPC 0) SET(CMAKE_USE_SYSTEM_ZLIB 0) ENDIF(CMAKE_ALLOW_SYSTEM_LIBRARIES) +SET(CMAKE_USE_SYSTEM_XMLRPC 0) # Inform utility library header wrappers whether to use system versions. CONFIGURE_FILE(${CMake_SOURCE_DIR}/Utilities/cmThirdParty.h.in ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun... --------------------------------------------------------------------- To unsubscribe, e-mail: opensuse-commit+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit+help@opensuse.org