From bdee19cd9f32de21a068d6957f8940d8192507b4 Mon Sep 17 00:00:00 2001 From: Orion Poplawski Date: Mon, 8 Jun 2015 14:20:31 -0600 Subject: [PATCH] Update to 3.3.0-rc1 --- .gitignore | 1 + cmake.spec | 11 +++++++---- sources | 2 +- 3 files changed, 9 insertions(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index 5e087bd..6e368da 100644 --- a/.gitignore +++ b/.gitignore @@ -35,3 +35,4 @@ /cmake-3.2.1.tar.gz /cmake-3.2.2.tar.gz /cmake-3.2.3.tar.gz +/cmake-3.3.0-rc1.tar.gz diff --git a/cmake.spec b/cmake.spec index c6f42d8..9b2889a 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 %{nil} +%define rcver -rc1 %define rpm_macros_dir %{_sysconfdir}/rpm %if 0%{?fedora} > 18 @@ -12,8 +12,8 @@ %endif Name: cmake -Version: 3.2.3 -Release: 1%{?dist} +Version: 3.3.0 +Release: 0.1.rc1%{?dist} Summary: Cross-platform make system Group: Development/Tools @@ -23,7 +23,7 @@ Group: Development/Tools # some GPL-licensed bison-generated files, these all include an exception granting redistribution under terms of your choice License: BSD and MIT and zlib URL: http://www.cmake.org -Source0: http://www.cmake.org/files/v3.2/cmake-%{version}%{?rcver}.tar.gz +Source0: http://www.cmake.org/files/v3.3/cmake-%{version}%{?rcver}.tar.gz Source1: cmake-init.el Source2: macros.cmake # See https://bugzilla.redhat.com/show_bug.cgi?id=1202899 @@ -272,6 +272,9 @@ update-mime-database %{?fedora:-n} %{_datadir}/mime &> /dev/null || : %changelog +* Mon Jun 8 2015 Orion Poplawski - 3.3.0-0.1.rc1 +- Update to 3.3.0-rc1 + * Mon Jun 8 2015 Orion Poplawski - 3.2.3-1 - Update to 3.2.3 diff --git a/sources b/sources index 389fdb8..c4ac405 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -d51c92bf66b1e9d4fe2b7aaedd51377c cmake-3.2.3.tar.gz +ccbbf6d0e22d7142b8419119be60cf49 cmake-3.3.0-rc1.tar.gz