[cmake] Update to 3.2.1

Orion Poplawski orion at fedoraproject.org
Wed Mar 11 16:26:19 UTC 2015


commit ca739f559da42f2279785364eb9fbc735a2a1019
Author: Orion Poplawski <orion at cora.nwra.com>
Date:   Wed Mar 11 10:26:18 2015 -0600

    Update to 3.2.1

 .gitignore | 1 +
 cmake.spec | 9 ++++++---
 sources    | 2 +-
 3 files changed, 8 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 66ab7c2..8a8cc8e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -32,3 +32,4 @@
 /cmake-3.1.3.tar.gz
 /cmake-3.2.0-rc1.tar.gz
 /cmake-3.2.0-rc2.tar.gz
+/cmake-3.2.1.tar.gz
diff --git a/cmake.spec b/cmake.spec
index 3c95f17..723dc18 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 -rc2
+%define rcver %{nil}
 
 %define rpm_macros_dir %{_sysconfdir}/rpm
 %if 0%{?fedora} > 18
@@ -12,8 +12,8 @@
 %endif
 
 Name:           cmake
-Version:        3.2.0
-Release:        0.2.rc2%{?dist}
+Version:        3.2.1
+Release:        1%{?dist}
 Summary:        Cross-platform make system
 
 Group:          Development/Tools
@@ -221,6 +221,9 @@ update-mime-database %{?fedora:-n} %{_datadir}/mime &> /dev/null || :
 
 
 %changelog
+* Wed Mar 11 2015 Orion Poplawski <orion at cora.nwra.com> - 3.2.1-1
+- Update to 3.2.1
+
 * Thu Feb 26 2015 Orion Poplawski <orion at cora.nwra.com> - 3.2.0-0.2.rc2
 - Update to 3.2.0-rc2
 - Drop C++11 ABI workaround, fixed in gcc
diff --git a/sources b/sources
index c496d7b..e8c5623 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-b6f13ff3038ecfd91a2075931878732f  cmake-3.2.0-rc2.tar.gz
+63f436aa19b5efc37017759c8d3953ca  cmake-3.2.1.tar.gz


More information about the scm-commits mailing list