Update to 3.6.2
This commit is contained in:
parent
3476b700ee
commit
bf26fed88d
1
.gitignore
vendored
1
.gitignore
vendored
@ -21,3 +21,4 @@
|
|||||||
/cmake-3.6.0-rc4.tar.gz
|
/cmake-3.6.0-rc4.tar.gz
|
||||||
/cmake-3.6.0.tar.gz
|
/cmake-3.6.0.tar.gz
|
||||||
/cmake-3.6.1.tar.gz
|
/cmake-3.6.1.tar.gz
|
||||||
|
/cmake-3.6.2.tar.gz
|
||||||
|
@ -42,7 +42,7 @@
|
|||||||
%global orig_name cmake
|
%global orig_name cmake
|
||||||
|
|
||||||
Name: %{orig_name}%{?name_suffix}
|
Name: %{orig_name}%{?name_suffix}
|
||||||
Version: %{major_version}.%{minor_version}.1
|
Version: %{major_version}.%{minor_version}.2
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Cross-platform make system
|
Summary: Cross-platform make system
|
||||||
|
|
||||||
@ -389,6 +389,9 @@ update-mime-database %{?fedora:-n} %{_datadir}/mime &> /dev/null || :
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Sep 8 2016 Orion Poplawski <orion@cora.nwra.com> - 3.6.2-1
|
||||||
|
- Update to 3.6.2
|
||||||
|
|
||||||
* Tue Aug 16 2016 Orion Poplawski <orion@cora.nwra.com> - 3.6.1-2
|
* Tue Aug 16 2016 Orion Poplawski <orion@cora.nwra.com> - 3.6.1-2
|
||||||
- Ship symlinks to binaries with major version in name
|
- Ship symlinks to binaries with major version in name
|
||||||
- Provide %%cmakeX macro, where X is cmake major version
|
- Provide %%cmakeX macro, where X is cmake major version
|
||||||
|
Loading…
Reference in New Issue
Block a user