[cmake] - Update to 2.8.3 RC 1

Orion Poplawski orion at fedoraproject.org
Thu Sep 16 16:06:45 UTC 2010


commit d9780f55db0cd6d4a8157a9423147a350a26aaaf
Author: Orion Poplawski <orion at cora.nwra.com>
Date:   Thu Sep 16 10:06:41 2010 -0600

    - Update to 2.8.3 RC 1

 .gitignore |    1 +
 cmake.spec |    9 ++++++---
 sources    |    2 +-
 3 files changed, 8 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 5e9430d..6a8c3d7 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 cmake-2.8.2.tar.gz
+/cmake-2.8.3-rc1.tar.gz
diff --git a/cmake.spec b/cmake.spec
index 476e93c..7c359a0 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.2
-Release:        2%{?dist}
+Version:        2.8.3
+Release:        0.1.rc1%{?dist}
 Summary:        Cross-platform make system
 
 Group:          Development/Tools
@@ -144,6 +144,9 @@ update-mime-database %{_datadir}/mime &> /dev/null || :
 
 
 %changelog
+* Thu Sep 16 2010 Orion Poplawski <orion at cora.nwra.com> - 2.8.3-0.1.rc1
+- Update to 2.8.3 RC 1
+
 * Fri Jul 23 2010 Kevin Kofler <Kevin at tigcc.ticalc.org> - 2.8.2-2
 - add support for Python 2.7 to FindPythonLibs.cmake (Orcan Ogetbil)
 
diff --git a/sources b/sources
index d5d6949..f59264a 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-8c967d5264657a798f22ee23976ff0d9  cmake-2.8.2.tar.gz
+1ce9e4553ed496eb182bc2687d13b491  cmake-2.8.3-rc1.tar.gz


More information about the scm-commits mailing list