SHA256
1
0
forked from pool/meson

Accepting request 833840 from GNOME:Next

- Update to version 0.55.3:
  + Revert "msvc: enable /std:c11 flag".
- Changes from version 0.55.2:
  + msvc: enable /std:c11 flag.
  + environment: use ExternalProgram to find ninja.
  + CMake module: fix cmake 3.10 compatibility in path generation.
- Drop pr7648-fix-lchmod-check-for-glibc-2.32.patch: fixed
  upstream.

OBS-URL: https://build.opensuse.org/request/show/833840
OBS-URL: https://build.opensuse.org/package/show/devel:tools:building/meson?expand=0&rev=189
This commit is contained in:
Alexei Sorokin
2020-09-11 22:38:29 +00:00
committed by Git OBS Bridge
parent b8652ac436
commit 8fa392370e
7 changed files with 32 additions and 93 deletions

View File

@@ -1,3 +1,15 @@
-------------------------------------------------------------------
Fri Sep 11 17:26:46 UTC 2020 - Dominique Leuenberger <dimstar@opensuse.org>
- Update to version 0.55.3:
+ Revert "msvc: enable /std:c11 flag".
- Changes from version 0.55.2:
+ msvc: enable /std:c11 flag.
+ environment: use ExternalProgram to find ninja.
+ CMake module: fix cmake 3.10 compatibility in path generation.
- Drop pr7648-fix-lchmod-check-for-glibc-2.32.patch: fixed
upstream.
-------------------------------------------------------------------
Sat Aug 29 19:08:13 UTC 2020 - Callum Farmer <callumjfarmer13@gmail.com>