From 9b125c852096196ff0c216df83527484e7209b35 Mon Sep 17 00:00:00 2001 From: Orion Poplawski Date: Tue, 13 Dec 2011 16:53:14 -0700 Subject: [PATCH] Update to 2.8.7 RC 1 --- .gitignore | 1 + cmake.spec | 9 ++++++--- sources | 2 +- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index fe5429f..103e822 100644 --- a/.gitignore +++ b/.gitignore @@ -15,3 +15,4 @@ cmake-2.8.2.tar.gz /cmake-2.8.6-rc3.tar.gz /cmake-2.8.6-rc4.tar.gz /cmake-2.8.6.tar.gz +/cmake-2.8.7-rc1.tar.gz diff --git a/cmake.spec b/cmake.spec index f1bc2e2..1385584 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 %{nil} +%define rcver -rc1 Name: cmake -Version: 2.8.6 -Release: 2%{?dist} +Version: 2.8.7 +Release: 0.1.rc1%{?dist} Summary: Cross-platform make system Group: Development/Tools @@ -160,6 +160,9 @@ update-mime-database %{_datadir}/mime &> /dev/null || : %changelog +* Tue Dec 13 2011 Orion Poplawski - 2.8.7-0.1.rc1 +- Update to 2.8.7 RC 1 + * Tue Nov 15 2011 Daniel Drake - 2.8.6-2 - Rebuild for libarchive.so.11 diff --git a/sources b/sources index 6996b92..b6188fa 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -2147da452fd9212bb9b4542a9eee9d5b cmake-2.8.6.tar.gz +7828df2139fcffaf7cd3533bdaf94828 cmake-2.8.7-rc1.tar.gz