From: Jan Palus Date: Thu, 30 Nov 2023 01:17:35 +0000 (+0100) Subject: up to 1.3.0 X-Git-Tag: auto/th/meson-1.3.0-1 X-Git-Url: http://git.pld-linux.org/gitweb.cgi?a=commitdiff_plain;h=765cb4ec01c885a6bf5f79202ba55a8c90b5a9e8;p=packages%2Fmeson.git up to 1.3.0 --- diff --git a/meson-gtkdocdir.patch b/meson-gtkdocdir.patch index 4238eb3..a326ebe 100644 --- a/meson-gtkdocdir.patch +++ b/meson-gtkdocdir.patch @@ -7,7 +7,7 @@ - return os.path.join('share/gtk-doc/html', args[0]) + return os.path.join('share/doc/gtk-doc/html', args[0]) - @typed_pos_args('gnome.gdbus_codegen', str, optargs=[(str, mesonlib.File, build.CustomTarget, build.CustomTargetIndex, build.GeneratedList)]) + @typed_pos_args('gnome.gdbus_codegen', str, optargs=[(str, mesonlib.File, CustomTarget, CustomTargetIndex, GeneratedList)]) @typed_kwargs( diff -urN meson-0.46.1/mesonbuild/scripts/gtkdochelper.py meson-0.46.1.new/mesonbuild/scripts/gtkdochelper.py --- meson-0.46.1/mesonbuild/scripts/gtkdochelper.py 2018-05-16 18:23:56.000000000 +0200 diff --git a/meson.spec b/meson.spec index c2387d9..e731908 100644 --- a/meson.spec +++ b/meson.spec @@ -1,13 +1,13 @@ Summary: High productivity build system Summary(pl.UTF-8): System budowania o dużej produktywności Name: meson -Version: 1.2.3 +Version: 1.3.0 Release: 1 License: Apache v2.0 Group: Development/Tools #Source0Download: https://github.com/mesonbuild/meson/releases/ Source0: https://github.com/mesonbuild/meson/releases/download/%{version}/%{name}-%{version}.tar.gz -# Source0-md5: 69da4c63ef06c9d3bcc00ce89abb306f +# Source0-md5: 35dc15e4f94ca5fd30dbe2d88a672254 Patch0: %{name}-gtkdocdir.patch Patch1: rust-proc-macro-filter-out-target.patch URL: https://mesonbuild.com/