| AArch64 | |
| ppc64le | |
| s390x | |
| x86-64 |
- Allow building with CMake 4.0
* Bump cmake_minumum_required to 3.10, which matches what most
other modules in libyui use (3.5 is the minimum required to be
supportable by CMake 4.0(
* Remove CMP0046, as CMake 4.0 no longer supports it. The OLD
mode in any case was a workaround for 'badly written
CMakeLists.txt', as it just instructed cmake to ignore
non-existing dependenices listed in add_dependencies. This
package does not rely on non-existing dependencies and builds
perfectly without this policy.
- 4.7.6
- Do not build the qt packages (libyui-qt, libyui-qt-graph, libyui-qt-pkg and libyui-qt-rest-api) in SLE16 since Qt5 won't be available there. - 4.7.5
- Integrated the graphviz API fix upstream (gh#libyui/libyui#120) (Let CMake detect graphviz version) - 4.7.4 D graphviz_unsigned_fix.patch
- graphviz API broke in a recent version update (bezier size is now of type size_t instead of int). A graphviz_unsigned_fix.patch
- Fix build failure with gcc-15: Prevent complaint about hidden base class method (bsc#1243732)
- Use %make_build instead of %jobs to improve reproducible builds (boo#1237231)
- Fix build failure with gcc-15: Don't build libyui-rest-api with -Werror to complain about wstring_convert that was deprecated without any replacement (bsc#1241933)
- Bump version to 4.7.0 to avoid conflicts with the SLE15-SP6 version
- Add gcc-fortran to build requirements as a work-around to boost now really requiring quadmath.h. (boo#1225861) - 4.6.3
- Fix build failure with gcc-14 / C++20: template-id-cdtor error (bsc#1225861) - 4.6.2
- Qt Pkg: Show patterns order column if environment variable Y2_SHOW_PATTERNS_ORDER is set - Qt Pkg: Show invisible patterns if environment variable SHOW_INVISIBLE_PATTERNS is set - Qt Pkg: Fixed pattern categories order: Use first, not last pattern (bsc#1216093) https://github.com/libyui/libyui/pull/107 - 4.6.1
- NCurses UI: Prevent buffer overflow when drawing very wide labels (bsc#1211354) - 4.6.0
- Cherry-picked BLumia's patch from community PR #97: CMake: use pkg-config to find and use ncurses libs by Wang Zichong <wangzichong@deepin.org>
- Qt UI: Fixed regression for icon loading (bsc#1210712) https://github.com/libyui/libyui/pull/100 - 4.5.2