[cmake] Update to 3.2.0-rc2

Orion Poplawski orion at fedoraproject.org
Fri Feb 27 00:12:37 UTC 2015


commit cfe5d737b475f8a21b955610d189774515f747c6
Author: Orion Poplawski <orion at cora.nwra.com>
Date:   Thu Feb 26 17:12:36 2015 -0700

    Update to 3.2.0-rc2

 .gitignore | 1 +
 cmake.spec | 7 +++++--
 sources    | 2 +-
 3 files changed, 7 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 537269e..66ab7c2 100644
--- a/.gitignore
+++ b/.gitignore
@@ -31,3 +31,4 @@
 /cmake-3.1.2.tar.gz
 /cmake-3.1.3.tar.gz
 /cmake-3.2.0-rc1.tar.gz
+/cmake-3.2.0-rc2.tar.gz
diff --git a/cmake.spec b/cmake.spec
index d7c288b..f494745 100644
--- a/cmake.spec
+++ b/cmake.spec
@@ -4,7 +4,7 @@
 # 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
 
 %define rpm_macros_dir %{_sysconfdir}/rpm
 %if 0%{?fedora} > 18
@@ -13,7 +13,7 @@
 
 Name:           cmake
 Version:        3.2.0
-Release:        0.1.rc1%{?dist}
+Release:        0.2.rc2%{?dist}
 Summary:        Cross-platform make system
 
 Group:          Development/Tools
@@ -228,6 +228,9 @@ update-mime-database %{?fedora:-n} %{_datadir}/mime &> /dev/null || :
 
 
 %changelog
+* Thu Feb 26 2015 Orion Poplawski <orion at cora.nwra.com> - 3.2.0-0.2.rc2
+- Update to 3.2.0-rc2
+
 * Sun Feb 15 2015 Orion Poplawski <orion at cora.nwra.com> - 3.2.0-0.1.rc1
 - Update to 3.2.0-rc1
 - Drop ninja patch fixed upstream
diff --git a/sources b/sources
index 1b61d1a..c496d7b 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-85d86465143171d0482aae1e592992dc  cmake-3.2.0-rc1.tar.gz
+b6f13ff3038ecfd91a2075931878732f  cmake-3.2.0-rc2.tar.gz


More information about the scm-commits mailing list