From 9d98447b7e4aa11f059f0c93bec01a0d4b89b957 Mon Sep 17 00:00:00 2001 From: Orion Poplawski Date: Tue, 13 Sep 2011 15:59:53 -0600 Subject: [PATCH] Update to 2.8.6 RC 3 --- .gitignore | 1 + cmake.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 160d375..4b66d77 100644 --- a/.gitignore +++ b/.gitignore @@ -12,3 +12,4 @@ cmake-2.8.2.tar.gz /cmake-2.8.5.tar.gz /cmake-2.8.6-rc1.tar.gz /cmake-2.8.6-rc2.tar.gz +/cmake-2.8.6-rc3.tar.gz diff --git a/cmake.spec b/cmake.spec index 8637290..147acf4 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 -rc2 +%define rcver -rc3 Name: cmake Version: 2.8.6 -Release: 0.3.rc2%{?dist} +Release: 0.4.rc3%{?dist} Summary: Cross-platform make system Group: Development/Tools @@ -160,6 +160,9 @@ update-mime-database %{_datadir}/mime &> /dev/null || : %changelog +* Tue Sep 13 2011 Orion Poplawski - 2.8.6-0.4.rc3 +- Update to 2.8.6 RC 3 + * Sun Sep 11 2011 Ville Skyttä - 2.8.6-0.3.rc2 - Sync FFLAGS and LDFLAGS in the %%cmake macro with redhat-rpm-config. diff --git a/sources b/sources index ad44464..ffeeb04 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -f127d07974a56c6dbfb9b597563cc2d3 cmake-2.8.6-rc2.tar.gz +83a62ac91e7727bf50f48d992fb348e9 cmake-2.8.6-rc3.tar.gz