diff --git a/.gitignore b/.gitignore index 144ca40..a3ef389 100644 --- a/.gitignore +++ b/.gitignore @@ -15,3 +15,4 @@ /meson-0.25.0.tar.gz /meson-0.26.0.tar.gz /meson-0.27.0.tar.gz +/meson-0.28.0.tar.gz diff --git a/meson.spec b/meson.spec index 4246a66..e6c8072 100644 --- a/meson.spec +++ b/meson.spec @@ -1,7 +1,7 @@ %global __python %{__python3} Name: meson -Version: 0.27.0 +Version: 0.28.0 Release: 1%{?dist} Summary: High productivity build system @@ -83,6 +83,9 @@ MESON_PRINT_TEST_OUTPUT=1 ./run_tests.py %{_mandir}/man1/%{name}gui.1.* %changelog +* Mon Dec 28 2015 Igor Gnatenko - 0.28.0-1 +- 0.28.0 + * Wed Nov 25 2015 Igor Gnatenko - 0.27.0-1 - 0.27.0 diff --git a/sources b/sources index 26f323b..550dc72 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -a2ec18d9e7ef09dc10712b500fe72097 meson-0.27.0.tar.gz +210b77ad963a2133117fbe170a610da5 meson-0.28.0.tar.gz