diff --git a/cmake-2.6.3.tar.bz2 b/cmake-2.6.3.tar.bz2 deleted file mode 100644 index dc396f8..0000000 --- a/cmake-2.6.3.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:52626f7782b8ac9c5ccbea54a2a332bcf1e960fee5afeb9195b5a1a347da9734 -size 2755332 diff --git a/cmake-2.6.4.tar.bz2 b/cmake-2.6.4.tar.bz2 new file mode 100644 index 0000000..e4505f8 --- /dev/null +++ b/cmake-2.6.4.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:03a210dd85cb7e4ba657daf45835e192ae38f2d907b3c3c57f5295a1d5d7bd3b +size 2481170 diff --git a/cmake.changes b/cmake.changes index 6e6b192..f77c7d0 100644 --- a/cmake.changes +++ b/cmake.changes @@ -1,3 +1,20 @@ +------------------------------------------------------------------- +Mon May 4 13:35:13 CEST 2009 - puzel@suse.cz + +- updated to 2.6.4 + - Fix: ctest system information was not always correct on linux + - Fix transitive linking of imported libraries + - Fix CDash only submit with ctest_submit + - Fix scope issue with CMAKE_CURRENT_LIST_FILE and macros + - Fix crash in include_directories + - Do not warn if LIBPATH is not set for nmake + - No longer mark header files as HEADER_FILE_ONLY automatically, + this gets rid of the ugly red marks in Visual Stuido + - Enforce unique binary directories + - Clarify docs of old *_OUTPUT_PATH vars + - Fix svn update logic for modified files + - Add get_filename_component(... REALPATH) + ------------------------------------------------------------------- Wed Mar 11 11:13:27 CET 2009 - dmueller@suse.de diff --git a/cmake.spec b/cmake.spec index 277f2b1..54b5c99 100644 --- a/cmake.spec +++ b/cmake.spec @@ -1,5 +1,5 @@ # -# spec file for package cmake (Version 2.6.3) +# spec file for package cmake (Version 2.6.4) # # Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany. # @@ -19,8 +19,8 @@ Name: cmake -Version: 2.6.3 -Release: 2 +Version: 2.6.4 +Release: 1 License: BSD 3-Clause Group: Development/Tools/Building %define tar_version %version @@ -69,8 +69,6 @@ Authors: %prep %setup -q -n %name-%tar_version %patch0 -#disabled because it breaks progress information -#%patch1 %patch2 %patch4 %patch5 @@ -132,6 +130,20 @@ rm -rf %{buildroot} %endif %changelog +* Mon May 04 2009 puzel@suse.cz +- updated to 2.6.4 + - Fix: ctest system information was not always correct on linux + - Fix transitive linking of imported libraries + - Fix CDash only submit with ctest_submit + - Fix scope issue with CMAKE_CURRENT_LIST_FILE and macros + - Fix crash in include_directories + - Do not warn if LIBPATH is not set for nmake + - No longer mark header files as HEADER_FILE_ONLY automatically, + this gets rid of the ugly red marks in Visual Stuido + - Enforce unique binary directories + - Clarify docs of old *_OUTPUT_PATH vars + - Fix svn update logic for modified files + - Add get_filename_component(... REALPATH) * Wed Mar 11 2009 dmueller@suse.de - build fixes for non-suse distros * Tue Mar 03 2009 puzel@suse.cz @@ -232,7 +244,7 @@ rm -rf %{buildroot} * Fix for FindQt and some mac frameworks * Fix for ctest to report more than 2 gigs system memory on windows * Fix CTest build name for vs 9, and fix memory size on windows -* Fri May 02 2008 dmueller@suse.de +* Sat May 03 2008 dmueller@suse.de - update to 2.6.0 RC10: - Do not duplicate .so libraries on the link line - Add more system library paths to sun builds @@ -281,7 +293,7 @@ rm -rf %{buildroot} - Some Qt GUI style changes * Sat Apr 19 2008 dmueller@suse.de - fix python lib detection again -* Mon Apr 14 2008 dmueller@suse.de +* Tue Apr 15 2008 dmueller@suse.de - update to 2.6.0 RC8: * Fix sun make very poor performance * Fix includes for automoc in FindQt4 @@ -377,7 +389,7 @@ rm -rf %{buildroot} - detect shared python library instead of static variant * Tue Sep 26 2006 dmueller@suse.de - add python 2.5 support -* Sat Sep 09 2006 dmueller@suse.de +* Sun Sep 10 2006 dmueller@suse.de - build against system zlib / libcurl * Mon Aug 28 2006 coolo@suse.de - fix Qt3 configure check for lib64 @@ -393,7 +405,7 @@ rm -rf %{buildroot} * make sure try compile files have a newline at the end * add rxvt-unicode, cygwin, and screen terminal support for color output -* Wed May 17 2006 dmueller@suse.de +* Thu May 18 2006 dmueller@suse.de - 2.4.2 update: * Run symlink command from correct directory for executable versions * Fix for universal binaries and Xcode depend problem @@ -434,7 +446,7 @@ rm -rf %{buildroot} * Wed Apr 19 2006 dmueller@suse.de - update to 2.4.0, fixes -L/-I compiler flag ordering needed for building KDE 4 trunk. -* Thu Apr 13 2006 dmueller@suse.de +* Fri Apr 14 2006 dmueller@suse.de - fix --help-modules / --help-module * Mon Mar 27 2006 dmueller@suse.de - compile with RPM_OPT_FLAGS (#160857)