From d3fe05dec07c71c7bc10a2bcdb2a32eb3e10a5a1 Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Nov 25 2015 21:37:19 +0000 Subject: 0.27.0 Signed-off-by: Igor Gnatenko --- diff --git a/.gitignore b/.gitignore index 09f76ef..144ca40 100644 --- a/.gitignore +++ b/.gitignore @@ -14,3 +14,4 @@ /meson-0.24.0.tar.gz /meson-0.25.0.tar.gz /meson-0.26.0.tar.gz +/meson-0.27.0.tar.gz diff --git a/meson.spec b/meson.spec index b6affae..435954f 100644 --- a/meson.spec +++ b/meson.spec @@ -1,15 +1,13 @@ %global __python %{__python3} Name: meson -Version: 0.26.0 -Release: 2%{?dist} +Version: 0.27.0 +Release: 1%{?dist} Summary: High productivity build system License: ASL 2.0 URL: http://mesonbuild.com/ Source0: https://github.com/mesonbuild/meson/archive/%{version}/%{name}-%{version}.tar.gz -# https://github.com/mesonbuild/meson/pull/301 -Patch0: 0001-rpm-macros-export-FLAGS.patch BuildArch: noarch BuildRequires: python3-devel ninja-build @@ -48,7 +46,7 @@ Requires: python3-qt5 GUI for high productivity build system. %prep -%autosetup -S git +%autosetup %build # Nothing to build @@ -85,6 +83,9 @@ MESON_PRINT_TEST_OUTPUT=1 ./run_tests.py %{_mandir}/man1/%{name}gui.1.* %changelog +* Wed Nov 25 2015 Igor Gnatenko - 0.27.0-1 +- 0.27.0 + * Fri Oct 30 2015 Igor Gnatenko - 0.26.0-2 - Fix rpm macros for using optflags diff --git a/sources b/sources index c060928..26f323b 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -c6dd8a68ec6ad9ca81a9ca61df1538d4 meson-0.26.0.tar.gz +a2ec18d9e7ef09dc10712b500fe72097 meson-0.27.0.tar.gz