From 918c0097b5f277d0fe63b7179e4786c408a1e554d436a4709c1397471fb8221b Mon Sep 17 00:00:00 2001 From: OBS User unknown Date: Fri, 12 Jan 2007 00:20:13 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/cmake?expand=0&rev=3 --- cmake-2.4.5.tar.bz2 | 3 --- cmake-2.4.6.tar.bz2 | 3 +++ cmake.changes | 12 ++++++++++++ cmake.spec | 15 ++++++++++++--- 4 files changed, 27 insertions(+), 6 deletions(-) delete mode 100644 cmake-2.4.5.tar.bz2 create mode 100644 cmake-2.4.6.tar.bz2 diff --git a/cmake-2.4.5.tar.bz2 b/cmake-2.4.5.tar.bz2 deleted file mode 100644 index 80d3971..0000000 --- a/cmake-2.4.5.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6ac92ff6185bf0e579972bdddc606a89e7d6c9356f0a33d91ef82fe4929bc3ee -size 1934138 diff --git a/cmake-2.4.6.tar.bz2 b/cmake-2.4.6.tar.bz2 new file mode 100644 index 0000000..5285e83 --- /dev/null +++ b/cmake-2.4.6.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a5ca3df34e905442bca468439a1acbd5efcaca771813e1ef5dc8c1739cfdb90d +size 1933949 diff --git a/cmake.changes b/cmake.changes index 66952eb..aa0d4d4 100644 --- a/cmake.changes +++ b/cmake.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Thu Jan 11 21:08:27 CET 2007 - dmueller@suse.de + +- update to 2.4.6: + * Fix for FIND_* order and framworks with PREFIX usage. + * Fix for FindDoxygen and quiet mode. + * Find JavaVM as well as jvm + * Look for ruby1.8 and ruby + * Fix for cpack .tgz.sh and dash + * Fix for finding custom commands from a full path with CMAKE_CFG_INTDIR. + * Fix for Borland make and custom commands that do nothing + ------------------------------------------------------------------- Mon Jan 8 10:58:13 CET 2007 - dmueller@suse.de diff --git a/cmake.spec b/cmake.spec index e6432e0..41d6d59 100644 --- a/cmake.spec +++ b/cmake.spec @@ -1,5 +1,5 @@ # -# spec file for package cmake (Version 2.4.5) +# spec file for package cmake (Version 2.4.6) # # Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany. # This file and all modifications and additions to the pristine @@ -11,8 +11,8 @@ # norootforbuild Name: cmake -Version: 2.4.5 -Release: 3 +Version: 2.4.6 +Release: 1 # License: Other License(s), see package Group: Development/Tools/Building @@ -67,6 +67,15 @@ rm -rf $RPM_BUILD_ROOT /usr/share/man/man1/ctest.1.gz %changelog -n cmake +* Thu Jan 11 2007 - dmueller@suse.de +- update to 2.4.6: + * Fix for FIND_* order and framworks with PREFIX usage. + * Fix for FindDoxygen and quiet mode. + * Find JavaVM as well as jvm + * Look for ruby1.8 and ruby + * Fix for cpack .tgz.sh and dash + * Fix for finding custom commands from a full path with CMAKE_CFG_INTDIR. + * Fix for Borland make and custom commands that do nothing * Mon Jan 08 2007 - dmueller@suse.de - readd patch to detect shared python library instead of the static one.