Update to 2.8.6 RC 4
This commit is contained in:
parent
9d98447b7e
commit
1372fb6f0d
3 changed files with 7 additions and 3 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -13,3 +13,4 @@ cmake-2.8.2.tar.gz
|
|||
/cmake-2.8.6-rc1.tar.gz
|
||||
/cmake-2.8.6-rc2.tar.gz
|
||||
/cmake-2.8.6-rc3.tar.gz
|
||||
/cmake-2.8.6-rc4.tar.gz
|
||||
|
|
|
|||
|
|
@ -4,11 +4,11 @@
|
|||
# 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 -rc4
|
||||
|
||||
Name: cmake
|
||||
Version: 2.8.6
|
||||
Release: 0.4.rc3%{?dist}
|
||||
Release: 0.5.rc4%{?dist}
|
||||
Summary: Cross-platform make system
|
||||
|
||||
Group: Development/Tools
|
||||
|
|
@ -160,6 +160,9 @@ update-mime-database %{_datadir}/mime &> /dev/null || :
|
|||
|
||||
|
||||
%changelog
|
||||
* Thu Sep 22 2011 Orion Poplawski <orion@cora.nwra.com> - 2.8.6-0.5.rc4
|
||||
- Update to 2.8.6 RC 4
|
||||
|
||||
* Tue Sep 13 2011 Orion Poplawski <orion@cora.nwra.com> - 2.8.6-0.4.rc3
|
||||
- Update to 2.8.6 RC 3
|
||||
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
83a62ac91e7727bf50f48d992fb348e9 cmake-2.8.6-rc3.tar.gz
|
||||
a7b89aef52b4167a6a66ac3843466366 cmake-2.8.6-rc4.tar.gz
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue