diff --git a/.gitignore b/.gitignore index d61bafa..e77dc64 100644 --- a/.gitignore +++ b/.gitignore @@ -26,3 +26,4 @@ cmake-2.8.2.tar.gz /cmake-2.8.9-rc3.tar.gz /cmake-2.8.9.tar.gz /cmake-2.8.10-rc3.tar.gz +/cmake-2.8.10.tar.gz diff --git a/cmake.spec b/cmake.spec index a7232c7..6993a17 100644 --- a/cmake.spec +++ b/cmake.spec @@ -4,11 +4,11 @@ # Set to bcond_with or use --without gui to disable qt4 gui build %bcond_without gui # Set to RC version if building RC, else %{nil} -%define rcver -rc3 +%define rcver %{nil} Name: cmake Version: 2.8.10 -Release: 0.2.rc3%{?dist} +Release: 1%{?dist} Summary: Cross-platform make system Group: Development/Tools @@ -182,6 +182,9 @@ update-mime-database %{_datadir}/mime &> /dev/null || : %changelog +* Thu Nov 1 2012 Orion Poplawski - 2.8.10-1 +- Update to 2.8.10 final + * Thu Oct 24 2012 Orion Poplawski - 2.8.10-0.2.rc3 - Add patch to fix DEL key in ccmake (bug 869769) diff --git a/sources b/sources index 79ed2c8..eae2cd3 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -a0d794632556d64db3ad180503000e85 cmake-2.8.10-rc3.tar.gz +d4aef1eab859df61d2664721a72732c0 cmake-2.8.10.tar.gz