From 3f7549751e42824f64d8988d3f00f7633f722c41 Mon Sep 17 00:00:00 2001 From: Orion Poplawski Date: Sat, 12 Nov 2016 07:38:22 -0700 Subject: [PATCH] Update to 3.7.0 final --- .gitignore | 1 + cmake.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 552e18b..b451b36 100644 --- a/.gitignore +++ b/.gitignore @@ -25,3 +25,4 @@ /cmake-3.7.0-rc1.tar.gz /cmake-3.7.0-rc2.tar.gz /cmake-3.7.0-rc3.tar.gz +/cmake-3.7.0.tar.gz diff --git a/cmake.spec b/cmake.spec index ee79395..cfd91c7 100644 --- a/cmake.spec +++ b/cmake.spec @@ -35,7 +35,7 @@ %global major_version 3 %global minor_version 7 # Set to RC version if building RC, else %{nil} -%global rcver rc3 +#global rcver rc3 # Uncomment if building for EPEL #global name_suffix %{major_version} @@ -43,7 +43,7 @@ Name: %{orig_name}%{?name_suffix} Version: %{major_version}.%{minor_version}.0 -Release: 0.3.rc3%{?dist} +Release: 1%{?dist} Summary: Cross-platform make system # most sources are BSD @@ -399,6 +399,9 @@ update-mime-database %{?fedora:-n} %{_datadir}/mime &> /dev/null || : %changelog +* Sat Nov 12 2016 Orion Poplawski - 3.7.0-1 +- Update to 3.7.0 final + * Fri Nov 4 2016 Orion Poplawski - 3.7.0-0.3.rc3 - Update to 3.7.0-rc3 diff --git a/sources b/sources index 022409a..2acc059 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -a89171b330fcbbd6ba026e3622fff1cb cmake-3.7.0-rc3.tar.gz +3801dc4e54c1c957a7378d8b0d4254ba cmake-3.7.0.tar.gz