Update to 2.8.11 release

This commit is contained in:
Orion Poplawski 2013-05-18 20:17:13 -06:00
parent 345aeea69e
commit f97a06b336
3 changed files with 7 additions and 3 deletions

1
.gitignore vendored
View File

@ -5,3 +5,4 @@
/cmake-2.8.11-rc2.tar.gz /cmake-2.8.11-rc2.tar.gz
/cmake-2.8.11-rc3.tar.gz /cmake-2.8.11-rc3.tar.gz
/cmake-2.8.11-rc4.tar.gz /cmake-2.8.11-rc4.tar.gz
/cmake-2.8.11.tar.gz

View File

@ -4,7 +4,7 @@
# Set to bcond_with or use --without gui to disable qt4 gui build # Set to bcond_with or use --without gui to disable qt4 gui build
%bcond_without gui %bcond_without gui
# Set to RC version if building RC, else %{nil} # Set to RC version if building RC, else %{nil}
%define rcver -rc4 %define rcver %{nil}
%define rpm_macros_dir %{_sysconfdir}/rpm %define rpm_macros_dir %{_sysconfdir}/rpm
%if 0%{?fedora} > 18 %if 0%{?fedora} > 18
@ -13,7 +13,7 @@
Name: cmake Name: cmake
Version: 2.8.11 Version: 2.8.11
Release: 0.9.rc4%{?dist} Release: 1%{?dist}
Summary: Cross-platform make system Summary: Cross-platform make system
Group: Development/Tools Group: Development/Tools
@ -193,6 +193,9 @@ update-mime-database %{_datadir}/mime &> /dev/null || :
%changelog %changelog
* Sat May 18 2013 Orion Poplawski <orion@cora.nwra.com> - 2.8.11-1
- Update to 2.8.11 release
* Mon May 13 2013 Tom Callaway <spot@fedoraproject.org> - 2.8.11-0.9.rc4 * Mon May 13 2013 Tom Callaway <spot@fedoraproject.org> - 2.8.11-0.9.rc4
- add FindLua52.cmake - add FindLua52.cmake

View File

@ -1 +1 @@
9368e603c83f6c71ee73a187f2db8ff8 cmake-2.8.11-rc4.tar.gz be6008f2299613d23fe82ab53ef7472e cmake-2.8.11.tar.gz