From cdb2593c40643a4dad7aad83326464053cc3e45c Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Mar 31 2015 12:18:45 +0000 Subject: 0.23.0 Signed-off-by: Igor Gnatenko --- diff --git a/.gitignore b/.gitignore index 065a25a..beea1ee 100644 --- a/.gitignore +++ b/.gitignore @@ -9,3 +9,4 @@ /meson-78d31ca.tar.gz /meson-18550fe.tar.gz /meson-3b49b71.tar.gz +/meson-0.23.0.tar.gz diff --git a/meson.spec b/meson.spec index 9c315f4..8bae39b 100644 --- a/meson.spec +++ b/meson.spec @@ -1,17 +1,13 @@ %global __python %{__python3} -%global commit 3b49b7106b281816fdf99f9d4361e5de0167ead3 -%global shortcommit %(c=%{commit}; echo ${c:0:7}) -%global date 20150328 Name: meson -Version: 0.22.0 -Release: 9.%{date}git%{shortcommit}%{?dist} +Version: 0.23.0 +Release: 1%{?dist} Summary: High productivity build system License: ASL 2.0 URL: https://jpakkane.github.io/meson/ -#Source0: https://github.com/jpakkane/meson/archive/%{version}/%{name}-%{version}.tar.gz -Source0: https://github.com/jpakkane/meson/archive/%{commit}/%{name}-%{shortcommit}.tar.gz +Source0: https://github.com/jpakkane/meson/archive/%{version}/%{name}-%{version}.tar.gz BuildArch: noarch BuildRequires: python3-devel ninja-build @@ -89,6 +85,9 @@ chmod +x %{buildroot}%{_bindir}/meson* %{_mandir}/man1/%{name}gui.1.* %changelog +* Tue Mar 31 2015 Igor Gnatenko - 0.23.0-1 +- 0.23.0 + * Sat Mar 28 2015 Igor Gnatenko - 0.22.0-9.20150328git3b49b71 - Update to latest git diff --git a/sources b/sources index 23c71d8..7ec9956 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -1cb64ecc06ec05b3f14be5d39148fd67 meson-3b49b71.tar.gz +9cd49a8112191ce0a3c1e7a035df7fd9 meson-0.23.0.tar.gz