SHA256
1
0
forked from pool/meson

Accepting request 984919 from GNOME:Next

Update to 0.62.2

OBS-URL: https://build.opensuse.org/request/show/984919
OBS-URL: https://build.opensuse.org/package/show/devel:tools:building/meson?expand=0&rev=226
This commit is contained in:
2022-06-24 16:25:37 +00:00
committed by Git OBS Bridge
parent 95fd1c47f0
commit 0c382b1d12
6 changed files with 34 additions and 20 deletions

View File

@@ -1,3 +1,17 @@
-------------------------------------------------------------------
Fri Jun 24 12:53:02 UTC 2022 - Dominique Leuenberger <dimstar@opensuse.org>
- Update to version 0.62.2:
+ qt module: fix broken install_dir kwarg.
+ qt module: fix missing sanity check for install_dir + install.
+ dependencies: tighten type checking and fix cmake API
violation.
+ cmake: Fix CMake LLVM dependency error.
+ Limit parallelism to hopefully work on machines with 160 cores.
+ Fix --allow-shlib-undefined for LLVM versions > 9.
+ i18n: fix bug where disabling gettext() broke merge_file().
+ Fix sandbox violation when using subproject as a symlink.
-------------------------------------------------------------------
Tue Apr 26 12:49:05 UTC 2022 - Ferdinand Thiessen <rpm@fthiessen.de>