Update to 3.4.0 final
This commit is contained in:
parent
8095fd3aac
commit
d2d60ad748
1
.gitignore
vendored
1
.gitignore
vendored
@ -44,3 +44,4 @@
|
|||||||
/cmake-3.4.0-rc1.tar.gz
|
/cmake-3.4.0-rc1.tar.gz
|
||||||
/cmake-3.4.0-rc2.tar.gz
|
/cmake-3.4.0-rc2.tar.gz
|
||||||
/cmake-3.4.0-rc3.tar.gz
|
/cmake-3.4.0-rc3.tar.gz
|
||||||
|
/cmake-3.4.0.tar.gz
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
# Set to bcond_with or use --without gui to disable qt4 gui build
|
# Set to bcond_with or use --without gui to disable qt4 gui build
|
||||||
%bcond_without gui
|
%bcond_without gui
|
||||||
# Set to RC version if building RC, else %{nil}
|
# Set to RC version if building RC, else %{nil}
|
||||||
%define rcver -rc3
|
%define rcver %{nil}
|
||||||
|
|
||||||
%define rpm_macros_dir %{_sysconfdir}/rpm
|
%define rpm_macros_dir %{_sysconfdir}/rpm
|
||||||
%if 0%{?fedora}
|
%if 0%{?fedora}
|
||||||
@ -13,7 +13,7 @@
|
|||||||
|
|
||||||
Name: cmake
|
Name: cmake
|
||||||
Version: 3.4.0
|
Version: 3.4.0
|
||||||
Release: 0.3.rc3%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Cross-platform make system
|
Summary: Cross-platform make system
|
||||||
|
|
||||||
Group: Development/Tools
|
Group: Development/Tools
|
||||||
@ -274,6 +274,9 @@ update-mime-database %{?fedora:-n} %{_datadir}/mime &> /dev/null || :
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Nov 16 2015 Orion Poplawski <orion@cora.nwra.com> - 3.4.0-1
|
||||||
|
- Update to 3.4.0 final
|
||||||
|
|
||||||
* Thu Nov 5 2015 Orion Poplawski <orion@cora.nwra.com> - 3.4.0-0.3.rc3
|
* Thu Nov 5 2015 Orion Poplawski <orion@cora.nwra.com> - 3.4.0-0.3.rc3
|
||||||
- Update to 3.4.0-rc3
|
- Update to 3.4.0-rc3
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user