diff --git a/.gitignore b/.gitignore index 38c5f1a..f571786 100644 --- a/.gitignore +++ b/.gitignore @@ -20,3 +20,4 @@ /cmake-3.0.0-rc3.tar.gz /cmake-3.0.0-rc4.tar.gz /cmake-3.0.0-rc5.tar.gz +/cmake-3.0.0-rc6.tar.gz diff --git a/cmake.spec b/cmake.spec index 9bcb958..b0d5e48 100644 --- a/cmake.spec +++ b/cmake.spec @@ -4,7 +4,7 @@ # 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 -rc5 +%define rcver -rc6 %define rpm_macros_dir %{_sysconfdir}/rpm %if 0%{?fedora} > 18 @@ -13,7 +13,7 @@ Name: cmake Version: 3.0.0 -Release: 0.9.rc5%{?dist} +Release: 0.10.rc6%{?dist} Summary: Cross-platform make system Group: Development/Tools @@ -242,6 +242,9 @@ update-mime-database %{_datadir}/mime &> /dev/null || : %changelog +* Tue May 27 2014 Orion Poplawski - 3.0.0-0.10.rc6 +- Update to 3.0.0-rc6 + * Wed May 14 2014 Orion Poplawski - 3.0.0-0.9.rc5 - Update to 3.0.0-rc5 - Drop icon patch applied upstream diff --git a/sources b/sources index 91b3e8b..2120133 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -7adb325c9bcdcd4a01f203e21497b913 cmake-3.0.0-rc5.tar.gz +ac8217c439601726ab07c371411c033e cmake-3.0.0-rc6.tar.gz