Update to 2.8.10 final

This commit is contained in:
Orion Poplawski 2012-11-01 16:30:14 -06:00
parent dfcce6627e
commit 498ec5ea5b
3 changed files with 7 additions and 3 deletions

1
.gitignore vendored
View File

@ -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

View File

@ -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 <orion@cora.nwra.com> - 2.8.10-1
- Update to 2.8.10 final
* Thu Oct 24 2012 Orion Poplawski <orion@cora.nwra.com> - 2.8.10-0.2.rc3
- Add patch to fix DEL key in ccmake (bug 869769)

View File

@ -1 +1 @@
a0d794632556d64db3ad180503000e85 cmake-2.8.10-rc3.tar.gz
d4aef1eab859df61d2664721a72732c0 cmake-2.8.10.tar.gz