SHA256
1
0
forked from pool/meson

Accepting request 998800 from GNOME:Next

- Update to version 0.63.1:
  + add_project_dependencies() function.
  + Coverage targets now respect tool config files.
  + D compiler checks.
  + Deprecate an option and replace it with a new one.
  + Running Windows executables with Wine in meson devenv.
  + Diff files for wraps.
  + Added preserve_path arg to install_headers.
  + Support for mold linker added.
  + Added debug function.
  + Compiler options can be set per subproject.
  + Per-subproject languages.
  + Installed pkgconfig files can now be relocatable.
  + New prefer_static built-in option.
  + Python extension modules now depend on the python library by
    default.
  + Python extension modules now build with hidden visibility.
  + Added support for multiline fstrings.
- Drop 0001-gnome-Use-doc-install_tag-for-gnome.yelp.patch: fixed
  upstream.

OBS-URL: https://build.opensuse.org/request/show/998800
OBS-URL: https://build.opensuse.org/package/show/devel:tools:building/meson?expand=0&rev=231
This commit is contained in:
2022-08-23 12:33:14 +00:00
committed by Git OBS Bridge
parent aa058759ae
commit 058e839a02
7 changed files with 44 additions and 107 deletions

View File

@@ -1,3 +1,27 @@
-------------------------------------------------------------------
Mon Aug 22 14:16:48 UTC 2022 - Dominique Leuenberger <dimstar@opensuse.org>
- Update to version 0.63.1:
+ add_project_dependencies() function.
+ Coverage targets now respect tool config files.
+ D compiler checks.
+ Deprecate an option and replace it with a new one.
+ Running Windows executables with Wine in meson devenv.
+ Diff files for wraps.
+ Added preserve_path arg to install_headers.
+ Support for mold linker added.
+ Added debug function.
+ Compiler options can be set per subproject.
+ Per-subproject languages.
+ Installed pkgconfig files can now be relocatable.
+ New prefer_static built-in option.
+ Python extension modules now depend on the python library by
default.
+ Python extension modules now build with hidden visibility.
+ Added support for multiline fstrings.
- Drop 0001-gnome-Use-doc-install_tag-for-gnome.yelp.patch: fixed
upstream.
-------------------------------------------------------------------
Wed Aug 10 10:52:48 UTC 2022 - Dirk Müller <dmueller@suse.com>