diff --git a/.gitignore b/.gitignore index 1111c06..accf3ee 100644 --- a/.gitignore +++ b/.gitignore @@ -19,3 +19,4 @@ /cmake-3.5.1.tar.gz /cmake-3.5.2.tar.gz /cmake-3.6.0-rc4.tar.gz +/cmake-3.6.0.tar.gz diff --git a/cmake.spec b/cmake.spec index 7107935..3470397 100644 --- a/cmake.spec +++ b/cmake.spec @@ -33,7 +33,7 @@ %{!?_pkgdocdir:%global _pkgdocdir %{_docdir}/%{name}-%{version}} # Set to RC version if building RC, else %{nil} -%global rcver rc4 +#global rcver rc1 # Uncomment if building for EPEL #global name_suffix 3 @@ -41,7 +41,7 @@ Name: %{orig_name}%{?name_suffix} Version: 3.6.0 -Release: 0.1.%{rcver}%{?dist} +Release: 1%{?dist} Summary: Cross-platform make system # most sources are BSD @@ -381,6 +381,9 @@ update-mime-database %{?fedora:-n} %{_datadir}/mime &> /dev/null || : %changelog +* Fri Jul 8 2016 Orion Poplawski - 3.6.0-1 +- Update to 3.6.0 + * Wed Jun 29 2016 Orion Poplawski - 3.6.0-0.1.rc4 - Update to 3.6.0-rc4 diff --git a/sources b/sources index dbccc3e..14363a7 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -3d536da4117f84e315c1d3e3521a2501 cmake-3.6.0-rc4.tar.gz +aa40fbecf49d99c083415c2411d12db9 cmake-3.6.0.tar.gz