[cmake] Update to 3.0.0-rc3

Orion Poplawski orion at fedoraproject.org
Thu Mar 27 01:57:09 UTC 2014


commit 882bf0a996729c26d0b74240f0721d82d2b0c828
Author: Orion Poplawski <orion at cora.nwra.com>
Date:   Wed Mar 26 19:57:15 2014 -0600

    Update to 3.0.0-rc3

 .gitignore |    1 +
 cmake.spec |    7 +++++--
 sources    |    2 +-
 3 files changed, 7 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 6354a6e..7a0c0ea 100644
--- a/.gitignore
+++ b/.gitignore
@@ -17,3 +17,4 @@
 /cmake-2.8.12.1.tar.gz
 /cmake-2.8.12.2.tar.gz
 /cmake-3.0.0-rc1.tar.gz
+/cmake-3.0.0-rc3.tar.gz
diff --git a/cmake.spec b/cmake.spec
index 4bcdcbf..73e3842 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 -rc3
 
 %define rpm_macros_dir %{_sysconfdir}/rpm
 %if 0%{?fedora} > 18
@@ -13,7 +13,7 @@
 
 Name:           cmake
 Version:        3.0.0
-Release:        0.4.rc1%{?dist}
+Release:        0.5.rc3%{?dist}
 Summary:        Cross-platform make system
 
 Group:          Development/Tools
@@ -239,6 +239,9 @@ update-mime-database %{_datadir}/mime &> /dev/null || :
 
 
 %changelog
+* Wed Mar 26 2014 Orion Poplawski <orion at cora.nwra.com> - 3.0.0-0.5.rc3
+- Update to 3.0.0-rc3
+
 * Wed Mar 5 2014 Orion Poplawski <orion at cora.nwra.com> - 3.0.0-0.4.rc1
 - Add additional FindPythonLibs patch from upstream (bug #1072964)
 
diff --git a/sources b/sources
index 542414b..1bbec9c 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-3f6e729a52e15cc3b1d58e2d1195c421  cmake-3.0.0-rc1.tar.gz
+de91479548fd64c85841f62c76d920bf  cmake-3.0.0-rc3.tar.gz


More information about the scm-commits mailing list