Update to 3.5.0 final
This commit is contained in:
parent
e1335d4bc5
commit
de26f88046
1
.gitignore
vendored
1
.gitignore
vendored
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user