From 919dffa717e12244f920a4dddde8a314174d06e8 Mon Sep 17 00:00:00 2001 From: Mikhail Novosyolov Date: Thu, 9 Jan 2020 22:07:54 +0300 Subject: [PATCH 01/10] Use universal macro installation for both RPM 4 and RPM 5 %%install_macro has been added to the RPM package, %%install_macro and %%_rpmacrodir will be added to RPM 5. --- meson.spec | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/meson.spec b/meson.spec index e73ad8a..f70890b 100644 --- a/meson.spec +++ b/meson.spec @@ -4,7 +4,7 @@ Summary: High productivity build system Name: meson Version: 0.52.0 -Release: 1 +Release: 2 License: ASL 2.0 Group: Development/Tools Url: http://mesonbuild.com @@ -87,7 +87,7 @@ Valgrind, CCache and the like. %{_bindir}/%{name} %{_datadir}/polkit-1/actions/com.mesonbuild.install.policy %{_mandir}/man1/%{name}.1.* -%{_sys_macros_dir}/%{name}.macros +%{_rpmmacrodir}/*%{name}* %{py3_puresitedir}/%{name}-%{version}-py*.egg-info/ %{py3_puresitedir}/mesonbuild/ @@ -105,7 +105,7 @@ Valgrind, CCache and the like. %py3_install # Install our rpm macro helper for meson -install -D -m 0644 %{SOURCE2} %{buildroot}%{_sys_macros_dir}/%{name}.macros +%install_macro meson %{SOURCE2} %if %{with check} %check From 85502cc2eee9d831bf007808733b2f7089111eb1 Mon Sep 17 00:00:00 2001 From: Alexander Stefanov Date: Tue, 28 Jan 2020 07:20:42 +0000 Subject: [PATCH 02/10] version autoupdate [0.53.1] --- .abf.yml | 2 +- meson.spec | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.abf.yml b/.abf.yml index 3d438b2..f14f9a3 100644 --- a/.abf.yml +++ b/.abf.yml @@ -1,2 +1,2 @@ sources: - meson-0.52.0.tar.gz: f5b924f5128f53f9eaeffc2e72ac3f757977a809 + meson-0.53.1.tar.gz: 835f9e2b8951e9a01f3527269d44083109b33a29 diff --git a/meson.spec b/meson.spec index f70890b..307dec3 100644 --- a/meson.spec +++ b/meson.spec @@ -3,8 +3,8 @@ Summary: High productivity build system Name: meson -Version: 0.52.0 -Release: 2 +Version: 0.53.1 +Release: 1 License: ASL 2.0 Group: Development/Tools Url: http://mesonbuild.com From d9d29c70a8b7e0bfcd8d688ffd9ec983676c7db9 Mon Sep 17 00:00:00 2001 From: Alexander Stefanov Date: Mon, 30 Mar 2020 15:09:50 +0000 Subject: [PATCH 03/10] version autoupdate [0.54.0] --- .abf.yml | 2 +- meson.spec | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.abf.yml b/.abf.yml index f14f9a3..a05bad7 100644 --- a/.abf.yml +++ b/.abf.yml @@ -1,2 +1,2 @@ sources: - meson-0.53.1.tar.gz: 835f9e2b8951e9a01f3527269d44083109b33a29 + meson-0.54.0.tar.gz: fde1464f3c5ec73ecaa7889743f35746f0a4855b diff --git a/meson.spec b/meson.spec index 307dec3..dffb06a 100644 --- a/meson.spec +++ b/meson.spec @@ -3,7 +3,7 @@ Summary: High productivity build system Name: meson -Version: 0.53.1 +Version: 0.54.0 Release: 1 License: ASL 2.0 Group: Development/Tools From 99a97c9835301f40611d73be07b85cb8c792808e Mon Sep 17 00:00:00 2001 From: Alexander Stefanov Date: Mon, 27 Apr 2020 14:25:32 +0000 Subject: [PATCH 04/10] version autoupdate [0.54.1] --- .abf.yml | 2 +- meson.spec | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.abf.yml b/.abf.yml index a05bad7..5a54df5 100644 --- a/.abf.yml +++ b/.abf.yml @@ -1,2 +1,2 @@ sources: - meson-0.54.0.tar.gz: fde1464f3c5ec73ecaa7889743f35746f0a4855b + meson-0.54.1.tar.gz: ed781e5e8f4c5f0c0e6d65acbc945039761807b8 diff --git a/meson.spec b/meson.spec index dffb06a..44d5bf6 100644 --- a/meson.spec +++ b/meson.spec @@ -3,7 +3,7 @@ Summary: High productivity build system Name: meson -Version: 0.54.0 +Version: 0.54.1 Release: 1 License: ASL 2.0 Group: Development/Tools From 75c8edcffa3c60c83d27528df21a1101966a8886 Mon Sep 17 00:00:00 2001 From: Alexander Stefanov Date: Tue, 26 May 2020 21:30:35 +0000 Subject: [PATCH 05/10] version autoupdate [0.54.2] --- .abf.yml | 2 +- meson.spec | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.abf.yml b/.abf.yml index 5a54df5..02c6361 100644 --- a/.abf.yml +++ b/.abf.yml @@ -1,2 +1,2 @@ sources: - meson-0.54.1.tar.gz: ed781e5e8f4c5f0c0e6d65acbc945039761807b8 + meson-0.54.2.tar.gz: 42d632ef821a01ffb46c0a84a49b4daf69a25077 diff --git a/meson.spec b/meson.spec index 44d5bf6..7d09cb0 100644 --- a/meson.spec +++ b/meson.spec @@ -3,7 +3,7 @@ Summary: High productivity build system Name: meson -Version: 0.54.1 +Version: 0.54.2 Release: 1 License: ASL 2.0 Group: Development/Tools From bfd52abea7f7e164a047bc9e71d6c6be974f3f47 Mon Sep 17 00:00:00 2001 From: Alexander Stefanov Date: Fri, 11 Sep 2020 16:11:11 +0000 Subject: [PATCH 06/10] version autoupdate [0.55.2] --- .abf.yml | 2 +- meson.spec | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.abf.yml b/.abf.yml index 02c6361..567c509 100644 --- a/.abf.yml +++ b/.abf.yml @@ -1,2 +1,2 @@ sources: - meson-0.54.2.tar.gz: 42d632ef821a01ffb46c0a84a49b4daf69a25077 + meson-0.55.2.tar.gz: 6169185d5b1c00f49e4fde97db1bde9fc85f7ac9 diff --git a/meson.spec b/meson.spec index 7d09cb0..c5d4059 100644 --- a/meson.spec +++ b/meson.spec @@ -3,7 +3,7 @@ Summary: High productivity build system Name: meson -Version: 0.54.2 +Version: 0.55.2 Release: 1 License: ASL 2.0 Group: Development/Tools From 0616857b2a4771764e17c2d380d5170957035655 Mon Sep 17 00:00:00 2001 From: Alexander Stefanov Date: Fri, 11 Sep 2020 20:33:12 +0000 Subject: [PATCH 07/10] version autoupdate [0.55.3] --- .abf.yml | 2 +- meson.spec | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.abf.yml b/.abf.yml index 567c509..45ef929 100644 --- a/.abf.yml +++ b/.abf.yml @@ -1,2 +1,2 @@ sources: - meson-0.55.2.tar.gz: 6169185d5b1c00f49e4fde97db1bde9fc85f7ac9 + meson-0.55.3.tar.gz: 6a6ca4d36eb8cdf954beff08c653fc72cf336527 diff --git a/meson.spec b/meson.spec index c5d4059..441d594 100644 --- a/meson.spec +++ b/meson.spec @@ -3,7 +3,7 @@ Summary: High productivity build system Name: meson -Version: 0.55.2 +Version: 0.55.3 Release: 1 License: ASL 2.0 Group: Development/Tools From b5f2a8d06a9ad0c38e3581524947b28e02f390e2 Mon Sep 17 00:00:00 2001 From: Alexander Stefanov Date: Sun, 1 Nov 2020 10:10:24 +0000 Subject: [PATCH 08/10] version autoupdate [0.56.0] --- .abf.yml | 2 +- meson.spec | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.abf.yml b/.abf.yml index 45ef929..2fae8e6 100644 --- a/.abf.yml +++ b/.abf.yml @@ -1,2 +1,2 @@ sources: - meson-0.55.3.tar.gz: 6a6ca4d36eb8cdf954beff08c653fc72cf336527 + meson-0.56.0.tar.gz: 4ddd85b508a920d4724857f05728552f2c76619a diff --git a/meson.spec b/meson.spec index 441d594..6998e09 100644 --- a/meson.spec +++ b/meson.spec @@ -3,7 +3,7 @@ Summary: High productivity build system Name: meson -Version: 0.55.3 +Version: 0.56.0 Release: 1 License: ASL 2.0 Group: Development/Tools From 90aa86ea5271df523b7ab918f99faa678d1466d1 Mon Sep 17 00:00:00 2001 From: Alexander Stefanov Date: Wed, 6 Jan 2021 19:52:21 +0000 Subject: [PATCH 09/10] version autoupdate [0.56.1] --- .abf.yml | 2 +- meson.spec | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.abf.yml b/.abf.yml index 2fae8e6..93153a6 100644 --- a/.abf.yml +++ b/.abf.yml @@ -1,2 +1,2 @@ sources: - meson-0.56.0.tar.gz: 4ddd85b508a920d4724857f05728552f2c76619a + meson-0.56.1.tar.gz: 6701dc8e7cfd5a9b9be0a1dbd724326928744bb4 diff --git a/meson.spec b/meson.spec index 6998e09..defe72f 100644 --- a/meson.spec +++ b/meson.spec @@ -3,7 +3,7 @@ Summary: High productivity build system Name: meson -Version: 0.56.0 +Version: 0.56.1 Release: 1 License: ASL 2.0 Group: Development/Tools From c407bdd2d7a0876acbaf1f359fbe0bbace519282 Mon Sep 17 00:00:00 2001 From: Alexander Stefanov Date: Mon, 11 Jan 2021 18:32:46 +0000 Subject: [PATCH 10/10] version autoupdate [0.56.2] --- .abf.yml | 2 +- meson.spec | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.abf.yml b/.abf.yml index 93153a6..fd164b3 100644 --- a/.abf.yml +++ b/.abf.yml @@ -1,2 +1,2 @@ sources: - meson-0.56.1.tar.gz: 6701dc8e7cfd5a9b9be0a1dbd724326928744bb4 + meson-0.56.2.tar.gz: a62199aca12eb69d4df7e828a8d11cc241ecff73 diff --git a/meson.spec b/meson.spec index defe72f..732c824 100644 --- a/meson.spec +++ b/meson.spec @@ -3,7 +3,7 @@ Summary: High productivity build system Name: meson -Version: 0.56.1 +Version: 0.56.2 Release: 1 License: ASL 2.0 Group: Development/Tools