diff --git a/.gitignore b/.gitignore index 34ad4cf..ecc3b05 100644 --- a/.gitignore +++ b/.gitignore @@ -25,3 +25,4 @@ /cmake-3.0.1.tar.gz /cmake-3.0.2.tar.gz /cmake-3.1.0-rc1.tar.gz +/cmake-3.1.0-rc2.tar.gz diff --git a/cmake.spec b/cmake.spec index 7d97704..2651eb5 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 -rc1 +%define rcver -rc2 %define rpm_macros_dir %{_sysconfdir}/rpm %if 0%{?fedora} > 18 @@ -13,7 +13,7 @@ Name: cmake Version: 3.1.0 -Release: 0.1.rc1%{?dist} +Release: 0.2.rc2%{?dist} Summary: Cross-platform make system Group: Development/Tools @@ -227,6 +227,9 @@ update-mime-database %{?fedora:-n} %{_datadir}/mime &> /dev/null || : %changelog +* Sat Nov 15 2014 Orion Poplawski - 3.1.0-0.2.rc2 +- Update to 3.1.0-rc2 + * Wed Oct 29 2014 Orion Poplawski - 3.1.0-0.1.rc1 - Update to 3.1.0-rc1 diff --git a/sources b/sources index c474f2e..3e11f48 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -569dcfeec5e48f6e975e5574ef29a384 cmake-3.1.0-rc1.tar.gz +6941482b8890bf7a4fac8aa7f2d00167 cmake-3.1.0-rc2.tar.gz