forked from pool/cmake
This commit is contained in:
parent
24bf1ba89d
commit
a8d2454d06
3
cmake-2.6.1-RC-11.tar.bz2
Normal file
3
cmake-2.6.1-RC-11.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e508b1515266b4b747e75835b380536c61fd1b1a75fc158bb8844defc6752ecb
|
||||
size 2687227
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:fd6726edc86233d347f59c8fda80077f0a65d9a2359a8673e135e38fbc44c196
|
||||
size 2675191
|
@ -1,3 +1,12 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Jul 21 14:30:31 CEST 2008 - dmueller@suse.de
|
||||
|
||||
- update to 2.6.1-RC11:
|
||||
* FindBoost can now find the upcoming Boost 1.46
|
||||
* More fixes for CPack components functionality
|
||||
* Fix FindQt4.cmake with empty qconfig.pri files. Fixes #7287.
|
||||
* Fix column width in cmake-gui
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jul 2 14:58:58 CEST 2008 - dmueller@suse.de
|
||||
|
||||
|
10
cmake.spec
10
cmake.spec
@ -13,10 +13,10 @@
|
||||
|
||||
Name: cmake
|
||||
Version: 2.6.1
|
||||
Release: 1
|
||||
Release: 7
|
||||
License: BSD 3-Clause
|
||||
Group: Development/Tools/Building
|
||||
%define tar_version 2.6.1-RC-6
|
||||
%define tar_version 2.6.1-RC-11
|
||||
Url: http://www.cmake.org/
|
||||
Source0: %{name}-%{tar_version}.tar.bz2
|
||||
Patch0: cmake-2.6.0-use_intree_xmlrpc.patch
|
||||
@ -122,6 +122,12 @@ rm -rf %{buildroot}
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Mon Jul 21 2008 dmueller@suse.de
|
||||
- update to 2.6.1-RC11:
|
||||
* FindBoost can now find the upcoming Boost 1.46
|
||||
* More fixes for CPack components functionality
|
||||
* Fix FindQt4.cmake with empty qconfig.pri files. Fixes #7287.
|
||||
* Fix column width in cmake-gui
|
||||
* Wed Jul 02 2008 dmueller@suse.de
|
||||
- update to 2.6.1-RC6:
|
||||
* Fix DEFINITIONS property to be compatible with 2.4
|
||||
|
Loading…
Reference in New Issue
Block a user