- Update to 2.8.3 RC 1
This commit is contained in:
parent
1fb7c0fbc6
commit
d9780f55db
1
.gitignore
vendored
1
.gitignore
vendored
@ -1 +1,2 @@
|
||||
cmake-2.8.2.tar.gz
|
||||
/cmake-2.8.3-rc1.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 %{nil}
|
||||
%define rcver -rc1
|
||||
|
||||
Name: cmake
|
||||
Version: 2.8.2
|
||||
Release: 2%{?dist}
|
||||
Version: 2.8.3
|
||||
Release: 0.1.rc1%{?dist}
|
||||
Summary: Cross-platform make system
|
||||
|
||||
Group: Development/Tools
|
||||
@ -144,6 +144,9 @@ update-mime-database %{_datadir}/mime &> /dev/null || :
|
||||
|
||||
|
||||
%changelog
|
||||
* Thu Sep 16 2010 Orion Poplawski <orion@cora.nwra.com> - 2.8.3-0.1.rc1
|
||||
- Update to 2.8.3 RC 1
|
||||
|
||||
* Fri Jul 23 2010 Kevin Kofler <Kevin@tigcc.ticalc.org> - 2.8.2-2
|
||||
- add support for Python 2.7 to FindPythonLibs.cmake (Orcan Ogetbil)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user