SHA256
3
0
forked from pool/meson

Accepting request 869440 from GNOME:Next

- Conflict with rpm-build < 4.15: meson uses internal macros
  defined by RPM 4.15 and later.

OBS-URL: https://build.opensuse.org/request/show/869440
OBS-URL: https://build.opensuse.org/package/show/devel:tools:building/meson?expand=0&rev=199
This commit is contained in:
Dominique Leuenberger 2021-02-04 13:37:45 +00:00 committed by Git OBS Bridge
parent b8c76036d3
commit 2c1e468bed
2 changed files with 8 additions and 0 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Thu Feb 4 13:35:57 UTC 2021 - Dominique Leuenberger <dimstar@opensuse.org>
- Conflict with rpm-build < 4.15: meson uses internal macros
defined by RPM 4.15 and later.
-------------------------------------------------------------------
Sat Jan 16 13:05:47 UTC 2021 - Bjørn Lie <bjorn.lie@gmail.com>

View File

@ -127,6 +127,8 @@ BuildRequires: mono-core
BuildRequires: wxWidgets-devel
%endif
%endif
# meson makes use of macros that were only defined with rpm 4.15
Conflicts: rpm-build < 4.15
%description
Meson is a build system designed to optimise programmer productivity.