[cmake] Update to 3.0.0 final

Orion Poplawski orion at fedoraproject.org
Sun Jun 15 02:59:49 UTC 2014


commit 8c3218e759b28987dceb67516cd2dc7f88493d24
Author: Orion Poplawski <orion at cora.nwra.com>
Date:   Sat Jun 14 20:59:44 2014 -0600

    Update to 3.0.0 final

 .gitignore |    1 +
 cmake.spec |    7 +++++--
 sources    |    2 +-
 3 files changed, 7 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index f571786..0c36d0a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -21,3 +21,4 @@
 /cmake-3.0.0-rc4.tar.gz
 /cmake-3.0.0-rc5.tar.gz
 /cmake-3.0.0-rc6.tar.gz
+/cmake-3.0.0.tar.gz
diff --git a/cmake.spec b/cmake.spec
index 690f91f..55339f1 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 -rc6
+%define rcver %{nil}
 
 %define rpm_macros_dir %{_sysconfdir}/rpm
 %if 0%{?fedora} > 18
@@ -13,7 +13,7 @@
 
 Name:           cmake
 Version:        3.0.0
-Release:        0.11.rc6%{?dist}
+Release:        1%{?dist}
 Summary:        Cross-platform make system
 
 Group:          Development/Tools
@@ -242,6 +242,9 @@ update-mime-database %{_datadir}/mime &> /dev/null || :
 
 
 %changelog
+* Sat Jun 14 2014 Orion Poplawski <orion at cora.nwra.com> - 3.0.0-1
+- Update to 3.0.0 final
+
 * Sat Jun 07 2014 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 3.0.0-0.11.rc6
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
 
diff --git a/sources b/sources
index 2120133..6b5a00c 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-ac8217c439601726ab07c371411c033e  cmake-3.0.0-rc6.tar.gz
+21a1c85e1a3b803c4b48e7ff915a863e  cmake-3.0.0.tar.gz


More information about the scm-commits mailing list