Accepting request 1078417 from devel:tools:building

OBS-URL: https://build.opensuse.org/request/show/1078417
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/meson?expand=0&rev=93
This commit is contained in:
Dominique Leuenberger 2023-04-12 10:50:37 +00:00 committed by Git OBS Bridge
commit b6f3e1b7b8
6 changed files with 42 additions and 20 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:d926b730de6f518728cc7c57bc5e701667bae0c3522f9e369427b2cc7839d3c1
size 2104183

View File

@ -1,16 +0,0 @@
-----BEGIN PGP SIGNATURE-----
iQIzBAABCgAdFiEEGeLW2bRtjapiiPh3wk5jG6ux/nAFAmP36mYACgkQwk5jG6ux
/nBPZQ/5AQ9sEd5qNnxOqIk2Vjs/my4F9VpwQZMz+AFQvftY+t7PzparkCXZ4lOo
bpdagz65hBnAvYiCpY54UNze5ilgjqtpQGH/ih/HAqmoXNuyz0c2JrjK4XVHq+TH
iurA1nXn2HjnPIo2ttrS2BXJ4HDdHBAaNaZKD/mSLDyY6eXffwhqiS0XMJbmbhSD
3FyfcICpZTLBkWeOavgCwS/qH96eNRYFqUpvZB7GPPH18wvefT2GaYXj6CntF1mQ
4t+BHJHTsRPV+obtDBV1YJOGsv0+707Kdhxewot8ibDBsBJ1D9iu5klhe6G7nNzB
lopJMIz2G/k/oFuugMa5ePPgxjBaon803oh/VfvhEG0ATYXniAJL0Ustdi00hzJq
tWc7Ji+CTRmUQ4IUsnPTOFttQETS7TGr0ynbsTeNyuBpMGHGoLNJ9zeLb5sdsFD2
3w9ET6qDxPiBtmM5PLKO/mSXFbSwioj5QoPODYrwTIYAUyZE8BGyeNl0hAUFGgkc
HuWnudrVjjKKtBJQ7dSgAkXL4P7EPKb3eXBO0tsKxEiSFXc8gAkhY98iE+Ni1rUM
n13zZQKLf1f6OPeSZBD2ywNLyh7EcahBjH+Utg7u6oYG0JFfzEi0JbkhR8KrTNTX
aXaDnvHhDOa/mOw4HX0yc94tE7yi+/X26VlyAeMXUdqz6G6btVI=
=p5QY
-----END PGP SIGNATURE-----

BIN
meson-1.1.0.tar.gz (Stored with Git LFS) Normal file

Binary file not shown.

16
meson-1.1.0.tar.gz.asc Normal file
View File

@ -0,0 +1,16 @@
-----BEGIN PGP SIGNATURE-----
iQIzBAABCgAdFiEEGeLW2bRtjapiiPh3wk5jG6ux/nAFAmQ0NnoACgkQwk5jG6ux
/nAzew/+KW7GyfREbc9PBZPrwZf9X7s7K7G/467oXWV1nkhPrxUYPWybOrDKjC/X
ePV5eh1SWoXxnbRa51ueF5Ip1KWMxFxkxDE0g8p1EYy6u94Uz5nEvsTMs0HlMo68
6ZC7m/NnOylY6zErAI4hBnifM4TTN84RkP901QNOdFB4fdyb9OeOm2sbEDX5MDgu
R6b0y9BkLhCotSBEEQarpoEq1DnwZQSzTiThLuMJ5wDCBeSmdDphEwjlh16fMQma
cQtXLiiru4DzHdDPgslGxU1n3fF4Qqi5oU2sG39/xGjDmWjuT2swZ2U2To0pm3ct
LpO0a2tYMpDO2OPAqrzMqTRihImbosuG3A1n3ai21qWaNPa/yXbQPCwVzxHG36mO
up1E9/tLglo6xLh0X4poXJbkXEaZjuHt3zwAPFGhHnyRcahpmWVYMmStgYtidOmo
rim0PtTbSINmaWb+KZA0zecdS4SPzxDcb7jg6QRNmVlP5duxppc7fiF/mRbgNMcW
TUHz5UaWHByoI7W7oJH00b+mliAwzvFXuQDLD/M+Yzdy/QUO67fmn2YvSRq7UCWe
OvnPRAJcOVsm6sYELRrBr+sGRp++9LyPrwqrRFbjDqfBgmgT0jktNs6N5Lvhwxf4
WkvU6U4PL1yvP7/lEl+kBzo7bH402LLaAGeajHXAaCyYu7px3sQ=
=CZJG
-----END PGP SIGNATURE-----

View File

@ -1,3 +1,25 @@
-------------------------------------------------------------------
Tue Apr 11 09:37:26 UTC 2023 - Bjørn Lie <bjorn.lie@gmail.com>
- Update to version 1.1.0:
+ A new objects argument to declare_dependency() allow for adding
objects directly to executables that use an internal
dependency.
+ Feature objects now have an "enable_auto_if" method, the
opposite of the existing "disable_auto_if" method.
+ New FeatureOption.enable_if and FeatureOption.disable_if
features.
+ The sudo meson install command will now drop privileges when
rebuilding targets to be "extra safe". This is done since
running Ninja as root isn't recommended since it updates a
state file.
+ The meson install command now supports user-preferred root
elevation tools.
+ A new "none" back-end that has no build rules but only install
rules, in order to avoid depending on Ninja in that case.
+ Support for custom install scripts to run with the "--dry-run"
option.
-------------------------------------------------------------------
Sat Feb 25 16:14:07 UTC 2023 - Andreas Stieger <andreas.stieger@gmx.de>

View File

@ -29,7 +29,7 @@
%bcond_with setuptools
%bcond_without mono
Name: meson%{name_ext}
Version: 1.0.1
Version: 1.1.0
Release: 0
Summary: Python-based build system
License: Apache-2.0