Update to 3.5.0 final

This commit is contained in:
Orion Poplawski 2016-03-08 19:19:57 -07:00
parent e1335d4bc5
commit de26f88046
3 changed files with 7 additions and 3 deletions

1
.gitignore vendored
View File

@ -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

View File

@ -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 <orion@cora.nwra.com> - 3.5.0-1
- Update to 3.5.0 final
* Mon Mar 07 2016 Björn Esser <fedora@besser82.io> - 3.5.0-0.3.rc3
- cleanup trailing whitespaces
- remove el5 stuff

View File

@ -1 +1 @@
d9e6720b83ee0b3195196c7ca4922cf4 cmake-3.5.0-rc3.tar.gz
33c5d09d4c33d4ffcc63578a6ba8777e cmake-3.5.0.tar.gz