From bf26fed88dea19a132756cf7e9d869076396e305 Mon Sep 17 00:00:00 2001 From: Orion Poplawski Date: Thu, 8 Sep 2016 09:45:26 -0600 Subject: [PATCH] Update to 3.6.2 --- .gitignore | 1 + cmake.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 291af4f..1fb4ab8 100644 --- a/.gitignore +++ b/.gitignore @@ -21,3 +21,4 @@ /cmake-3.6.0-rc4.tar.gz /cmake-3.6.0.tar.gz /cmake-3.6.1.tar.gz +/cmake-3.6.2.tar.gz diff --git a/cmake.spec b/cmake.spec index 086ca61..1ffa529 100644 --- a/cmake.spec +++ b/cmake.spec @@ -42,7 +42,7 @@ %global orig_name cmake Name: %{orig_name}%{?name_suffix} -Version: %{major_version}.%{minor_version}.1 +Version: %{major_version}.%{minor_version}.2 Release: 1%{?dist} Summary: Cross-platform make system @@ -389,6 +389,9 @@ update-mime-database %{?fedora:-n} %{_datadir}/mime &> /dev/null || : %changelog +* Thu Sep 8 2016 Orion Poplawski - 3.6.2-1 +- Update to 3.6.2 + * Tue Aug 16 2016 Orion Poplawski - 3.6.1-2 - Ship symlinks to binaries with major version in name - Provide %%cmakeX macro, where X is cmake major version diff --git a/sources b/sources index d9b8092..65f9e35 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -d6dd661380adacdb12f41b926ec99545 cmake-3.6.1.tar.gz +139d7affdd4e8ab1edfc9f4322d69e43 cmake-3.6.2.tar.gz