diff --git a/.gitignore b/.gitignore index a4e98a5..ffa5137 100644 --- a/.gitignore +++ b/.gitignore @@ -50,3 +50,4 @@ /cmake-3.4.3.tar.gz /cmake-3.5.0-rc2.tar.gz /cmake-3.5.0-rc3.tar.gz +/cmake-3.5.0.tar.gz diff --git a/cmake.spec b/cmake.spec index e42766a..5933ba9 100644 --- a/cmake.spec +++ b/cmake.spec @@ -26,7 +26,7 @@ %{!?_pkgdocdir:%global _pkgdocdir %{_docdir}/%{name}-%{version}} # Set to RC version if building RC, else %{nil} -%global rcver -rc3 +%global rcver %{nil} # Uncomment if building for EPEL #global name_suffix 3 @@ -34,7 +34,7 @@ Name: %{orig_name}%{?name_suffix} Version: 3.5.0 -Release: 0.3.rc3%{?dist} +Release: 1%{?dist} Summary: Cross-platform make system # most sources are BSD @@ -365,6 +365,9 @@ update-mime-database %{?fedora:-n} %{_datadir}/mime &> /dev/null || : %changelog +* Tue Mar 8 2016 Orion Poplawski - 3.5.0-1 +- Update to 3.5.0 final + * Mon Mar 07 2016 Björn Esser - 3.5.0-0.3.rc3 - cleanup trailing whitespaces - remove el5 stuff diff --git a/sources b/sources index 0377bc4..4adbd89 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -d9e6720b83ee0b3195196c7ca4922cf4 cmake-3.5.0-rc3.tar.gz +33c5d09d4c33d4ffcc63578a6ba8777e cmake-3.5.0.tar.gz