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