diff --git a/cmake-2.6.1-RC-15.tar.bz2 b/cmake-2.6.1-RC-15.tar.bz2 deleted file mode 100644 index 20a688b..0000000 --- a/cmake-2.6.1-RC-15.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f52b71e205540a47e3f046a9fa6887698fe3954b7dcbb9fc3db7372ff51ffe23 -size 2690480 diff --git a/cmake-2.6.1.tar.bz2 b/cmake-2.6.1.tar.bz2 new file mode 100644 index 0000000..00c70d1 --- /dev/null +++ b/cmake-2.6.1.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6c79f4796e117302cdc9725aa207cd636b6889d2fe97e69697b3be8510ad85dd +size 2691601 diff --git a/cmake.changes b/cmake.changes index 221f9ce..699d517 100644 --- a/cmake.changes +++ b/cmake.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Sun Aug 3 23:46:24 CEST 2008 - dmueller@suse.de + +- update to 2.6.1: + * Fix for bug 7427, preinstall target name hard coded + ------------------------------------------------------------------- Wed Jul 23 13:45:25 CEST 2008 - dmueller@suse.de diff --git a/cmake.spec b/cmake.spec index 42d620b..9af928a 100644 --- a/cmake.spec +++ b/cmake.spec @@ -2,9 +2,16 @@ # spec file for package cmake (Version 2.6.1) # # Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany. -# This file and all modifications and additions to the pristine -# package are under the same license as the package itself. # +# All modifications and additions to the file contributed by third parties +# remain the property of their copyright owners, unless otherwise agreed +# upon. The license for this file, and modifications and additions to the +# file, is the same license as for the pristine package itself (unless the +# license for the pristine package is not an Open Source License, in which +# case the license is the MIT License). An "Open Source License" is a +# license that conforms to the Open Source Definition (Version 1.9) +# published by the Open Source Initiative. + # Please submit bugfixes or comments via http://bugs.opensuse.org/ # @@ -13,10 +20,10 @@ Name: cmake Version: 2.6.1 -Release: 14 +Release: 19 License: BSD 3-Clause Group: Development/Tools/Building -%define tar_version 2.6.1-RC-15 +%define tar_version %version Url: http://www.cmake.org/ Source0: %{name}-%{tar_version}.tar.bz2 Patch0: cmake-2.6.0-use_intree_xmlrpc.patch @@ -122,6 +129,9 @@ rm -rf %{buildroot} %endif %changelog +* Mon Aug 04 2008 dmueller@suse.de +- update to 2.6.1: + * Fix for bug 7427, preinstall target name hard coded * 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