Signed-off-by: Igor Gnatenko <i.gnatenko.brain@gmail.com>
This commit is contained in:
Igor Gnatenko 2015-07-12 22:02:30 +03:00
parent 807ff355bb
commit cd7a9d753f
3 changed files with 7 additions and 3 deletions

1
.gitignore vendored
View File

@ -12,3 +12,4 @@
/meson-0.23.0.tar.gz
/meson-0ba1d54.tar.gz
/meson-0.24.0.tar.gz
/meson-0.25.0.tar.gz

View File

@ -1,8 +1,8 @@
%global __python %{__python3}
Name: meson
Version: 0.24.0
Release: 3%{?dist}
Version: 0.25.0
Release: 1%{?dist}
Summary: High productivity build system
License: ASL 2.0
@ -81,6 +81,9 @@ MESON_PRINT_TEST_OUTPUT=1 ./run_tests.py
%{_mandir}/man1/%{name}gui.1.*
%changelog
* Sun Jul 12 2015 Igor Gnatenko <i.gnatenko.brain@gmail.com> - 0.25.0-1
- 0.25.0
* Sat Jul 11 2015 Igor Gnatenko <i.gnatenko.brain@gmail.com> - 0.24.0-3
- Update URLs
- drop unneded hacks in install section

View File

@ -1 +1 @@
174914f3dd91bef5c0f92368506259cb meson-0.24.0.tar.gz
96d3b364eee90dc9f6cb21997e5251ca meson-0.25.0.tar.gz