Update to 3.3.0
This commit is contained in:
parent
8a4fed743d
commit
c9a8b5fe82
1
.gitignore
vendored
1
.gitignore
vendored
@ -38,3 +38,4 @@
|
||||
/cmake-3.3.0-rc1.tar.gz
|
||||
/cmake-3.3.0-rc2.tar.gz
|
||||
/cmake-3.3.0-rc3.tar.gz
|
||||
/cmake-3.3.0.tar.gz
|
||||
|
@ -4,16 +4,16 @@
|
||||
# Set to bcond_with or use --without gui to disable qt4 gui build
|
||||
%bcond_without gui
|
||||
# Set to RC version if building RC, else %{nil}
|
||||
%define rcver -rc3
|
||||
%define rcver %{nil}
|
||||
|
||||
%define rpm_macros_dir %{_sysconfdir}/rpm
|
||||
%if 0%{?fedora} > 18
|
||||
%if 0%{?fedora}
|
||||
%define rpm_macros_dir %{_rpmconfigdir}/macros.d
|
||||
%endif
|
||||
|
||||
Name: cmake
|
||||
Version: 3.3.0
|
||||
Release: 0.4.rc3%{?dist}
|
||||
Release: 1%{?dist}
|
||||
Summary: Cross-platform make system
|
||||
|
||||
Group: Development/Tools
|
||||
@ -272,6 +272,9 @@ update-mime-database %{?fedora:-n} %{_datadir}/mime &> /dev/null || :
|
||||
|
||||
|
||||
%changelog
|
||||
* Thu Jul 23 2015 Orion Poplawski <orion@cora.nwra.com> - 3.3.0-1
|
||||
- Update to 3.3.0
|
||||
|
||||
* Thu Jul 9 2015 Orion Poplawski <orion@cora.nwra.com> - 3.3.0-0.4.rc3
|
||||
- Update to 3.3.0-rc3
|
||||
- Fix cmake.attr to handle 32-bit libraries
|
||||
|
Loading…
Reference in New Issue
Block a user