SHA256
6
0
forked from pool/meson

Accepting request 943926 from GNOME:Next

- Update to version 0.60.3

OBS-URL: https://build.opensuse.org/request/show/943926
OBS-URL: https://build.opensuse.org/package/show/devel:tools:building/meson?expand=0&rev=216
This commit is contained in:
2022-01-05 08:42:02 +00:00
committed by Git OBS Bridge
parent e88247a957
commit e49c5c65f5
6 changed files with 61 additions and 21 deletions

View File

@@ -1,3 +1,44 @@
-------------------------------------------------------------------
Tue Dec 28 08:46:21 UTC 2021 - Dominique Leuenberger <dimstar@opensuse.org>
- Update to version 0.60.3:
+ gnome module: fix install_dir x3, by allowing false *_gir and
*_typelib.
+ iconv dependency: try even harder to find working iconv.
+ Fix performance regression in build file generation.
+ add ft32 cpu family.
+ restore the ability in the backend to silently find a program.
+ pkgconfig: Fix linking to a custom target.
- Drop 3074bb14a14c00aeb350bf592acf635a93b52d9a.patch: fixed
upstream.
-------------------------------------------------------------------
Tue Dec 14 18:03:11 UTC 2021 - Bjørn Lie <bjorn.lie@gmail.com>
- Update to version 0.60.2:
+ Fix version requirement on Ninja feature
+ Fix custom_target with install: true and no install_dir,
crashing
+ Fix regression that broke string.format with list objects
+ valac dependencies: use the canonical list of vala source names
+ interpreter: disallow RunTarget in meson.add_install_script
+ Only pass clang LTO arguments when they are needed
+ Support ancient (<3.4.0) gcc versions
+ Only exclude _bootlocale with Python >= 3.10
+ cmake: Use find_library() on bare library names in cmake
dependencies
+ dependencies/zlib: Allow for generic OS checks
+ rust: clean up inputs and outputs to bindgen
+ interpreter: extract_objects provides a valid source
+ build|backend: Fix some type annotations
+ backends/backends: recurse when looking for paths in bundled
shared libs
+ shared_module: Add soname when used as a link target
+ iconv dependency: include header when checking for libc builtin
- Drop unused python3-setuptools BuildRequires.
- Add 3074bb14a14c00aeb350bf592acf635a93b52d9a.patch: gnome module:
fix install_dir x3, by allowing false *_gir and *_typelib.
-------------------------------------------------------------------
Wed Nov 3 17:16:19 UTC 2021 - Bjørn Lie <bjorn.lie@gmail.com>