Hello community, here is the log from the commit of package cmake for openSUSE:Factory checked in at Fri Nov 27 19:17:31 CET 2009. -------- --- cmake/cmake.changes 2009-05-07 09:02:48.000000000 +0200 +++ cmake/cmake.changes 2009-11-27 14:51:15.000000000 +0100 @@ -1,0 +2,18 @@ +Fri Nov 27 14:00:50 CET 2009 - puzel@suse.cz + +- update to cmake-2.8.0 + - noteworthy changes sice 2.6.4: + - cmake-gui supports multi-state values options. + - CMake now has cmake --build command that can build any CMake generated + project from the command line. + - CTest supports running tests in parallel with a -j N option. + - It is now possible to use DESTDIR in CPack for any CMake based projects + giving more flexibility on the final path names. + - Depend scanning is now much faster with makefiles. + - Many FindQt4 improvements to stay working with current Qt releases + - FindBoost has been updated to work with the most recent boost releases. + - see /usr/share/doc/packages/cmake/Changelog for all changes +- drop ibm-java-paths.diff, cmake-2.6.0-use_shared_python_lib.patch and + cmake-2.6.0-use_intree_xmlrpc.patch - fixed upstream + +------------------------------------------------------------------- calling whatdependson for head-i586 Old: ---- cmake-2.6.0-use_intree_xmlrpc.patch cmake-2.6.0-use_shared_python_lib.patch cmake-2.6.4.tar.bz2 ibm-java-paths.diff New: ---- cmake-2.8.0.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ cmake.spec ++++++ --- /var/tmp/diff_new_pack.W5TZNI/_old 2009-11-27 19:16:48.000000000 +0100 +++ /var/tmp/diff_new_pack.W5TZNI/_new 2009-11-27 19:16:48.000000000 +0100 @@ -1,5 +1,5 @@ # -# spec file for package cmake (Version 2.6.4) +# spec file for package cmake (Version 2.8.0) # # Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany. # @@ -19,17 +19,14 @@ Name: cmake -Version: 2.6.4 -Release: 2 -License: BSD 3-Clause +Version: 2.8.0 +Release: 1 +License: BSD3c Group: Development/Tools/Building %define tar_version %version Url: http://www.cmake.org/ Source0: %{name}-%{tar_version}.tar.bz2 -Patch0: cmake-2.6.0-use_intree_xmlrpc.patch -Patch2: cmake-2.6.0-use_shared_python_lib.patch Patch4: cmake-disable-builtin-chrpath.diff -Patch5: ibm-java-paths.diff Summary: Cross-platform, open-source make system BuildRoot: %{_tmppath}/%{name}-%{version}-build %if 0%{?suse_version} > 1020 @@ -50,7 +47,7 @@ %if 0%{?suse_version} > 1020 %package gui -License: BSD 3-Clause +License: BSD3c Summary: CMake Graphical User Interface Group: Development/Tools/Building @@ -68,10 +65,7 @@ %prep %setup -q -n %name-%tar_version -%patch0 -%patch2 %patch4 -%patch5 %build EXTRA_FLAGS="" @@ -93,6 +87,7 @@ make DESTDIR=%{buildroot} install mkdir -p %{buildroot}%_libdir/cmake find %{buildroot}/usr/share/cmake -type f -print0 | xargs -0 chmod 644 +cp ChangeLog.manual %{buildroot}/usr/share/doc/packages/%{name}/Changelog %if 0%{?suse_version} > 1020 %suse_update_desktop_file CMake Development IDE Tools Qt %fdupes %buildroot/usr/share/cmake ++++++ cmake-2.6.4.tar.bz2 -> cmake-2.8.0.tar.bz2 ++++++ ++++ 153467 lines of diff (skipped) ++++++ cmake-disable-builtin-chrpath.diff ++++++ --- /var/tmp/diff_new_pack.W5TZNI/_old 2009-11-27 19:16:50.000000000 +0100 +++ /var/tmp/diff_new_pack.W5TZNI/_new 2009-11-27 19:16:50.000000000 +0100 @@ -1,6 +1,8 @@ ---- Source/cmTarget.cxx -+++ Source/cmTarget.cxx -@@ -3105,7 +3105,7 @@ bool cmTarget::IsChrpathUsed() +Index: Source/cmTarget.cxx +=================================================================== +--- Source/cmTarget.cxx.orig 2009-11-13 19:32:58.000000000 +0100 ++++ Source/cmTarget.cxx 2009-11-26 10:41:29.000000000 +0100 +@@ -3679,7 +3679,7 @@ bool cmTarget::IsChrpathUsed(const char* } // Allow the user to disable builtin chrpath explicitly. ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 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