Update to 2.8.11 release
This commit is contained in:
parent
345aeea69e
commit
f97a06b336
1
.gitignore
vendored
1
.gitignore
vendored
@ -5,3 +5,4 @@
|
|||||||
/cmake-2.8.11-rc2.tar.gz
|
/cmake-2.8.11-rc2.tar.gz
|
||||||
/cmake-2.8.11-rc3.tar.gz
|
/cmake-2.8.11-rc3.tar.gz
|
||||||
/cmake-2.8.11-rc4.tar.gz
|
/cmake-2.8.11-rc4.tar.gz
|
||||||
|
/cmake-2.8.11.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 -rc4
|
%define rcver %{nil}
|
||||||
|
|
||||||
%define rpm_macros_dir %{_sysconfdir}/rpm
|
%define rpm_macros_dir %{_sysconfdir}/rpm
|
||||||
%if 0%{?fedora} > 18
|
%if 0%{?fedora} > 18
|
||||||
@ -13,7 +13,7 @@
|
|||||||
|
|
||||||
Name: cmake
|
Name: cmake
|
||||||
Version: 2.8.11
|
Version: 2.8.11
|
||||||
Release: 0.9.rc4%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Cross-platform make system
|
Summary: Cross-platform make system
|
||||||
|
|
||||||
Group: Development/Tools
|
Group: Development/Tools
|
||||||
@ -193,6 +193,9 @@ update-mime-database %{_datadir}/mime &> /dev/null || :
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sat May 18 2013 Orion Poplawski <orion@cora.nwra.com> - 2.8.11-1
|
||||||
|
- Update to 2.8.11 release
|
||||||
|
|
||||||
* Mon May 13 2013 Tom Callaway <spot@fedoraproject.org> - 2.8.11-0.9.rc4
|
* Mon May 13 2013 Tom Callaway <spot@fedoraproject.org> - 2.8.11-0.9.rc4
|
||||||
- add FindLua52.cmake
|
- add FindLua52.cmake
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user