diff --git a/.cvsignore b/.cvsignore index 17c6389..80fc416 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -cmake-2.8.0-rc1.tar.gz +cmake-2.8.0-rc2.tar.gz diff --git a/cmake.spec b/cmake.spec index ad62c8c..b999d3b 100644 --- a/cmake.spec +++ b/cmake.spec @@ -4,11 +4,11 @@ # 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 Name: cmake Version: 2.8.0 -Release: 0.1.rc1%{?dist} +Release: 0.2.rc2%{?dist} Summary: Cross-platform make system Group: Development/Tools @@ -91,7 +91,7 @@ desktop-file-install --delete-original \ %check unset DISPLAY -bin/ctest -V +bin/ctest -V %{?_smp_mflags} %clean @@ -132,6 +132,10 @@ update-mime-database %{_datadir}/mime &> /dev/null || : %changelog +* Thu Oct 8 2009 Orion Poplawski - 2.8.0-0.1.rc2 +- Update to 2.8.0 RC 2 +- Use parallel ctest in %%check + * Tue Sep 29 2009 Orion Poplawski - 2.8.0-0.1.rc1 - Update to 2.8.0 RC 1 diff --git a/sources b/sources index ad0465d..62facd6 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -d849a05aa043d0e28193ae3d03928c8f cmake-2.8.0-rc1.tar.gz +85c51602dd00184cdc6b15db0164330d cmake-2.8.0-rc2.tar.gz