diff --git a/cmake-2.8.1-rc3.tar.bz2 b/cmake-2.8.1-rc3.tar.bz2 deleted file mode 100644 index 41ff142..0000000 --- a/cmake-2.8.1-rc3.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4f26bb62414c720c6f54a4b62a78596908949cb72cecc0a01e99678ca5550ffc -size 2745738 diff --git a/cmake-2.8.1.tar.bz2 b/cmake-2.8.1.tar.bz2 new file mode 100644 index 0000000..03abbba --- /dev/null +++ b/cmake-2.8.1.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:04b606adc208b8619aa08449ef05783933e48a57234f6975df20d909bde61384 +size 2746713 diff --git a/cmake.changes b/cmake.changes index 1c2812e..166f22f 100644 --- a/cmake.changes +++ b/cmake.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Thu Mar 18 10:23:53 UTC 2010 - puzel@novell.com + +- update to cmake 2.8.1 (final) + - Add a new search path for MPICH2 + - Add .git .bzr and .hg to the list of default CPack ignore + directories. + - CTest: Do not hide test GUI windows (fixes 2.8.0 regression) + - Documentation: Clarify CMAKE_MODULE_PATH variable + - FindQt4: Add support for QtDeclartive module + - FortranCInterface: Fix PathScale detection + ------------------------------------------------------------------- Wed Feb 24 22:46:26 CET 2010 - dmueller@suse.de diff --git a/cmake.spec b/cmake.spec index 5f3f698..e1efaef 100644 --- a/cmake.spec +++ b/cmake.spec @@ -1,5 +1,5 @@ # -# spec file for package cmake (Version 2.8.0+2.8.1rc3) +# spec file for package cmake (Version 2.8.1) # # Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany. # @@ -19,13 +19,12 @@ Name: cmake -Version: 2.8.0+2.8.1rc3 +Version: 2.8.1 Release: 1 License: BSD3c Group: Development/Tools/Building -%define tar_version 2.8.1-rc3 Url: http://www.cmake.org/ -Source0: %{name}-%{tar_version}.tar.bz2 +Source0: %{name}-%{version}.tar.bz2 Patch4: cmake-disable-builtin-chrpath.diff Patch5: fortify-buffer-overflows.diff Summary: Cross-platform, open-source make system @@ -39,8 +38,6 @@ Requires: make %description CMake is a cross-platform, open-source make system - - Authors: -------- Kitware, Inc., Insight Consortium @@ -56,8 +53,6 @@ Group: Development/Tools/Building This is a Graphical User Interface for CMake, a cross-platform, open-source make system. - - Authors: -------- Kitware, Inc., Insight Consortium @@ -65,7 +60,7 @@ Authors: %endif %prep -%setup -q -n %name-%tar_version +%setup -q -n %name-%version %patch4 %patch5