[cmake] Update to 2.8.7 RC 1

Orion Poplawski orion at fedoraproject.org
Tue Dec 13 23:53:13 UTC 2011


commit 9b125c852096196ff0c216df83527484e7209b35
Author: Orion Poplawski <orion at cora.nwra.com>
Date:   Tue Dec 13 16:53:14 2011 -0700

    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 <orion at cora.nwra.com> - 2.8.7-0.1.rc1
+- Update to 2.8.7 RC 1
+
 * Tue Nov 15 2011 Daniel Drake <dsd at laptop.org> - 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


More information about the scm-commits mailing list