From c9a8b5fe8226d8b511b3bf92f8f804e29ec36303 Mon Sep 17 00:00:00 2001 From: Orion Poplawski Date: Thu, 23 Jul 2015 22:24:08 -0600 Subject: [PATCH] Update to 3.3.0 --- .gitignore | 1 + cmake.spec | 9 ++++++--- sources | 2 +- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index f55b82e..6f88496 100644 --- a/.gitignore +++ b/.gitignore @@ -38,3 +38,4 @@ /cmake-3.3.0-rc1.tar.gz /cmake-3.3.0-rc2.tar.gz /cmake-3.3.0-rc3.tar.gz +/cmake-3.3.0.tar.gz diff --git a/cmake.spec b/cmake.spec index b594d5b..e7049fb 100644 --- a/cmake.spec +++ b/cmake.spec @@ -4,16 +4,16 @@ # 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 -rc3 +%define rcver %{nil} %define rpm_macros_dir %{_sysconfdir}/rpm -%if 0%{?fedora} > 18 +%if 0%{?fedora} %define rpm_macros_dir %{_rpmconfigdir}/macros.d %endif Name: cmake Version: 3.3.0 -Release: 0.4.rc3%{?dist} +Release: 1%{?dist} Summary: Cross-platform make system Group: Development/Tools @@ -272,6 +272,9 @@ update-mime-database %{?fedora:-n} %{_datadir}/mime &> /dev/null || : %changelog +* Thu Jul 23 2015 Orion Poplawski - 3.3.0-1 +- Update to 3.3.0 + * Thu Jul 9 2015 Orion Poplawski - 3.3.0-0.4.rc3 - Update to 3.3.0-rc3 - Fix cmake.attr to handle 32-bit libraries diff --git a/sources b/sources index 421b5c3..2ad69c7 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -2477420074807ec26270477d049ec262 cmake-3.3.0-rc3.tar.gz +b1d4823e3f74c961486d9f253da9825d cmake-3.3.0.tar.gz