SHA256
6
0
forked from pool/meson

- Update to version 0.47.1.

OBS-URL: https://build.opensuse.org/package/show/devel:tools:building/meson?expand=0&rev=106
This commit is contained in:
Alexei Sorokin
2018-08-04 21:27:12 +00:00
committed by Git OBS Bridge
parent 34476d3501
commit 7ac5ec2258
12 changed files with 278 additions and 142 deletions

View File

@@ -1,3 +1,18 @@
-------------------------------------------------------------------
Fri Aug 3 21:00:12 UTC 2018 - sor.alexei@meowr.ru
- Update to version 0.47.1:
* See https://mesonbuild.com/Release-notes-for-0-47-0.html
- Remove Don-t-raise-StopIteration-in-generators-no-longer-al.patch.
- Add a new dependency for tests:
libqt5-qtbase-private-headers-devel.
- Set MESON_EXE for tests.
- Adjust meson-test-installed-bin.patch.
- Rebase meson-restore-python3.4.patch, meson-fix-gcc48.patch.
- No longer test with OpenMPI: starting with this release
"-Wl,--no-undefined -Wl,--as-needed" appears in the gfortran
arguments, causing an error similiar to lp#1727474.
-------------------------------------------------------------------
Sat Jul 28 21:08:48 UTC 2018 - bjorn.lie@gmail.com