import meson-0.58.2-1.el9

This commit is contained in:
CentOS Sources 2021-12-07 14:30:12 -05:00 committed by Stepan Oksanichenko
parent 01b25b6e47
commit 3c6def8080
4 changed files with 8 additions and 18 deletions

2
.gitignore vendored
View File

@ -1 +1 @@
SOURCES/meson-0.56.2.tar.gz
SOURCES/meson-0.58.2.tar.gz

View File

@ -1 +1 @@
a62199aca12eb69d4df7e828a8d11cc241ecff73 SOURCES/meson-0.56.2.tar.gz
4058a574a8a1335102b24981d049fd82ccdb4150 SOURCES/meson-0.58.2.tar.gz

View File

@ -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@" },'

View File

@ -6,14 +6,13 @@
%bcond_with check
Name: meson
Version: 0.56.2
Release: 4%{?dist}
Version: 0.58.2
Release: 1%{?dist}
Summary: High productivity build system
License: ASL 2.0
URL: https://mesonbuild.com/
Source: https://github.com/mesonbuild/meson/releases/download/%{version_no_tilde .}/meson-%{version_no_tilde %{quote:}}.tar.gz
Patch0: %{name}-gcc11.patch
BuildArch: noarch
@ -113,6 +112,10 @@ export MESON_PRINT_TEST_OUTPUT=1
%{_datadir}/polkit-1/actions/com.mesonbuild.install.policy
%changelog
* Fri Sep 24 2021 Eduardo Lima (Etrunko) <etrunko@redhat.com> - 0.58.2-1
- Update to 0.58.2
Resolves: rhbz#1997067
* Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com>
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
Related: rhbz#1991688