SHA256
1
0
forked from pool/meson

Accepting request 906043 from GNOME:Next

- Update to from version 0.57.2:
  + Support for reading files at configuration time with the fs
    module.
  + Experimental support for C++ modules in Visual Studio.
  + Qt6 module.
  + Minimum required Python version updated to 3.6.
  + New logging format for meson test.
  + Support added for LLVM's thinLTO.
- Drop 0200340a.patch: fixed upstream.

OBS-URL: https://build.opensuse.org/request/show/906043
OBS-URL: https://build.opensuse.org/package/show/devel:tools:building/meson?expand=0&rev=205
This commit is contained in:
2021-07-13 08:14:00 +00:00
committed by Git OBS Bridge
parent af0977bc7a
commit 8c1e0cde5f
9 changed files with 45 additions and 198 deletions

View File

@@ -1,3 +1,16 @@
-------------------------------------------------------------------
Mon Jul 12 13:42:46 UTC 2021 - Dominique Leuenberger <dimstar@opensuse.org>
- Update to from version 0.57.2:
+ Support for reading files at configuration time with the fs
module.
+ Experimental support for C++ modules in Visual Studio.
+ Qt6 module.
+ Minimum required Python version updated to 3.6.
+ New logging format for meson test.
+ Support added for LLVM's thinLTO.
- Drop 0200340a.patch: fixed upstream.
-------------------------------------------------------------------
Fri May 7 07:18:34 UTC 2021 - Dominique Leuenberger <dimstar@opensuse.org>