Update to 2.8.11-rc3
This commit is contained in:
parent
f9924193e8
commit
5fd05e2453
1
.gitignore
vendored
1
.gitignore
vendored
@ -3,3 +3,4 @@
|
|||||||
/cmake-2.8.10.2.tar.gz
|
/cmake-2.8.10.2.tar.gz
|
||||||
/cmake-2.8.11-rc1.tar.gz
|
/cmake-2.8.11-rc1.tar.gz
|
||||||
/cmake-2.8.11-rc2.tar.gz
|
/cmake-2.8.11-rc2.tar.gz
|
||||||
|
/cmake-2.8.11-rc3.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 -rc2
|
%define rcver -rc3
|
||||||
|
|
||||||
%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.6.rc2%{?dist}
|
Release: 0.7.rc3%{?dist}
|
||||||
Summary: Cross-platform make system
|
Summary: Cross-platform make system
|
||||||
|
|
||||||
Group: Development/Tools
|
Group: Development/Tools
|
||||||
@ -190,6 +190,9 @@ update-mime-database %{_datadir}/mime &> /dev/null || :
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Apr 19 2013 Orion Poplawski <orion@cora.nwra.com> - 2.8.11-0.7.rc3
|
||||||
|
- Update to 2.8.11-rc3
|
||||||
|
|
||||||
* Thu Apr 18 2013 Orion Poplawski <orion@cora.nwra.com> - 2.8.11-0.6.rc2
|
* Thu Apr 18 2013 Orion Poplawski <orion@cora.nwra.com> - 2.8.11-0.6.rc2
|
||||||
- Drop -O3 from default release build type flags in cmake rpm macro (bug 875954)
|
- Drop -O3 from default release build type flags in cmake rpm macro (bug 875954)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user