From e6cfdefbc5690acc5d4536477320bf1cb3cedbad Mon Sep 17 00:00:00 2001 From: Orion Poplawski Date: Wed, 19 Oct 2016 21:14:07 -0600 Subject: [PATCH] Update to 3.7.0-rc2 --- .gitignore | 1 + cmake.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index e8b30be..0dae60d 100644 --- a/.gitignore +++ b/.gitignore @@ -23,3 +23,4 @@ /cmake-3.6.1.tar.gz /cmake-3.6.2.tar.gz /cmake-3.7.0-rc1.tar.gz +/cmake-3.7.0-rc2.tar.gz diff --git a/cmake.spec b/cmake.spec index fedec0e..2098406 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 rc1 +%global rcver rc2 # 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.1.rc1%{?dist} +Release: 0.2.rc2%{?dist} Summary: Cross-platform make system # most sources are BSD @@ -399,6 +399,9 @@ update-mime-database %{?fedora:-n} %{_datadir}/mime &> /dev/null || : %changelog +* Wed Oct 19 2016 Orion Poplawski - 3.7.0-0.2.rc2 +- Update to 3.7.0-rc2 + * Thu Oct 6 2016 Orion Poplawski - 3.7.0-0.1.rc1 - Update to 3.7.0-rc1 - Drop gui, findjni, and riscv patches applied upstream diff --git a/sources b/sources index 7156d21..22fbb6b 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -f2eda38b78c4185bdc2df139b10e37c9 cmake-3.7.0-rc1.tar.gz +bf72e1975c3d3126bd78e868a65d8572 cmake-3.7.0-rc2.tar.gz