Update to 3.6.0

This commit is contained in:
Orion Poplawski 2016-07-08 07:39:41 -06:00
parent 08e14f95d5
commit 482644acff
3 changed files with 7 additions and 3 deletions

1
.gitignore vendored
View File

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

View File

@ -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 <orion@cora.nwra.com> - 3.6.0-1
- Update to 3.6.0
* Wed Jun 29 2016 Orion Poplawski <orion@cora.nwra.com> - 3.6.0-0.1.rc4
- Update to 3.6.0-rc4

View File

@ -1 +1 @@
3d536da4117f84e315c1d3e3521a2501 cmake-3.6.0-rc4.tar.gz
aa40fbecf49d99c083415c2411d12db9 cmake-3.6.0.tar.gz