Update to 0.38.0
Signed-off-by: Igor Gnatenko <ignatenko@redhat.com>
This commit is contained in:
parent
fb284f8bf4
commit
f863cb59c4
1
.gitignore
vendored
1
.gitignore
vendored
@ -26,3 +26,4 @@
|
||||
/meson-0.36.0.tar.gz
|
||||
/meson-0.37.0.tar.gz
|
||||
/meson-0.37.1.tar.gz
|
||||
/meson-0.38.0.tar.gz
|
||||
|
16
meson.spec
16
meson.spec
@ -1,8 +1,8 @@
|
||||
%global libname mesonbuild
|
||||
|
||||
Name: meson
|
||||
Version: 0.37.1
|
||||
Release: 2%{?dist}
|
||||
Version: 0.38.0
|
||||
Release: 1%{?dist}
|
||||
Summary: High productivity build system
|
||||
|
||||
License: ASL 2.0
|
||||
@ -84,13 +84,17 @@ export MESON_PRINT_TEST_OUTPUT=1
|
||||
%{_bindir}/wraptool
|
||||
%{python3_sitelib}/%{libname}/
|
||||
%{python3_sitelib}/%{name}-*.egg-info/
|
||||
%{_mandir}/man1/%{name}.1.*
|
||||
%{_mandir}/man1/%{name}conf.1.*
|
||||
%{_mandir}/man1/%{name}introspect.1.*
|
||||
%{_mandir}/man1/wraptool.1.*
|
||||
%{_mandir}/man1/%{name}.1*
|
||||
%{_mandir}/man1/%{name}conf.1*
|
||||
%{_mandir}/man1/%{name}introspect.1*
|
||||
%{_mandir}/man1/%{name}test.1*
|
||||
%{_mandir}/man1/wraptool.1*
|
||||
%{rpmmacrodir}/macros.%{name}
|
||||
|
||||
%changelog
|
||||
* Sun Jan 29 2017 Igor Gnatenko <ignatenko@redhat.com> - 0.38.0-1
|
||||
- Update to 0.38.0
|
||||
|
||||
* Thu Dec 22 2016 Miro Hrončok <mhroncok@redhat.com> - 0.37.1-2
|
||||
- Rebuild for Python 3.6
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (meson-0.37.1.tar.gz) = ca018ec0ebeab51cc69e18a323abc9a82dfa77c70695c9b3b2306bce6c4283132b35f95cc90da1507bfbdfd7b5cd9d71075e9c35b2cbd8c8c146b4b49389b532
|
||||
SHA512 (meson-0.38.0.tar.gz) = 7f65271adc739ab08d4e6d373b27bef88650ebd67ca12e8fa60dbb4312085fa20861e166210378fc8693bff5bf2ad1926b214a22e5f66198bf570fd7b685a0e6
|
||||
|
Loading…
Reference in New Issue
Block a user