Update to 2.8.7 RC 1
This commit is contained in:
parent
b667b7f13e
commit
9b125c8520
1
.gitignore
vendored
1
.gitignore
vendored
@ -15,3 +15,4 @@ cmake-2.8.2.tar.gz
|
|||||||
/cmake-2.8.6-rc3.tar.gz
|
/cmake-2.8.6-rc3.tar.gz
|
||||||
/cmake-2.8.6-rc4.tar.gz
|
/cmake-2.8.6-rc4.tar.gz
|
||||||
/cmake-2.8.6.tar.gz
|
/cmake-2.8.6.tar.gz
|
||||||
|
/cmake-2.8.7-rc1.tar.gz
|
||||||
|
@ -4,11 +4,11 @@
|
|||||||
# 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 %{nil}
|
%define rcver -rc1
|
||||||
|
|
||||||
Name: cmake
|
Name: cmake
|
||||||
Version: 2.8.6
|
Version: 2.8.7
|
||||||
Release: 2%{?dist}
|
Release: 0.1.rc1%{?dist}
|
||||||
Summary: Cross-platform make system
|
Summary: Cross-platform make system
|
||||||
|
|
||||||
Group: Development/Tools
|
Group: Development/Tools
|
||||||
@ -160,6 +160,9 @@ update-mime-database %{_datadir}/mime &> /dev/null || :
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Dec 13 2011 Orion Poplawski <orion@cora.nwra.com> - 2.8.7-0.1.rc1
|
||||||
|
- Update to 2.8.7 RC 1
|
||||||
|
|
||||||
* Tue Nov 15 2011 Daniel Drake <dsd@laptop.org> - 2.8.6-2
|
* Tue Nov 15 2011 Daniel Drake <dsd@laptop.org> - 2.8.6-2
|
||||||
- Rebuild for libarchive.so.11
|
- Rebuild for libarchive.so.11
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user