SHA256
7
0
forked from pool/meson

Factory #1

Merged
dgarcia merged 48 commits from factory into main 2025-10-08 12:56:55 +02:00
Owner
No description provided.
dgarcia added 48 commits 2025-10-06 14:28:05 +02:00
- BuildRequire gettext-devel instead of gettext: allow OBS to
  shortcut through gettext-runtime-mini.

OBS-URL: https://build.opensuse.org/request/show/1194738
OBS-URL: https://build.opensuse.org/package/show/devel:tools:building/meson?expand=0&rev=294
OBS-URL: https://build.opensuse.org/package/show/devel:tools:building/meson?expand=0&rev=295
OBS-URL: https://build.opensuse.org/request/show/1202538
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/meson?expand=0&rev=114
+ Support for OpenXL compiler in AIX.
  + Default to printing deprecations when no minimum version is
    specified.
  + Cargo subprojects is experimental.
  + Dependencies from CMake subprojects now use only PUBLIC link
    flags.
  + New built-in option for default both_libraries.
  + New as_static and as_shared methods on internal dependencies.
  + Support for DIA SDK.
  + Support for LLVM-based flang compiler.
  + nvc and nvc++ now support setting std.
  + Tools can be selected when calling has_tools() on the Qt
    modules.
  + Simple tool to test build reproducibility.
  + Support for variable in system dependencies.
  + test() and benchmark() functions accept new types.
  + Zig 0.11 can be used as a C/C++ compiler frontend.

OBS-URL: https://build.opensuse.org/package/show/devel:tools:building/meson?expand=0&rev=297
OBS-URL: https://build.opensuse.org/request/show/1216643
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/meson?expand=0&rev=115
against CMake 3.31.

OBS-URL: https://build.opensuse.org/package/show/devel:tools:building/meson?expand=0&rev=299
- Add meson-testsuite-with-cmake-3.31.patch: Fix test suite run
  against CMake 3.31.

OBS-URL: https://build.opensuse.org/request/show/1225964
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/meson?expand=0&rev=116
OBS-URL: https://build.opensuse.org/package/show/devel:tools:building/meson?expand=0&rev=302
- Add 13935.patch: Fix test suite with rust 1.83. (forwarded request 1228752 from dimstar)

OBS-URL: https://build.opensuse.org/request/show/1228753
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/meson?expand=0&rev=117
done in CMake 3.31.2.

OBS-URL: https://build.opensuse.org/package/show/devel:tools:building/meson?expand=0&rev=304
OBS-URL: https://build.opensuse.org/request/show/1230120
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/meson?expand=0&rev=118
OBS-URL: https://build.opensuse.org/package/show/devel:tools:building/meson?expand=0&rev=306
OBS-URL: https://build.opensuse.org/request/show/1231640
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/meson?expand=0&rev=119
- Drop patch meson-distutils.patch, not required.
- Instruct autosetup macro to apply all patches.

OBS-URL: https://build.opensuse.org/package/show/devel:tools:building/meson?expand=0&rev=308
- Drop the bcond on setuptools, its primary flavor will live in Ring 0.
- Drop patch meson-distutils.patch, not required.
- Instruct autosetup macro to apply all patches.

OBS-URL: https://build.opensuse.org/request/show/1238473
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/meson?expand=0&rev=120
OBS-URL: https://build.opensuse.org/package/show/devel:tools:building/meson?expand=0&rev=310
OBS-URL: https://build.opensuse.org/request/show/1240475
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/meson?expand=0&rev=121
- Add 14001.patch: Add meson BuildRequires generator.

OBS-URL: https://build.opensuse.org/request/show/1246700
OBS-URL: https://build.opensuse.org/package/show/devel:tools:building/meson?expand=0&rev=312
OBS-URL: https://build.opensuse.org/request/show/1246701
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/meson?expand=0&rev=122
- Add 14337.patch: get_llvm_tool_names: add llvm 20.

OBS-URL: https://build.opensuse.org/request/show/1255516
OBS-URL: https://build.opensuse.org/package/show/devel:tools:building/meson?expand=0&rev=314
- Add 14337.patch: get_llvm_tool_names: add llvm 20. (forwarded request 1255516 from dimstar)

OBS-URL: https://build.opensuse.org/request/show/1255517
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/meson?expand=0&rev=123
+ When subproject() fails because downloading is disabled, say
    what failed.
  + tests: work around broken PyPy globbing by removing inert code.
  + get_llvm_tool_names: add llvm 20.
  + linkers: revert a binutils bug workaround, sort of.
- Drop 14337.patch: fixed upstream.

OBS-URL: https://build.opensuse.org/package/show/devel:tools:building/meson?expand=0&rev=316
OBS-URL: https://build.opensuse.org/request/show/1266528
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/meson?expand=0&rev=124
+ New argument android_exe_type for executables.
  + Changes to the b_sanitize option.
  + New C standard c2y (and gnu2y).
  + i18n module xgettext.
  + version_compare now accept multiple compare strings.
  + Improvements to Objective-C and Objective-C++.
  + Per project subproject options rewrite.
  + objects added correctly to Rust executables.
  + rust.test now supports link_whole.
  + Meson can run "rustdoc" on Rust projects.
  + The Wayland module is stable.
  + New swift_std compiler option.
  + New option to execute a slice of tests.
  + Valgrind now fails tests if errors are found.
- Add 14526.patch: Fix test suite when run in a directory
  containing 'test-1' as part of the name (as in meson-test-1.8.0).

OBS-URL: https://build.opensuse.org/package/show/devel:tools:building/meson?expand=0&rev=318
OBS-URL: https://build.opensuse.org/request/show/1273466
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/meson?expand=0&rev=125
commit 1f4bb37 ("modules/cmake: Make fully type safe", 2025-04-02)
  added an incorrect assertion.

OBS-URL: https://build.opensuse.org/package/show/devel:tools:building/meson?expand=0&rev=320
- Add reproducible.patch to not embed CPU-core count
  into src.rpms (boo#1237231)

OBS-URL: https://build.opensuse.org/package/show/devel:tools:building/meson?expand=0&rev=321
+ options: fix "deprecated" with dictionary argument and
    non-string types.
  + options: tighten type of cmd_line_options.
  + options: extract validation of command line options.
  + cmake: include_directories() returns an array.
  + more explicit error message for unrecognized lexer token.
  + gnome: fix typo in creating gir flags.
  + gnome: initialize CFLAGS environment variable to linker
    arguments.
  + cmake: Fix toolchain including unsupported languages.
- Drop 14526.patch: fixed upstream.
- Drop fix-include-dir.patch: fixed upstream.

OBS-URL: https://build.opensuse.org/package/show/devel:tools:building/meson?expand=0&rev=322
- Update to version 1.8.1.

OBS-URL: https://build.opensuse.org/request/show/1280344
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/meson?expand=0&rev=126
Update to version 1.8.2

OBS-URL: https://build.opensuse.org/request/show/1284485
OBS-URL: https://build.opensuse.org/package/show/devel:tools:building/meson?expand=0&rev=324
OBS-URL: https://build.opensuse.org/request/show/1284488
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/meson?expand=0&rev=127
OBS-URL: https://build.opensuse.org/package/show/devel:tools:building/meson?expand=0&rev=326
OBS-URL: https://build.opensuse.org/request/show/1296766
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/meson?expand=0&rev=128
+ compilers: move CFLAGS/CXXFLAGS handling to Environment.
  + interpreter: rename default_project_options.
  + options: machine_file_options keys are always OptionKeys
  + options: tighten types for validating options
  + interpreter: use correct type for project_default_options
  + options: split pending subproject options into their own dictionary
  + options: warn if subproject sets another subproject option too late

OBS-URL: https://build.opensuse.org/package/show/devel:tools:building/meson?expand=0&rev=328
OBS-URL: https://build.opensuse.org/request/show/1300490
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/meson?expand=0&rev=129
+ Array .flatten() method
  + clang-tidy's auto-generated targets correctly select source
    files
  + Added Qualcomm's embedded linker, eld
  + Added suffix function to the FS module
  + Support response files for custom targets
  + meson format now has a --source-file-path argument when reading
    from stdin
  + Added license keyword to pkgconfig.generate
  + New experimental option rust_dynamic_std
  + Rust and non-Rust sources in the same target
  + Explicitly setting Swift module name is now supported
  + Top-level statement handling in Swift libraries
  + Swift compiler receives select C family compiler options
  + Swift/C++ interoperability is now supported
  + Support for MASM in Visual Studio backends
  + Limited support for WrapDB v1

OBS-URL: https://build.opensuse.org/package/show/devel:tools:building/meson?expand=0&rev=330
OBS-URL: https://build.opensuse.org/request/show/1301220
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/meson?expand=0&rev=130
- Add meson-issue-15992.patch: allow packagers and obs projects to
  toggle verbositoy of the meson commands (__meson_verbose 0|1).

OBS-URL: https://build.opensuse.org/request/show/1302597
OBS-URL: https://build.opensuse.org/package/show/devel:tools:building/meson?expand=0&rev=332
- Add meson-issue-15992.patch: allow packagers and obs projects to
  toggle verbosity of the meson commands (__meson_verbose 0|1).

OBS-URL: https://build.opensuse.org/request/show/1302650
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/meson?expand=0&rev=131
OBS-URL: https://build.opensuse.org/package/show/devel:tools:building/meson?expand=0&rev=335
OBS-URL: https://build.opensuse.org/request/show/1304211
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/meson?expand=0&rev=132
OBS-URL: https://build.opensuse.org/package/show/devel:tools:building/meson?expand=0&rev=337
OBS-URL: https://build.opensuse.org/request/show/1304978
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/meson?expand=0&rev=133
- Add 14976.patch: check for header only Boost libraries.

OBS-URL: https://build.opensuse.org/request/show/1306173
OBS-URL: https://build.opensuse.org/package/show/devel:tools:building/meson?expand=0&rev=339
OBS-URL: https://build.opensuse.org/package/show/devel:tools:building/meson?expand=0&rev=340
Update to 1.9.1 (forwarded request 1306657 from dimstar)

OBS-URL: https://build.opensuse.org/request/show/1306722
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/meson?expand=0&rev=134
dgarcia merged commit e07b43efe2 into main 2025-10-08 12:56:55 +02:00
Sign in to join this conversation.
No Reviewers
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: testing/meson#1