From 2c36e6cccc22709c4a1642910cf79ee0938e347d Mon Sep 17 00:00:00 2001 From: Orion Poplawski Date: Thu, 4 Nov 2010 14:13:32 -0600 Subject: [PATCH] - Update to 2.8.3 final --- .gitignore | 1 + cmake.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 939a615..ac86f31 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ cmake-2.8.2.tar.gz /cmake-2.8.3-rc1.tar.gz /cmake-2.8.3-rc3.tar.gz /cmake-2.8.3-rc4.tar.gz +/cmake-2.8.3.tar.gz diff --git a/cmake.spec b/cmake.spec index 4116374..86236dd 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 -rc4 +%define rcver %{nil} Name: cmake Version: 2.8.3 -Release: 0.3.rc4%{?dist} +Release: 1%{?dist} Summary: Cross-platform make system Group: Development/Tools @@ -154,6 +154,9 @@ update-mime-database %{_datadir}/mime &> /dev/null || : %changelog +* Thu Nov 4 2010 Orion Poplawski - 2.8.3-1 +- Update to 2.8.3 final + * Mon Nov 1 2010 Orion Poplawski - 2.8.3-0.3.rc4 - Update to 2.8.3 RC 4 - Drop python 2.7 patch fixed upstream diff --git a/sources b/sources index bebae1e..0586022 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -80a4d28db3c00608b503388b2e4387c7 cmake-2.8.3-rc4.tar.gz +a76a44b93acf5e3badda9de111385921 cmake-2.8.3.tar.gz