[cmake] Update to 2.8.5 RC 1

Orion Poplawski orion at fedoraproject.org
Tue May 31 21:04:21 UTC 2011


commit 674392d12c271f96c73e935a090b9ab1f92617d7
Author: Orion Poplawski <orion at cora.nwra.com>
Date:   Tue May 31 15:04:10 2011 -0600

    Update to 2.8.5 RC 1

 .gitignore            |    1 +
 cmake-2.8.3-qt4.patch |   34 ----------------------------------
 cmake.spec            |    9 ++++++---
 sources               |    2 +-
 4 files changed, 8 insertions(+), 38 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index f22dd47..8317045 100644
--- a/.gitignore
+++ b/.gitignore
@@ -6,3 +6,4 @@ cmake-2.8.2.tar.gz
 /cmake-2.8.4-rc1.tar.gz
 /cmake-2.8.4-rc2.tar.gz
 /cmake-2.8.4.tar.gz
+/cmake-2.8.5-rc1.tar.gz
diff --git a/cmake.spec b/cmake.spec
index 7ddc71f..91c1e72 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.4
-Release:        1%{?dist}
+Version:        2.8.5
+Release:        0.1.rc1%{?dist}
 Summary:        Cross-platform make system
 
 Group:          Development/Tools
@@ -155,6 +155,9 @@ update-mime-database %{_datadir}/mime &> /dev/null || :
 
 
 %changelog
+* Tue May 31 2011 Orion Poplawski <orion at cora.nwra.com> - 2.8.5-0.1.rc1
+- Update to 2.8.5 RC 1
+
 * Thu Feb 17 2011 Orion Poplawski <orion at cora.nwra.com> - 2.8.4-1
 - Update to 2.8.4 final
 
diff --git a/sources b/sources
index 65e1bf1..10faa99 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-209b7d1d04b2e00986538d74ba764fcf  cmake-2.8.4.tar.gz
+ce7320c363af1c682fe6dcb35dd885b0  cmake-2.8.5-rc1.tar.gz


More information about the scm-commits mailing list