Update to 88e40c7081b9bf8a337022ad2f12efe485fa8021
Backporting just the fixes for https://bugzilla.redhat.com/show_bug.cgi?id=1813529 is bound to cause more trouble than it’s worth, so we’re going all out.
This commit is contained in:
parent
5183ef4209
commit
654a6a4758
14
meson.spec
14
meson.spec
@ -5,14 +5,17 @@
|
|||||||
# — ekulik
|
# — ekulik
|
||||||
%bcond_with check
|
%bcond_with check
|
||||||
|
|
||||||
|
%global commit 88e40c7081b9bf8a337022ad2f12efe485fa8021
|
||||||
|
%global shortcommit %(c=%{commit}; echo ${c:0:7})
|
||||||
|
|
||||||
Name: meson
|
Name: meson
|
||||||
Version: 0.53.1
|
Version: 0.53.2
|
||||||
Release: 1%{?dist}
|
Release: 1.git%{shortcommit}%{?dist}
|
||||||
Summary: High productivity build system
|
Summary: High productivity build system
|
||||||
|
|
||||||
License: ASL 2.0
|
License: ASL 2.0
|
||||||
URL: https://mesonbuild.com/
|
URL: https://mesonbuild.com/
|
||||||
Source: https://github.com/mesonbuild/meson/archive/%{version}/%{name}-%{version}.tar.gz
|
Source: https://github.com/mesonbuild/meson/archive/%{commit}/%{name}-%{shortcommit}.tar.gz
|
||||||
|
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
Obsoletes: %{name}-gui < 0.31.0-3
|
Obsoletes: %{name}-gui < 0.31.0-3
|
||||||
@ -79,7 +82,7 @@ support for modern software development tools and practices, such as
|
|||||||
unit tests, coverage reports, Valgrind, CCache and the like.
|
unit tests, coverage reports, Valgrind, CCache and the like.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%autosetup -p1
|
%autosetup -p1 -n %{name}-%{commit}
|
||||||
# Macro should not change when we are redefining bindir
|
# Macro should not change when we are redefining bindir
|
||||||
sed -i -e "/^%%__meson /s| .*$| %{_bindir}/%{name}|" data/macros.%{name}
|
sed -i -e "/^%%__meson /s| .*$| %{_bindir}/%{name}|" data/macros.%{name}
|
||||||
|
|
||||||
@ -112,6 +115,9 @@ export MESON_PRINT_TEST_OUTPUT=1
|
|||||||
%{_datadir}/polkit-1/actions/com.mesonbuild.install.policy
|
%{_datadir}/polkit-1/actions/com.mesonbuild.install.policy
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sat Mar 14 2020 - Ernestas Kulik <ekulik@redhat.com> - 0.53.2-1.git88e40c7
|
||||||
|
- Update to snapshot of 0.53.2 with D fixes
|
||||||
|
|
||||||
* Fri Feb 07 2020 - Ernestas Kulik <ekulik@redhat.com> - 0.53.1-1
|
* Fri Feb 07 2020 - Ernestas Kulik <ekulik@redhat.com> - 0.53.1-1
|
||||||
- Update to 0.53.1
|
- Update to 0.53.1
|
||||||
|
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (meson-0.53.1.tar.gz) = 116218a4d290ac9556b4779c9377106f494be82fbadb18a9024077aa106ac1e36a66d755ea9fda679c3b8c34d84c0f0715500319b14d0f169e02309b3612c6e3
|
SHA512 (meson-88e40c7.tar.gz) = 206492ed77a5e382565f0e0a50ab13955be42b665f144e5879232560a64539c0762062028a021aad6cf2d9fb49b7f39c9e572f6a280628cbeeef35da0dd9ea56
|
||||||
|
Loading…
Reference in New Issue
Block a user