From d6270562653eb5fd9208c91efdd335bba8ac4deeaed34f21cf705b1fe556e2a6 Mon Sep 17 00:00:00 2001 From: OBS User unknown Date: Fri, 1 Aug 2008 23:28:49 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/cmake?expand=0&rev=21 --- cmake-2.6.1-RC-11.tar.bz2 | 3 --- cmake-2.6.1-RC-15.tar.bz2 | 3 +++ cmake.changes | 17 +++++++++++++++++ cmake.spec | 28 +++++++++++++++++++++------- 4 files changed, 41 insertions(+), 10 deletions(-) delete mode 100644 cmake-2.6.1-RC-11.tar.bz2 create mode 100644 cmake-2.6.1-RC-15.tar.bz2 diff --git a/cmake-2.6.1-RC-11.tar.bz2 b/cmake-2.6.1-RC-11.tar.bz2 deleted file mode 100644 index a51853d..0000000 --- a/cmake-2.6.1-RC-11.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e508b1515266b4b747e75835b380536c61fd1b1a75fc158bb8844defc6752ecb -size 2687227 diff --git a/cmake-2.6.1-RC-15.tar.bz2 b/cmake-2.6.1-RC-15.tar.bz2 new file mode 100644 index 0000000..20a688b --- /dev/null +++ b/cmake-2.6.1-RC-15.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f52b71e205540a47e3f046a9fa6887698fe3954b7dcbb9fc3db7372ff51ffe23 +size 2690480 diff --git a/cmake.changes b/cmake.changes index 79ffd56..221f9ce 100644 --- a/cmake.changes +++ b/cmake.changes @@ -1,3 +1,20 @@ +------------------------------------------------------------------- +Wed Jul 23 13:45:25 CEST 2008 - dmueller@suse.de + +- update to 2.6.1-RC15: + * FindMPI: Use the HINTS feature of find_library to find the right + libraries for MPI, and act a bit more intelligently when MPI cannot be found. + * moved CMAKE_CROSSCOMPILING from "Variables that modify behaviour" to + "variables that Provide Information" + * handle HTML documentation for single items better: no warning about + * ComputeSectionLinkPrefix, don't create an index for only one item. + * Better error messages in CPackBundleGenerator + * Fix bug 7426 FindJPEG module causes error when setting JPEG_LIBRARY to blank + * Fix bug 7414 PackageMaker generator crashes when given components + with circular dependencies + * Fix source files to not add extra /, and look for extensions for + all enabled languages. + ------------------------------------------------------------------- Mon Jul 21 14:30:31 CEST 2008 - dmueller@suse.de diff --git a/cmake.spec b/cmake.spec index 8613a23..42d620b 100644 --- a/cmake.spec +++ b/cmake.spec @@ -13,10 +13,10 @@ Name: cmake Version: 2.6.1 -Release: 7 +Release: 14 License: BSD 3-Clause Group: Development/Tools/Building -%define tar_version 2.6.1-RC-11 +%define tar_version 2.6.1-RC-15 Url: http://www.cmake.org/ Source0: %{name}-%{tar_version}.tar.bz2 Patch0: cmake-2.6.0-use_intree_xmlrpc.patch @@ -25,7 +25,7 @@ Patch2: cmake-2.6.0-use_shared_python_lib.patch Patch4: cmake-disable-builtin-chrpath.diff Summary: Cross-platform, open-source make system BuildRoot: %{_tmppath}/%{name}-%{version}-build -%if 0%{?suse_version} >= 1020 +%if 0%{?suse_version} > 1020 BuildRequires: libexpat-devel libqt4-devel update-desktop-files %endif BuildRequires: curl-devel expat gcc-c++ ncurses-devel openssl-devel zlib-devel @@ -40,7 +40,7 @@ Authors: -------- Kitware, Inc., Insight Consortium -%if 0%{?suse_version} >= 1020 +%if 0%{?suse_version} > 1020 %package gui License: BSD 3-Clause @@ -69,7 +69,7 @@ Authors: %build EXTRA_FLAGS="" -%if 0%{?suse_version} >= 1020 +%if 0%{?suse_version} > 1020 EXTRA_FLAGS="--qt-gui" %endif export CXXFLAGS="$RPM_OPT_FLAGS" @@ -86,7 +86,7 @@ make VERBOSE=1 %{?jobs:-j %jobs} %install make DESTDIR=%{buildroot} install find %{buildroot}/usr/share/cmake -type f -print0 | xargs -0 chmod 644 -%if 0%{?suse_version} >= 1020 +%if 0%{?suse_version} > 1020 %suse_update_desktop_file CMake Development IDE Tools Qt %endif @@ -111,7 +111,7 @@ rm -rf %{buildroot} %doc %_mandir/man1/cmakeprops.1.* %doc %_mandir/man1/cmakevars.1.* %doc %_mandir/man1/cpack.1.* -%if 0%{?suse_version} >= 1020 +%if 0%{?suse_version} > 1020 %files gui %defattr(-,root,root) @@ -122,6 +122,20 @@ rm -rf %{buildroot} %endif %changelog +* Wed Jul 23 2008 dmueller@suse.de +- update to 2.6.1-RC15: + * FindMPI: Use the HINTS feature of find_library to find the right + libraries for MPI, and act a bit more intelligently when MPI cannot be found. + * moved CMAKE_CROSSCOMPILING from "Variables that modify behaviour" to + "variables that Provide Information" + * handle HTML documentation for single items better: no warning about + * ComputeSectionLinkPrefix, don't create an index for only one item. + * Better error messages in CPackBundleGenerator + * Fix bug 7426 FindJPEG module causes error when setting JPEG_LIBRARY to blank + * Fix bug 7414 PackageMaker generator crashes when given components + with circular dependencies + * Fix source files to not add extra /, and look for extensions for + all enabled languages. * Mon Jul 21 2008 dmueller@suse.de - update to 2.6.1-RC11: * FindBoost can now find the upcoming Boost 1.46