From 65f756973431a11e195d91846571b84ed54d4347 Mon Sep 17 00:00:00 2001 From: Orion Poplawski Date: Tue, 23 Jun 2015 21:45:46 -0600 Subject: [PATCH] Update to 3.3.0-rc2 --- .gitignore | 1 + cmake.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 6e368da..aa34970 100644 --- a/.gitignore +++ b/.gitignore @@ -36,3 +36,4 @@ /cmake-3.2.2.tar.gz /cmake-3.2.3.tar.gz /cmake-3.3.0-rc1.tar.gz +/cmake-3.3.0-rc2.tar.gz diff --git a/cmake.spec b/cmake.spec index 9341362..84baf9f 100644 --- a/cmake.spec +++ b/cmake.spec @@ -4,7 +4,7 @@ # 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 -rc1 +%define rcver -rc2 %define rpm_macros_dir %{_sysconfdir}/rpm %if 0%{?fedora} > 18 @@ -13,7 +13,7 @@ Name: cmake Version: 3.3.0 -Release: 0.2.rc1%{?dist} +Release: 0.3.rc2%{?dist} Summary: Cross-platform make system Group: Development/Tools @@ -272,6 +272,9 @@ update-mime-database %{?fedora:-n} %{_datadir}/mime &> /dev/null || : %changelog +* Tue Jun 23 2015 Orion Poplawski - 3.3.0-0.3.rc2 +- Update to 3.3.0-rc2 + * Wed Jun 17 2015 Fedora Release Engineering - 3.3.0-0.2.rc1 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild diff --git a/sources b/sources index c4ac405..a842a98 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -ccbbf6d0e22d7142b8419119be60cf49 cmake-3.3.0-rc1.tar.gz +ac9b288d13333f3426200c511aebb626 cmake-3.3.0-rc2.tar.gz