File cmake.changes of Package cmake
663
1
-------------------------------------------------------------------
2
Tue Aug 14 09:07:10 UTC 2012 - cgiboudeaux@gmx.com
3
4
- Update to 2.8.9
5
* See /usr/share/doc/packages/cmake/Changelog for changes
6
* Drop cmake-pkgconfig.patch, already upstream
7
8
-------------------------------------------------------------------
9
Wed May 30 09:51:04 UTC 2012 - coolo@suse.com
10
11
- fix the ruby test patch once more to also work with ruby 1.8
12
13
-------------------------------------------------------------------
14
Mon May 14 13:43:06 UTC 2012 - coolo@suse.com
15
16
- vendor-specific does no longer exist with ruby 1.9, so don't use
17
it to check vendor support
18
19
-------------------------------------------------------------------
20
Tue Apr 24 15:11:45 UTC 2012 - idonmez@suse.com
21
22
- Add cmake-pkgconfig.patch to fix cmake bug #13125
23
24
-------------------------------------------------------------------
25
Wed Apr 18 23:00:30 UTC 2012 - cgiboudeaux@gmx.com
26
27
- Update to 2.8.8
28
- see /usr/share/doc/packages/cmake/Changelog for changes
29
30
-------------------------------------------------------------------
31
Wed Jan 25 13:10:30 UTC 2012 - cgiboudeaux@gmx.com
32
33
- Update to 2.8.7
34
- see /usr/share/doc/packages/cmake/Changelog for changes
35
36
-------------------------------------------------------------------
37
Fri Oct 14 12:30:48 UTC 2011 - puzel@suse.com
38
39
- update to 2.8.6
40
- see /usr/share/doc/packages/cmake/Changelog for changes
41
42
-------------------------------------------------------------------
43
Sat Sep 17 23:11:46 UTC 2011 - jengelh@medozas.de
44
45
- Remove redundant tags/sections from specfile
46
- Use %_smp_mflags for parallel build
47
48
-------------------------------------------------------------------
49
Fri Jul 29 16:19:27 UTC 2011 - puzel@novell.com
50
51
- update to 2.8.5
52
- see /usr/share/doc/packages/cmake/Changelog for changes
53
54
-------------------------------------------------------------------
55
Tue Apr 5 10:49:54 UTC 2011 - puzel@novell.com
56
57
- use --no-system-libarchive for openSUSE < 11.3
58
59
-------------------------------------------------------------------
60
Mon Apr 4 14:17:43 UTC 2011 - puzel@novell.com
61
62
- update to 2.8.4
63
- see /usr/share/doc/packages/cmake/Changelog for changes
64
65
-------------------------------------------------------------------
66
Thu Jan 20 22:08:01 CET 2011 - dmueller@suse.de
67
68
- udpate to 2.8.4-rc1:
69
- see /usr/share/doc/packages/cmake/Changelog for changes
70
- remove fortify patch
71
72
-------------------------------------------------------------------
73
Thu Nov 11 11:09:03 UTC 2010 - puzel@novell.com
74
75
- update to cmake-2.8.3
76
- see /usr/share/doc/packages/cmake/Changelog for changes
77
- drop cmake-FindGTK2-gdk-pixbuf.patch (fixed upstream)
78
- drop cmake-support-new-python.diff (fixed upstream)
79
80
-------------------------------------------------------------------
81
Tue Sep 14 12:39:36 UTC 2010 - puzel@novell.com
82
83
- add cmake-FindGTK2-gdk-pixbuf.patch (bnc#635439)
84
85
-------------------------------------------------------------------
86
Mon Sep 13 18:09:02 UTC 2010 - kkaempf@novell.com
87
88
- fix build on RHEL/Fedora
89
90
-------------------------------------------------------------------
91
Tue Sep 7 08:57:01 UTC 2010 - coolo@novell.com
92
93
- support new python 2.7
94
95
-------------------------------------------------------------------
96
Tue Jul 20 20:33:49 UTC 2010 - puzel@novell.com
97
98
- update to cmake-2.8.2
99
- notable changes:
100
- CPack: Add native BZip2 support
101
- ExternalProject: Support .zip and .bz2 archives, MD5 verification
102
- GetPrerequisites: Provide an override hook
103
- Recognize ARM ABI/EABI with GNU compilers
104
- Recognize Clang compiler
105
- Search basic directories on "Generic" platform
106
- Support compression with 'cmake -E tar'
107
- a lot of bugfixes
108
109
-------------------------------------------------------------------
110
Thu Jun 10 16:24:47 UTC 2010 - dimstar@opensuse.org
111
112
- Fix build on Fedora, by not using defaultdocdir. It does not
113
match the forced installation path on configure.
114
115
-------------------------------------------------------------------
116
Thu Jun 3 16:03:36 UTC 2010 - dimstar@opensuse.org
117
118
- No fdupes on non-suse platforms and SLE10.
119
120
-------------------------------------------------------------------
121
Tue May 18 12:17:02 UTC 2010 - puzel@novell.com
122
123
- split cmake-gui into different specfile so that cmake
124
build does not depend on libqt4
125
126
-------------------------------------------------------------------
127
Thu Mar 18 10:23:53 UTC 2010 - puzel@novell.com
128
129
- update to cmake 2.8.1 (final)
130
- Add a new search path for MPICH2
131
- Add .git .bzr and .hg to the list of default CPack ignore
132
directories.
133
- CTest: Do not hide test GUI windows (fixes 2.8.0 regression)
134
- Documentation: Clarify CMAKE_MODULE_PATH variable
135
- FindQt4: Add support for QtDeclartive module
136
- FortranCInterface: Fix PathScale detection
137
138
-------------------------------------------------------------------
139
Wed Feb 24 22:46:26 CET 2010 - dmueller@suse.de
140
141
- update to cmake 2.8.1 (rc3):
142
* many bugfixes
143
- CTest: Setup command-line dashboard support with Git
144
- CPack: Improve RPM spec files
145
- CTest: Improve host system introspection
146
- FindCUDA: Respect CUDA version differences
147
- FindCURL: Find import libraries on Windows
148
- FindGTK2: Look in fink locations on Mac OS X
149
- FindJNI: Honor find_package() REQUIRED and QUIET options
150
- FindOpenSSL: Fix MinGW support
151
- FindPythonLibs: Look in config for static library
152
- FindQt4: Misc enhancements, sync with KDE vesion
153
- FindX11: Improve documentation
154
- link_directories(): Treat relative paths consistently (CMP0015)
155
- Modernize FindLibXslt and FindLibXml.cmake
156
- UseQt4: Provide dependencies only for static Qt (#10021)
157
158
-------------------------------------------------------------------
159
Sat Feb 13 16:09:25 CET 2010 - dmueller@suse.de
160
161
- fix fortify related static buffer overflows (not exploitable)
162
163
-------------------------------------------------------------------
164
Fri Nov 27 14:00:50 CET 2009 - puzel@suse.cz
165
166
- update to cmake-2.8.0
167
- noteworthy changes sice 2.6.4:
168
- cmake-gui supports multi-state values options.
169
- CMake now has cmake --build command that can build any CMake generated
170
project from the command line.
171
- CTest supports running tests in parallel with a -j N option.
172
- It is now possible to use DESTDIR in CPack for any CMake based projects
173
giving more flexibility on the final path names.
174
- Depend scanning is now much faster with makefiles.
175
- Many FindQt4 improvements to stay working with current Qt releases
176
- FindBoost has been updated to work with the most recent boost releases.
177
- see /usr/share/doc/packages/cmake/Changelog for all changes
178
- drop ibm-java-paths.diff, cmake-2.6.0-use_shared_python_lib.patch and
179
cmake-2.6.0-use_intree_xmlrpc.patch - fixed upstream
180
181
-------------------------------------------------------------------
182
Mon May 4 13:35:13 CEST 2009 - puzel@suse.cz
183
184
- updated to 2.6.4
185
- Fix: ctest system information was not always correct on linux
186
- Fix transitive linking of imported libraries
187
- Fix CDash only submit with ctest_submit
188
- Fix scope issue with CMAKE_CURRENT_LIST_FILE and macros
189
- Fix crash in include_directories
190
- Do not warn if LIBPATH is not set for nmake
191
- No longer mark header files as HEADER_FILE_ONLY automatically,
192
this gets rid of the ugly red marks in Visual Stuido
193
- Enforce unique binary directories
194
- Clarify docs of old *_OUTPUT_PATH vars
195
- Fix svn update logic for modified files
196
- Add get_filename_component(... REALPATH)
197
198
-------------------------------------------------------------------
199
Mon May 4 09:13:37 CEST 2009 - dmueller@suse.de
200
201
- add %_libdir/cmake to the file list
202
203
-------------------------------------------------------------------
204
Wed Mar 11 11:13:27 CET 2009 - dmueller@suse.de
205
206
- build fixes for non-suse distros
207
208
-------------------------------------------------------------------
209
Tue Mar 3 08:07:25 CET 2009 - puzel@suse.cz
210
211
- update to 2.6.3
212
- add parenthetical expressions to if
213
- improve scoping of policies (see cmake_policy and CMP0011)
214
- teach find_package more config file locations
215
- many improved Find scripts in Modules
216
- added an unset command
217
- better reporting when nmake compiler environment is not correct
218
- lots of bug fixes
219
- use fdupes to remove duplicate files
220
221
-------------------------------------------------------------------
222
Mon Dec 22 13:58:09 CET 2008 - ro@suse.de
223
224
- Fix java detection also for ia64 s390 s390x
225
226
-------------------------------------------------------------------
227
Mon Oct 13 22:22:01 CEST 2008 - dmueller@suse.de
228
229
- Fix Detection of IBM Java (needed for PPC build of Java modules)
230
231
-------------------------------------------------------------------
232
Tue Sep 30 15:05:12 CEST 2008 - puzel@suse.cz
233
234
- update to 2.6.2:
235
- Fixed: cpack did not work when sym-linked after install
236
- Add beta BundleUtilities.cmake file
237
- CPackRPM 7435 fixes to add optional post-install
238
- Fixed: FindBoost versioned find not working
239
- Fix FindCurses to be able to work without ncurses.h
240
- FindQt4 fixed: add a bit more documentation and add ability
241
to specify extra flags to lupdate.
242
- Fixed: make llvm-gcc work, by explicitely excluding
243
"llvm-" from _CMAKE_TOOLCHAIN_PREFIX
244
- Fixed: OS X Framework support: extensionless headers were
245
being ignored when specified as public headers
246
- Fix documentation in CheckCCompilerFlag.cmake
247
- Add better version support to find_package command
248
- Fix Xcode debug not working
249
- Add VERSION compare to if command
250
- Make FindThreads sete THREADS_FOUND
251
- Deb cpack generator sets Installed-Size for the package
252
- Do not add an empty /D"" at the end of VS 6 .dsp compile lines
253
- Recognize /MAP in VS 7 and greater
254
- Add new policy CMP0009 - GLOB_RECURSE should not follow symlinks by
255
default
256
- many other bugfixes - see changelog
257
258
-------------------------------------------------------------------
259
Sun Aug 3 23:46:24 CEST 2008 - dmueller@suse.de
260
261
- update to 2.6.1:
262
* Fix for bug 7427, preinstall target name hard coded
263
264
-------------------------------------------------------------------
265
Wed Jul 23 13:45:25 CEST 2008 - dmueller@suse.de
266
267
- update to 2.6.1-RC15:
268
* FindMPI: Use the HINTS feature of find_library to find the right
269
libraries for MPI, and act a bit more intelligently when MPI cannot be found.
270
* moved CMAKE_CROSSCOMPILING from "Variables that modify behaviour" to
271
"variables that Provide Information"
272
* handle HTML documentation for single items better: no warning about
273
* ComputeSectionLinkPrefix, don't create an index for only one item.
274
* Better error messages in CPackBundleGenerator
275
* Fix bug 7426 FindJPEG module causes error when setting JPEG_LIBRARY to blank
276
* Fix bug 7414 PackageMaker generator crashes when given components
277
with circular dependencies
278
* Fix source files to not add extra /, and look for extensions for
279
all enabled languages.
280
281
-------------------------------------------------------------------
282
Mon Jul 21 14:30:31 CEST 2008 - dmueller@suse.de
283
284
- update to 2.6.1-RC11:
285
* FindBoost can now find the upcoming Boost 1.46
286
* More fixes for CPack components functionality
287
* Fix FindQt4.cmake with empty qconfig.pri files. Fixes #7287.
288
* Fix column width in cmake-gui
289
290
-------------------------------------------------------------------
291
Wed Jul 2 14:58:58 CEST 2008 - dmueller@suse.de
292
293
- update to 2.6.1-RC6:
294
* Fix DEFINITIONS property to be compatible with 2.4
295
* FindGettext.cmake fix bug #7230: don't ignore first parameter if it's
296
not ALL
297
* Add support for component based packages in cpack.
298
* Fix FindKDE3.cmake to not add flags if kde3 is not found
299
* Fix FindMatlab.cmake, FindOpenSSL.cmake, FindQt3.cmake,
300
FindSWIG.cmake, to only error if it is required
301
* Change to find_*, a new HINTS keyword was added to avoid the
302
need for NO_DEFAULT_PATH, and a repeated call to find_*
303
* Update all NO_DEFAULT_PATH usage in Modules/Find*
304
* Fix for cpack self extracting .sh files to work with more shells
305
* FindQt4 now finds dependencies for some qt modules
306
* Give a message if rpath is changed during install
307
* rpath changer during install understands symlinks now
308
* FindQt4 - make Qt not found if the QtCore library can't be found.
309
* UseQt4 - only add flags for modles that are used
310
* Fix incorrect extension extraction in gcc cross compiler check
311
* Add a way to modify depend scanning with the property:
312
IMPLICIT_DEPENDS_INCLUDE_TRANSFORM
313
* Fix -Wno-dev to not eat path to source tree
314
* Fix FindBoost version variable names to correct bug in Boost version
315
* Fix bug 0006990 CMake crashes with bad input to
316
set_source_files_properties
317
* Fix bug in FindCurses where you could not run cmake twice
318
319
-------------------------------------------------------------------
320
Thu Jun 12 17:59:52 CEST 2008 - mrdocs@opensuse.org
321
322
- add %ifdefs to disable the cmake gui for non-Suse distros
323
- SLES 9 does not build, but its a compile failure
324
325
-------------------------------------------------------------------
326
Fri May 9 10:11:57 CEST 2008 - dmueller@suse.de
327
328
- fix ctest reporting (kitware#6988), patch by Andreas Schneider
329
330
-------------------------------------------------------------------
331
Tue May 6 22:48:24 CEST 2008 - dmueller@suse.de
332
333
- update to 2.6.0:
334
* Fix links in generated documentation
335
* Fix for FindQt and some mac frameworks
336
* Fix for ctest to report more than 2 gigs system memory on windows
337
* Fix CTest build name for vs 9, and fix memory size on windows
338
339
-------------------------------------------------------------------
340
Sat May 3 00:32:24 CEST 2008 - dmueller@suse.de
341
342
- update to 2.6.0 RC10:
343
- Do not duplicate .so libraries on the link line
344
- Add more system library paths to sun builds
345
- Add BETA support for Intel Fortran IDE files in visual studio
346
- Fix FindCurses to work if ncurses is the only option
347
- Fix shell escapes on some systems
348
- Remove check for file write as input to cmake, as it is no longer needed
349
- Make check_type_size automatically check for headers that it uses
350
- Remove minimum required from FindBoost.cmake
351
- Fix FindSDL so that it can be run more than once
352
- Fix find required for VTK package
353
- Allow for CMAKE_OSX_SYSROOT to work with single architecture
354
- Add context information when a source file cannot be found.
355
- Report the directory-level context even if no list file
356
is currently being processed.
357
358
-------------------------------------------------------------------
359
Mon Apr 28 22:26:16 CEST 2008 - dmueller@suse.de
360
361
- fix curses detection (readds previously lost ccmake)
362
363
-------------------------------------------------------------------
364
Thu Apr 24 22:10:44 CEST 2008 - dmueller@suse.de
365
366
- update to 2.6.0 RC9:
367
- Fix for fortran mod:: support
368
- Fix bug in install command with BUNDLE DESTINATION
369
- Make mac install symlinks check for errors
370
- Fix for CMP0007, to not warn about empty lists
371
- Preserve static libraries when linked multiple times
372
- Use c compiler path to find asm compiler
373
- Allow RC compiler to not get all COMPILE_FLAGS
374
- Complete overhaul for FindBoost.cmake
375
- Minor fixes for FindMPI.cmake
376
- Fix for list command and empty list elements CMP0007
377
- Fix for VS6 and sub-groups
378
- Fix bug 6440, and make sure _INIT flags do not overright cache values
379
- Do not report CMP0003 for anything other than -l
380
- Fix crash in fortran depend scanning, bug 6855
381
- Fix timeout values for cmake's own tests
382
- Better message in compiler ABI detect
383
- Fixes for cpack x11 packages on leopard
384
- Changes to cpack options names
385
- Fixes for FindMPI on 64 bit MS MPI
386
- Fix for -isystem for wxWidgets
387
- Some fixes for chrpath during installation
388
- Fix compatibility with CMake 2.4 for installation of MACOSX_BUNDLE (CMP0006)
389
- Do not use debug postfix when building frameworks on the Mac
390
- Fix exception handling off/on issue with visual studio IDE generators
391
- Fix <OBJECT_DIR> to be native path style
392
- Fix leak in cpack
393
- Some Qt GUI style changes
394
395
-------------------------------------------------------------------
396
Sat Apr 19 14:53:51 CEST 2008 - dmueller@suse.de
397
398
- fix python lib detection again
399
400
-------------------------------------------------------------------
401
Tue Apr 15 00:50:16 CEST 2008 - dmueller@suse.de
402
403
- update to 2.6.0 RC8:
404
* Fix sun make very poor performance
405
* Fix includes for automoc in FindQt4
406
407
-------------------------------------------------------------------
408
Wed Apr 9 20:19:08 CEST 2008 - dmueller@suse.de
409
410
- update to 2.6.0 RC6:
411
* last RC before 2.6.0
412
* new graphical cmake ui
413
* faster install
414
415
-------------------------------------------------------------------
416
Fri Feb 29 12:05:38 CET 2008 - adrian@suse.de
417
418
- use rpm macros for pathes
419
- fix build for Mandriva
420
421
-------------------------------------------------------------------
422
Fri Feb 1 18:47:21 CET 2008 - pcerny@suse.cz
423
424
- spec file update to build in BS in all distributions
425
426
-------------------------------------------------------------------
427
Mon Jan 28 07:42:21 CET 2008 - dmueller@suse.de
428
429
- update to 2.4.8:
430
* version number increase, no linux specific changes
431
432
-------------------------------------------------------------------
433
Fri Jan 25 19:34:53 CET 2008 - pcerny@suse.cz
434
435
- added zlib to BuildRequires
436
437
-------------------------------------------------------------------
438
Mon Jan 21 12:13:20 CET 2008 - coolo@suse.de
439
440
- always buildrequire openssl-devel
441
442
-------------------------------------------------------------------
443
Mon Jan 14 18:58:48 CET 2008 - dmueller@suse.de
444
445
- update to 2.4.8-RC12:
446
* fix glib and Qt4 detection on 10.2 and older
447
* MODULE install with versions was broken
448
449
-------------------------------------------------------------------
450
Thu Jan 3 17:26:53 CET 2008 - dmueller@suse.de
451
452
- update to 2.4.8-RC9:
453
* last release candidate of 2.4.8
454
* Add list(FIND) because it is used in new FindQt4.cmake
455
* Fix tar long file path issue with cpack
456
* Fix variable name in docs for FindPkgConfig bug 5722
457
* Fix for bug 5645 ifort bad pic flag on linux
458
* Fix for bug 6006 INSTALL DIRECTORY signature problem
459
* Update FindQt4 from CVS Head for many bug fixes
460
* Fix bug 5638 CMAKE_INSTALL_PREFIX not working on SunOS with CC
461
* Fix bug 6117 FindPkgConfig can run twice now
462
* Fix bug 6106 FindPerlLibs.cmake missing escaped $
463
* Allow NODEFAULTLIBS to have more than one value bug 5455
464
* fix for bug 5363: GET_TARGET_PROPERTY(... DEBUG_LOCATION)
465
* Better error from ctest if nightly time not set
466
* Avoid relinking exclude-from-all directory targets before install
467
* Fix for kde4-config location
468
* Remove KDE3_ENABLE_FINAL (did not work)
469
* KDE3 fix for 64 bit location of plugins
470
* mark PYTHON_EXECUTABLE as advanced
471
* documentation fix for file, find_package, try_run
472
* add IS_ABSOLUTE to if
473
* INSTALL() everything which doesn't have a COMPONENT set, is assigned
474
* make #cmakedefine output match autoconf when undefined
475
* document cmake remove -f
476
* document order of -D and -P
477
478
-------------------------------------------------------------------
479
Mon Dec 10 11:34:34 CET 2007 - dmueller@suse.de
480
481
- if you want cmake, you probably also want make
482
483
-------------------------------------------------------------------
484
Fri Sep 21 12:21:26 CEST 2007 - dmueller@suse.de
485
486
- disabling less_verbosity patch
487
488
-------------------------------------------------------------------
489
Fri Jul 20 13:11:34 CEST 2007 - pcerny@suse.cz
490
491
- update to 2.4.7 - several bugfixes
492
(KDevelop problem among others,
493
see ChangeLog.manual for more details)
494
495
-------------------------------------------------------------------
496
Fri Apr 27 15:43:07 CEST 2007 - dmueller@suse.de
497
498
- expat -> libexpat-devel
499
500
-------------------------------------------------------------------
501
Thu Mar 29 11:50:21 CEST 2007 - dmueller@suse.de
502
503
- add ncurses-devel buildrequires
504
505
-------------------------------------------------------------------
506
Thu Jan 11 21:08:27 CET 2007 - dmueller@suse.de
507
508
- update to 2.4.6:
509
* Fix for FIND_* order and framworks with PREFIX usage.
510
* Fix for FindDoxygen and quiet mode.
511
* Find JavaVM as well as jvm
512
* Look for ruby1.8 and ruby
513
* Fix for cpack .tgz.sh and dash
514
* Fix for finding custom commands from a full path with CMAKE_CFG_INTDIR.
515
* Fix for Borland make and custom commands that do nothing
516
517
-------------------------------------------------------------------
518
Mon Jan 8 10:58:13 CET 2007 - dmueller@suse.de
519
520
- readd patch to detect shared python library instead of
521
the static one.
522
523
-------------------------------------------------------------------
524
Tue Dec 19 18:20:48 CET 2006 - mrueckert@suse.de
525
526
- added cmake-2.4.5_use_intree_xmlrpc.patch:
527
the xmlrpc-c check seems broken. and on 10.2 we dont have the lib
528
anyways. so disable the systemwide xmlrpc for now.
529
530
-------------------------------------------------------------------
531
Fri Dec 15 17:09:39 CET 2006 - mrueckert@suse.de
532
533
- update to version 2.4.5:
534
* Fix for seg fault when a macro runs a bad command BUG# 3815
535
* Fix fix for foo.dll.lib that does not break -L/usr/lib in
536
link names
537
* Fix problem with LIBRARY_OUTPUT_PATH and linking to a dll
538
foo.dll.lib instead of foo.lib
539
* Do not depend on optimized libraries for a debug build and
540
visa versa.
541
* Fix target name matching custom command output conflict.
542
* Fix FindQt3 so that it does not find qt4
543
* Fix FindKDE4 so that it only looks for kde4-config
544
- disabled all patches -> applied upstream
545
546
-------------------------------------------------------------------
547
Mon Oct 2 18:09:21 CEST 2006 - dmueller@suse.de
548
549
- detect shared python library instead of static variant
550
551
-------------------------------------------------------------------
552
Tue Sep 26 19:58:32 CEST 2006 - dmueller@suse.de
553
554
- add python 2.5 support
555
556
-------------------------------------------------------------------
557
Sun Sep 10 00:10:46 CEST 2006 - dmueller@suse.de
558
559
- build against system zlib / libcurl
560
561
-------------------------------------------------------------------
562
Mon Aug 28 10:44:55 CEST 2006 - coolo@suse.de
563
564
- fix Qt3 configure check for lib64
565
566
-------------------------------------------------------------------
567
Sat Aug 26 15:31:41 CEST 2006 - coolo@suse.de
568
569
- respect DESTDIR on installing kde3 icons
570
571
-------------------------------------------------------------------
572
Mon Aug 14 13:34:34 CEST 2006 - coolo@suse.de
573
574
- add SUSE default paths for Qt3
575
576
-------------------------------------------------------------------
577
Mon Jul 31 23:21:23 CEST 2006 - dmueller@suse.de
578
579
- 2.4.3 update:
580
* progress is now reported with makefiles
581
* Fix relative path problems in ADD_SUBDIRECTORY
582
* Fix crash in CMakeSetup when status line is long
583
* make sure try compile files have a newline at the end
584
* add rxvt-unicode, cygwin, and screen terminal support for color
585
output
586
587
-------------------------------------------------------------------
588
Thu May 18 00:30:02 CEST 2006 - dmueller@suse.de
589
590
- 2.4.2 update:
591
* Run symlink command from correct directory for executable versions
592
* Fix for universal binaries and Xcode depend problem
593
* Changes to LIST command, see --help-command LIST
594
* Fix FindQT to be able to use full paths to source files
595
* Fix CPack ZIP on windows command line problem
596
* Find executables with no extension on windows mingw
597
* Fix FindQt3 to use QTDIR over path
598
* Significant speedup in try-compile for nmake
599
* CPack improvements including tar bzip2
600
* FindQt4 windows path fix
601
* Sunos cc optimize flags are correct
602
* Fix crash with ${} empty variable
603
* Increase depend speed on Mac OS.
604
* install command CONFIGURATIONS option.
605
* Fix MSVC60, MSVC70, MSVC71, MSVC80 definitions for IDE builds
606
* Fix for C++ compiler being used for c code in VS IDE
607
608
-------------------------------------------------------------------
609
Wed May 10 10:32:17 CEST 2006 - dmueller@suse.de
610
611
- 2.4.1 update :
612
* Several ctest and cpack bug fixes
613
* Many updates and fixes for FindQt4.cmake
614
* Fix CMAKE_REQUIRED_FLAGS in CheckCXXSourceCompiles.cmake
615
* Handle running make from a symlinked build tree
616
* Automatic color ouput detection for shells building with make
617
* Kdevelop generator handles CMakeFiles directory better
618
* add correct depend information for fluid
619
* allow the cache to be saved even if a fatal error occurs
620
* fix bug in relative path subdir and add_subdirectoy commands
621
* support in vs for two object files with the same name
622
* short file names used for library paths in visual studio
623
* package target only shows up when you have cpack config files
624
* Use dl and not -ldl for adding in the dynamic library
625
* Fix check c/cxx source compiles macros to not clobber log files
626
* Fix nmake version detection of cl and create correct pdb files
627
* Fix msys bootstrap
628
* Change color output to be more readable
629
* Fix vs6 library naming
630
631
-------------------------------------------------------------------
632
Wed Apr 19 01:01:52 CEST 2006 - dmueller@suse.de
633
634
- update to 2.4.0, fixes -L/-I compiler flag ordering
635
needed for building KDE 4 trunk.
636
637
-------------------------------------------------------------------
638
Fri Apr 14 00:00:48 CEST 2006 - dmueller@suse.de
639
640
- fix --help-modules / --help-module <module>
641
642
-------------------------------------------------------------------
643
Mon Mar 27 12:13:22 CEST 2006 - dmueller@suse.de
644
645
- compile with RPM_OPT_FLAGS (#160857)
646
- fix permissions of installed files (#160856)
647
648
-------------------------------------------------------------------
649
Fri Mar 24 18:05:56 CET 2006 - dmueller@suse.de
650
651
- drop rpath patch, no longer necessary
652
653
-------------------------------------------------------------------
654
Mon Mar 20 16:33:52 CET 2006 - dmueller@suse.de
655
656
- CVS snapshot update, fixes RPATH handling
657
658
-------------------------------------------------------------------
659
Wed Feb 15 11:43:31 CET 2006 - dmueller@suse.de
660
661
- Initial package (2.3 CVS snapshot 20060210)
662
663