Accepting request 766999 from GNOME:Next

Update to 0.53.1

OBS-URL: https://build.opensuse.org/request/show/766999
OBS-URL: https://build.opensuse.org/package/show/devel:tools:building/meson?expand=0&rev=154
This commit is contained in:
2020-01-25 14:32:34 +00:00
committed by Git OBS Bridge
parent be83d6d910
commit 11d1a88ea8
8 changed files with 53 additions and 75 deletions

View File

@@ -1,3 +1,16 @@
-------------------------------------------------------------------
Fri Jan 24 13:16:24 UTC 2020 - Dominique Leuenberger <dimstar@opensuse.org>
- Update to version 0.53.1:
+ Use python3 in some tests which were still using python.
+ test_pkgconfig_gen_deps: set
PKG_CONFIG_SYSTEM_LIBRARY_PATH=/usr/lib. pkgconf automatically
prunes "system library paths" from its output.
+ compilers: Derive CompilerArgs from collections instead of
typing.
- Drop meson-pkgconf-libdir.patch: fixed upstream.
- Rebase meson-testsuite-boost.patch.
-------------------------------------------------------------------
Wed Jan 8 11:48:50 UTC 2020 - Dominique Leuenberger <dimstar@opensuse.org>