Update to 3.4.0-rc2

This commit is contained in:
Orion Poplawski 2015-10-21 20:45:38 -06:00
parent a002bb282c
commit d6aa4da9f8
3 changed files with 7 additions and 3 deletions

1
.gitignore vendored
View File

@ -42,3 +42,4 @@
/cmake-3.3.1.tar.gz /cmake-3.3.1.tar.gz
/cmake-3.3.2.tar.gz /cmake-3.3.2.tar.gz
/cmake-3.4.0-rc1.tar.gz /cmake-3.4.0-rc1.tar.gz
/cmake-3.4.0-rc2.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 -rc1 %define rcver -rc2
%define rpm_macros_dir %{_sysconfdir}/rpm %define rpm_macros_dir %{_sysconfdir}/rpm
%if 0%{?fedora} %if 0%{?fedora}
@ -13,7 +13,7 @@
Name: cmake Name: cmake
Version: 3.4.0 Version: 3.4.0
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
@ -274,6 +274,9 @@ update-mime-database %{?fedora:-n} %{_datadir}/mime &> /dev/null || :
%changelog %changelog
* Wed Oct 21 2015 Orion Poplawski <orion@cora.nwra.com> - 3.4.0-0.2.rc2
- Update to 3.4.0-rc2
* Tue Oct 6 2015 Orion Poplawski <orion@cora.nwra.com> - 3.4.0-0.1.rc1 * Tue Oct 6 2015 Orion Poplawski <orion@cora.nwra.com> - 3.4.0-0.1.rc1
- Update to 3.4.0-rc1 - Update to 3.4.0-rc1

View File

@ -1 +1 @@
c88bf70b6b0d89a6fa064cf7ccf4b2d9 cmake-3.4.0-rc1.tar.gz 515450c0526ed03faa54093a8d97be71 cmake-3.4.0-rc2.tar.gz