File cmake.changes of Package cmake
1
-------------------------------------------------------------------
2
Sat Apr 26 14:22:00 CEST 2008 - cs@linux-administrator.com
3
4
- new upstream release 2.4.8
5
6
-------------------------------------------------------------------
7
Fri Sep 21 12:21:26 CEST 2007 - dmueller@suse.de
8
9
- disabling less_verbosity patch
10
11
-------------------------------------------------------------------
12
Fri Jul 20 13:11:34 CEST 2007 - pcerny@suse.cz
13
14
- update to 2.4.7 - several bugfixes
15
(KDevelop problem among others,
16
see ChangeLog.manual for more details)
17
18
-------------------------------------------------------------------
19
Fri Apr 27 15:43:07 CEST 2007 - dmueller@suse.de
20
21
- expat -> libexpat-devel
22
23
-------------------------------------------------------------------
24
Thu Mar 29 11:50:21 CEST 2007 - dmueller@suse.de
25
26
- add ncurses-devel buildrequires
27
28
-------------------------------------------------------------------
29
Thu Jan 11 21:08:27 CET 2007 - dmueller@suse.de
30
31
- update to 2.4.6:
32
* Fix for FIND_* order and framworks with PREFIX usage.
33
* Fix for FindDoxygen and quiet mode.
34
* Find JavaVM as well as jvm
35
* Look for ruby1.8 and ruby
36
* Fix for cpack .tgz.sh and dash
37
* Fix for finding custom commands from a full path with CMAKE_CFG_INTDIR.
38
* Fix for Borland make and custom commands that do nothing
39
40
-------------------------------------------------------------------
41
Mon Jan 8 10:58:13 CET 2007 - dmueller@suse.de
42
43
- readd patch to detect shared python library instead of
44
the static one.
45
46
-------------------------------------------------------------------
47
Tue Dec 19 18:20:48 CET 2006 - mrueckert@suse.de
48
49
- added cmake-2.4.5_use_intree_xmlrpc.patch:
50
the xmlrpc-c check seems broken. and on 10.2 we dont have the lib
51
anyways. so disable the systemwide xmlrpc for now.
52
53
-------------------------------------------------------------------
54
Fri Dec 15 17:09:39 CET 2006 - mrueckert@suse.de
55
56
- update to version 2.4.5:
57
* Fix for seg fault when a macro runs a bad command BUG# 3815
58
* Fix fix for foo.dll.lib that does not break -L/usr/lib in
59
link names
60
* Fix problem with LIBRARY_OUTPUT_PATH and linking to a dll
61
foo.dll.lib instead of foo.lib
62
* Do not depend on optimized libraries for a debug build and
63
visa versa.
64
* Fix target name matching custom command output conflict.
65
* Fix FindQt3 so that it does not find qt4
66
* Fix FindKDE4 so that it only looks for kde4-config
67
- disabled all patches -> applied upstream
68
69
-------------------------------------------------------------------
70
Mon Oct 2 18:09:21 CEST 2006 - dmueller@suse.de
71
72
- detect shared python library instead of static variant
73
74
-------------------------------------------------------------------
75
Tue Sep 26 19:58:32 CEST 2006 - dmueller@suse.de
76
77
- add python 2.5 support
78
79
-------------------------------------------------------------------
80
Sun Sep 10 00:10:46 CEST 2006 - dmueller@suse.de
81
82
- build against system zlib / libcurl
83
84
-------------------------------------------------------------------
85
Mon Aug 28 10:44:55 CEST 2006 - coolo@suse.de
86
87
- fix Qt3 configure check for lib64
88
89
-------------------------------------------------------------------
90
Sat Aug 26 15:31:41 CEST 2006 - coolo@suse.de
91
92
- respect DESTDIR on installing kde3 icons
93
94
-------------------------------------------------------------------
95
Mon Aug 14 13:34:34 CEST 2006 - coolo@suse.de
96
97
- add SUSE default paths for Qt3
98
99
-------------------------------------------------------------------
100
Mon Jul 31 23:21:23 CEST 2006 - dmueller@suse.de
101
102
- 2.4.3 update:
103
* progress is now reported with makefiles
104
* Fix relative path problems in ADD_SUBDIRECTORY
105
* Fix crash in CMakeSetup when status line is long
106
* make sure try compile files have a newline at the end
107
* add rxvt-unicode, cygwin, and screen terminal support for color
108
output
109
110
-------------------------------------------------------------------
111
Thu May 18 00:30:02 CEST 2006 - dmueller@suse.de
112
113
- 2.4.2 update:
114
* Run symlink command from correct directory for executable versions
115
* Fix for universal binaries and Xcode depend problem
116
* Changes to LIST command, see --help-command LIST
117
* Fix FindQT to be able to use full paths to source files
118
* Fix CPack ZIP on windows command line problem
119
* Find executables with no extension on windows mingw
120
* Fix FindQt3 to use QTDIR over path
121
* Significant speedup in try-compile for nmake
122
* CPack improvements including tar bzip2
123
* FindQt4 windows path fix
124
* Sunos cc optimize flags are correct
125
* Fix crash with ${} empty variable
126
* Increase depend speed on Mac OS.
127
* install command CONFIGURATIONS option.
128
* Fix MSVC60, MSVC70, MSVC71, MSVC80 definitions for IDE builds
129
* Fix for C++ compiler being used for c code in VS IDE
130
131
-------------------------------------------------------------------
132
Wed May 10 10:32:17 CEST 2006 - dmueller@suse.de
133
134
- 2.4.1 update :
135
* Several ctest and cpack bug fixes
136
* Many updates and fixes for FindQt4.cmake
137
* Fix CMAKE_REQUIRED_FLAGS in CheckCXXSourceCompiles.cmake
138
* Handle running make from a symlinked build tree
139
* Automatic color ouput detection for shells building with make
140
* Kdevelop generator handles CMakeFiles directory better
141
* add correct depend information for fluid
142
* allow the cache to be saved even if a fatal error occurs
143
* fix bug in relative path subdir and add_subdirectoy commands
144
* support in vs for two object files with the same name
145
* short file names used for library paths in visual studio
146
* package target only shows up when you have cpack config files
147
* Use dl and not -ldl for adding in the dynamic library
148
* Fix check c/cxx source compiles macros to not clobber log files
149
* Fix nmake version detection of cl and create correct pdb files
150
* Fix msys bootstrap
151
* Change color output to be more readable
152
* Fix vs6 library naming
153
154
-------------------------------------------------------------------
155
Wed Apr 19 01:01:52 CEST 2006 - dmueller@suse.de
156
157
- update to 2.4.0, fixes -L/-I compiler flag ordering
158
needed for building KDE 4 trunk.
159
160
-------------------------------------------------------------------
161
Fri Apr 14 00:00:48 CEST 2006 - dmueller@suse.de
162
163
- fix --help-modules / --help-module <module>
164
165
-------------------------------------------------------------------
166
Mon Mar 27 12:13:22 CEST 2006 - dmueller@suse.de
167
168
- compile with RPM_OPT_FLAGS (#160857)
169
- fix permissions of installed files (#160856)
170
171
-------------------------------------------------------------------
172
Fri Mar 24 18:05:56 CET 2006 - dmueller@suse.de
173
174
- drop rpath patch, no longer necessary
175
176
-------------------------------------------------------------------
177
Mon Mar 20 16:33:52 CET 2006 - dmueller@suse.de
178
179
- CVS snapshot update, fixes RPATH handling
180
181
-------------------------------------------------------------------
182
Wed Feb 15 11:43:31 CET 2006 - dmueller@suse.de
183
184
- Initial package (2.3 CVS snapshot 20060210)
185
186