* Wed May 28 2025 bwiedemann@suse.com
- Replace usage of %jobs for reproducible builds (boo#1237231)
* Tue May 20 2025 andreas.stieger@gmx.de
- fix GUI build on openSUSE Leap 15.x
* Fri Apr 11 2025 andreas.stieger@gmx.de
- update to 3.31.7:
* fix FindCUDAToolkit doesn't find CUPTI in CUDA installations
from runfile
* fix file(MAKE_DIRECTORY): creates RESULT and <variable> folders
* fix Wrong detection of LINKER_PUSHPOP_STATE_SUPPORTED
* fix cmake-gui: Invalid error message "Error: could not load cache"
* fix build with curl 8.13.0 (boo#1241036)
* Wed Mar 26 2025 badshah400@gmail.com
- Switch cmake-gui builds to Qt6.
- Add BuildRequires: qt6-macro to locate qhelpgenerator (in
%_qt6_libexecdir) and add corresponding path to env PATH.
- Drop use of deprecated %suse_update_desktop_file macro and
BuildRequires: update-desktop-files needed solely for this.
* Tue Mar 11 2025 badshah400@gmail.com
- Add cmake-findhdf5-prefer-hl-compilers.patch -- FindHDF5: Prefer
h5hl* compilers for HDF5_FIND_HL; patch submitted upstream
[https://gitlab.kitware.com/cmake/cmake/-/merge_requests/10450.patch].
This fixes hdf5_hl detection issues when building hdf5 >= 1.14
using cmake instead of autotools.
* Fri Feb 28 2025 dmueller@suse.com
- temporarily revert "make %cmake_{build, install} call cmake
directly" as the fall out is too large. will be restored once
fallout can be mitigated
* Tue Feb 25 2025 foss@grueninger.de
- update to 3.31.6
* cmGeneratorExpressionDAGChecker: Construct with initializer
list syntax, De-duplicate constructor signature, Construct
with initializer list syntax
* GenEx: Restore evaluation context for conditional transitive
properties, Fix evaluation of LINK_LIBRARIES as custom
transitive property
* GoogleTest: Restore support for spaces in explicit
WORKING_DIRECTORY
* Wed Feb 19 2025 solomoncyj@gmail.com
- make %cmake_{build, install} call cmake directly
to auto set generator so that %global
are no longer needed to set generators
* Tue Jan 14 2025 foss@grueninger.de
- update to 3.31.4
* LFortran: Remove hard-coded --generate-object-code flag
* FindBoost: Add support for Boost 1.87
* Sat Dec 21 2024 foss@grueninger.de
- update to 3.31.3
* cmLocalUnixMakefileGenerator3: Simplify progress command
generation
* Makefile: Fix per-directory codegen target
* Makefile: Enable progress messages for codegen target
* cmGlobalNinjaGenerator: Fixes and improvements