diff --git a/meson-0.56.2.tar.gz b/meson-0.56.2.tar.gz deleted file mode 100644 index 0b2112d..0000000 Binary files a/meson-0.56.2.tar.gz and /dev/null differ diff --git a/meson-0.59.4.tar.gz b/meson-0.59.4.tar.gz new file mode 100644 index 0000000..ac70742 Binary files /dev/null and b/meson-0.59.4.tar.gz differ diff --git a/meson-gcc11.patch b/meson-gcc11.patch deleted file mode 100644 index 98abe65..0000000 --- a/meson-gcc11.patch +++ /dev/null @@ -1,13 +0,0 @@ -diff --git a/mesonbuild/modules/gnome.py b/mesonbuild/modules/gnome.py -index 1faa128..3c7f378 100644 ---- a/mesonbuild/modules/gnome.py -+++ b/mesonbuild/modules/gnome.py -@@ -1417,7 +1417,7 @@ class GnomeModule(ExtensionModule): - GType - %s@enum_name@_get_type (void) - { -- static volatile gsize gtype_id = 0; -+ static gsize gtype_id = 0; - static const G@Type@Value values[] = {''' % func_prefix - - c_file_kwargs['vprod'] = ' { C_@TYPE@(@VALUENAME@), "@VALUENAME@", "@valuenick@" },' diff --git a/meson.spec b/meson.spec index bf6aac9..cb1f333 100644 --- a/meson.spec +++ b/meson.spec @@ -1,11 +1,10 @@ Name: meson -Version: 0.56.2 +Version: 0.59.4 Release: 1 Summary: An open source high quality build system License: ASL 2.0 URL: https://mesonbuild.com/ Source0: https://github.com/mesonbuild/meson/archive/%{version}/%{name}-%{version}.tar.gz -Patch0: %{name}-gcc11.patch BuildArch: noarch Obsoletes: %{name}-gui < 0.31.0-3 @@ -49,6 +48,9 @@ install -Dpm0644 data/macros.%{name} %{buildroot}%{_rpmmacrodir}/macros.%{name} %{_mandir}/man1/%{name}.1* %changelog +* Fri Sep 3 2021 hanhui - 0.59.4-1 +- Upgrade to 0.59.4 + * Mon Jun 7 2021 weijin deng - 0.56.2-1 - Upgrade to 0.56.2