diff --git a/.gitignore b/.gitignore index bf46778..f2fed3f 100644 --- a/.gitignore +++ b/.gitignore @@ -18,3 +18,4 @@ /meson-0.28.0.tar.gz /meson-0.29.0.tar.gz /meson-0.30.0.tar.gz +/meson-0.31.0.tar.gz diff --git a/meson.spec b/meson.spec index 83a3b63..f0af2b1 100644 --- a/meson.spec +++ b/meson.spec @@ -1,7 +1,7 @@ %global libname mesonbuild Name: meson -Version: 0.30.0 +Version: 0.31.0 Release: 1%{?dist} Summary: High productivity build system @@ -87,6 +87,9 @@ MESON_PRINT_TEST_OUTPUT=1 ./run_tests.py %{_mandir}/man1/%{name}gui.1.* %changelog +* Thu Apr 14 2016 Igor Gnatenko - 0.31.0-1 +- Update to 0.31.0 + * Sun Mar 20 2016 Igor Gnatenko - 0.30.0-1 - Update to 0.30.0 diff --git a/sources b/sources index ea3dfa0..080e450 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -2e22409ab9b69cd0f0c925b64904ccd9 meson-0.30.0.tar.gz +a91a6535ad2cdf6625c6a282f5089be2 meson-0.31.0.tar.gz