Commit Graph

17 Commits

Author SHA256 Message Date
5553d51514 Accepting request 1099192 from GNOME:Next
OBS-URL: https://build.opensuse.org/request/show/1099192
OBS-URL: https://build.opensuse.org/package/show/devel:tools:building/meson?expand=0&rev=255
2023-07-19 11:40:04 +00:00
Alexei Sorokin
b09e92a165 Accepting request 1067721 from home:AndreasStieger:branches:devel:tools:building
meson 1.0.1

OBS-URL: https://build.opensuse.org/request/show/1067721
OBS-URL: https://build.opensuse.org/package/show/devel:tools:building/meson?expand=0&rev=243
2023-02-25 19:36:29 +00:00
95fd1c47f0 Accepting request 972950 from home:susnux:branches:GNOME:Factory
Update to 0.62.1

OBS-URL: https://build.opensuse.org/request/show/972950
OBS-URL: https://build.opensuse.org/package/show/devel:tools:building/meson?expand=0&rev=224
2022-04-27 07:57:10 +00:00
Alexei Sorokin
2e73ca3c18 Accepting request 910545 from home:darix:playground
- Update to version 0.59.0:
  https://mesonbuild.com/Release-notes-for-0-59-0.html
- refreshed meson-test-installed-bin.patch to apply cleanly again

OBS-URL: https://build.opensuse.org/request/show/910545
OBS-URL: https://build.opensuse.org/package/show/devel:tools:building/meson?expand=0&rev=209
2021-08-10 12:30:50 +00:00
dfbfadd717 Accepting request 906607 from GNOME:Next
GNOME 40.3

OBS-URL: https://build.opensuse.org/request/show/906607
OBS-URL: https://build.opensuse.org/package/show/devel:tools:building/meson?expand=0&rev=206
2021-07-16 07:45:37 +00:00
8c1e0cde5f Accepting request 906043 from GNOME:Next
- Update to from version 0.57.2:
  + Support for reading files at configuration time with the fs
    module.
  + Experimental support for C++ modules in Visual Studio.
  + Qt6 module.
  + Minimum required Python version updated to 3.6.
  + New logging format for meson test.
  + Support added for LLVM's thinLTO.
- Drop 0200340a.patch: fixed upstream.

OBS-URL: https://build.opensuse.org/request/show/906043
OBS-URL: https://build.opensuse.org/package/show/devel:tools:building/meson?expand=0&rev=205
2021-07-13 08:14:00 +00:00
5bda4cb4e6 Accepting request 845975 from GNOME:Next
Resubmit 0.56.0 - with additional patch to not break sysprof

OBS-URL: https://build.opensuse.org/request/show/845975
OBS-URL: https://build.opensuse.org/package/show/devel:tools:building/meson?expand=0&rev=191
2020-11-04 14:33:15 +00:00
147e47a322 Accepting request 790166 from home:dimstar:Factory
- Update to version 0.54.0:

OBS-URL: https://build.opensuse.org/request/show/790166
OBS-URL: https://build.opensuse.org/package/show/devel:tools:building/meson?expand=0&rev=163
2020-03-31 13:52:04 +00:00
Martin Pluskal
fbbdadda9a Accepting request 764407 from home:dimstar:Factory
- Update to version 0.53.0:
  + A new module for filesystem operations.
  + meson dist --include-subprojects.
  + Added new Meson templates for Dlang, Rust, Objective-C
  + Add a new summary() function
  + Generic Overrider for Dynamic Linker selection
  + fortran_std option
  + python.dependency() embed kwarg
  + Scalapack
  + Search directories for find_program()
  + Source tags targets
  + Dictionary entry using string variable as key
  + Improved CMake subprojects support
  + compiler.get_linker_id()
  + CUDA dependency
  + Added global option to disable C++ RTTI
  + Introspection API changes

OBS-URL: https://build.opensuse.org/request/show/764407
OBS-URL: https://build.opensuse.org/package/show/devel:tools:building/meson?expand=0&rev=151
2020-01-14 19:34:25 +00:00
Alexei Sorokin
ac2c0a6430 - Update to version 0.45.0.
OBS-URL: https://build.opensuse.org/package/show/devel:tools:building/meson?expand=0&rev=118
2018-12-16 22:15:56 +00:00
Alexei Sorokin
8219fa42bb OBS-URL: https://build.opensuse.org/package/show/devel:tools:building/meson?expand=0&rev=107 2018-08-04 21:34:01 +00:00
Alexei Sorokin
7ac5ec2258 - Update to version 0.47.1.
OBS-URL: https://build.opensuse.org/package/show/devel:tools:building/meson?expand=0&rev=106
2018-08-04 21:27:12 +00:00
Alexei Sorokin
7dc9d32c88 - Update to version 0.46.0.
OBS-URL: https://build.opensuse.org/package/show/devel:tools:building/meson?expand=0&rev=91
2018-04-26 08:56:00 +00:00
Martin Pluskal
3a5d359b36 Accepting request 573229 from GNOME:Next
Update to 0.44.0

OBS-URL: https://build.opensuse.org/request/show/573229
OBS-URL: https://build.opensuse.org/package/show/devel:tools:building/meson?expand=0&rev=72
2018-02-06 09:16:50 +00:00
Alexei Sorokin
0f8b9d9cc9 Accepting request 535269 from home:badshah400:branches:devel:tools:building
- Update to version 0.43.0:
  + Generator learned capture: Generators can now be configured to
    capture the standard output.
  + Can index CustomTarget objects: The CustomTarget object can
    now be indexed like an array. The resulting object can be used
    as a source file for other Targets, this will create a
    dependency on the original CustomTarget, but will only insert
    the generated file corresponding to the index value of the
    CustomTarget's output keyword.
  + The cross file can now be used for overriding the result of
    find_program. Then issuing the command find_program('objdump')
    will return the version specified in the cross file.
  + Easier handling of supported compiler arguments.
  + Better support for shared libraries in non-system paths: This
    release adds feature parity to shared libraries that are
    either in non-standard system paths or shipped as part of your
    project. On systems that support rpath, Meson automatically
    adds rpath entries to built targets using manually found
    external libraries.
  + The Wrap dependency system now supports Subversion (svn). This
    support is rudimentary. The repository url has to point to a
    specific (sub)directory containing the meson.build file
    (typically trunk/). However, providing a revision is
    supported.
- Rebase meson-test-installed-bin.patch.
- Run sed to strip the hashbang from a non-executable file; this
  prevents an rpmlint warning.

- Update to version 0.43.0:
  + Generator learned capture: Generators can now be configured to

OBS-URL: https://build.opensuse.org/request/show/535269
OBS-URL: https://build.opensuse.org/package/show/devel:tools:building/meson?expand=0&rev=65
2017-10-19 15:35:14 +00:00
Alexei Sorokin
692f026ef9 Accepting request 517049 from GNOME:Next
Update to 0.42.0

OBS-URL: https://build.opensuse.org/request/show/517049
OBS-URL: https://build.opensuse.org/package/show/devel:tools:building/meson?expand=0&rev=56
2017-08-15 16:57:45 +00:00
Martin Pluskal
511b7124fa Accepting request 505966 from home:dimstar:branches:devel:tools:building
Rebased submission with the test suite split out into a 2nd spec file

OBS-URL: https://build.opensuse.org/request/show/505966
OBS-URL: https://build.opensuse.org/package/show/devel:tools:building/meson?expand=0&rev=48
2017-06-23 20:29:28 +00:00