From 055573468cdda98215a449e357753e5bdfb45a45 Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Mar 10 2015 09:12:39 +0000 Subject: today's snapshot Signed-off-by: Igor Gnatenko --- diff --git a/.gitignore b/.gitignore index 97b2e4b..5a06be9 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ /meson-0.22.0-c6dbf98.tar.gz /meson-c6dbf98.tar.gz /meson-7581895.tar.gz +/meson-f9f51b1.tar.gz diff --git a/meson.spec b/meson.spec index 43d145d..51c4a3d 100644 --- a/meson.spec +++ b/meson.spec @@ -1,10 +1,11 @@ %global __python %{__python3} -%global commit 75818950f84e6eb29790d7bdc47445b529143008 +%global commit f9f51b1ac7f86ed4be78ea830a414ec0c27fb044 %global shortcommit %(c=%{commit}; echo ${c:0:7}) +%global date 20150310 Name: meson Version: 0.22.0 -Release: 6.git%{shortcommit}%{?dist} +Release: 7.%{date}git%{shortcommit}%{?dist} Summary: High productivity build system License: ASL 2.0 @@ -21,7 +22,7 @@ BuildRequires: gtest-devel BuildRequires: gmock-devel BuildRequires: qt5-qtbase-devel BuildRequires: vala -#BuildRequires: wxGTK3-devel +BuildRequires: wxGTK3-devel BuildRequires: flex bison BuildRequires: gettext BuildRequires: gnustep-base-devel @@ -49,8 +50,6 @@ GUI for high productivity build system. %prep %setup -qn %{name}-%{commit} -# wxGTK3 broken -rm -rf "test cases/frameworks/9 wxwidgets/" # protobuf broken rm -rf "test cases/frameworks/5 protocol buffers/" @@ -85,7 +84,11 @@ chmod +x %{buildroot}%{_bindir}/meson* %{_mandir}/man1/%{name}gui.1.* %changelog -* Thu Feb 26 2015 Igor Gnatenko - 0.22.0-6.git +* Tue Mar 10 2015 Igor Gnatenko - 0.22.0-7.20150310gitf9f51b1 +- today's git snapshot with support for cool GNOME features +- re-enable wxGTK3 tests, package fixed in rawhide + +* Thu Feb 26 2015 Igor Gnatenko - 0.22.0-6.git7581895 - split gui to subpkg - update to latest snapshot - enable tests diff --git a/sources b/sources index 6ab55ef..a640d7a 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -2187baf86d1434c027ecc33ec869b9f9 meson-7581895.tar.gz +cee2e6cbaf3c40cacd58156cb0359a49 meson-f9f51b1.tar.gz