- Update to 2.8.4 RC 2

This commit is contained in:
Orion Poplawski 2011-02-02 09:48:48 -07:00
parent 7a78b9f212
commit e5591cdee7
3 changed files with 7 additions and 3 deletions

1
.gitignore vendored
View File

@ -4,3 +4,4 @@ cmake-2.8.2.tar.gz
/cmake-2.8.3-rc4.tar.gz /cmake-2.8.3-rc4.tar.gz
/cmake-2.8.3.tar.gz /cmake-2.8.3.tar.gz
/cmake-2.8.4-rc1.tar.gz /cmake-2.8.4-rc1.tar.gz
/cmake-2.8.4-rc2.tar.gz

View File

@ -4,11 +4,11 @@
# 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 -rc1 %define rcver -rc2
Name: cmake Name: cmake
Version: 2.8.4 Version: 2.8.4
Release: 0.1.rc1%{?dist} Release: 0.2.rc2%{?dist}
Summary: Cross-platform make system Summary: Cross-platform make system
Group: Development/Tools Group: Development/Tools
@ -154,6 +154,9 @@ update-mime-database %{_datadir}/mime &> /dev/null || :
%changelog %changelog
* Wed Feb 2 2011 Orion Poplawski <orion@cora.nwra.com> - 2.8.4-0.2.rc2
- Update to 2.8.4 RC 2
* Tue Jan 18 2011 Orion Poplawski <orion@cora.nwra.com> - 2.8.4-0.1.rc1 * Tue Jan 18 2011 Orion Poplawski <orion@cora.nwra.com> - 2.8.4-0.1.rc1
- Update to 2.8.4 RC 1 - Update to 2.8.4 RC 1
- Drop qt4 patch - Drop qt4 patch

View File

@ -1 +1 @@
594c207ca1a36034dedb7213da934dd9 cmake-2.8.4-rc1.tar.gz 2ba807197b92b71727b58b8e3d253a89 cmake-2.8.4-rc2.tar.gz