[automake] Temporarily disable vala checks in testsuite

Pavel Raiskup praiskup at fedoraproject.org
Wed Sep 26 08:31:46 UTC 2012


commit 4758a187549d9b5c41a609cc51e83ce4abc5de37
Author: Pavel Raiskup <praiskup at redhat.com>
Date:   Wed Sep 26 07:39:23 2012 +0200

    Temporarily disable vala checks in testsuite
    
    Resolves: #860577

 automake.spec |    8 +++++++-
 1 files changed, 7 insertions(+), 1 deletions(-)
---
diff --git a/automake.spec b/automake.spec
index c04564b..775541d 100644
--- a/automake.spec
+++ b/automake.spec
@@ -8,9 +8,10 @@ License:    GPLv2+ and GFDL
 Group:      Development/Tools
 Source:     http://ftp.gnu.org/gnu/automake/automake-%{version}.tar.xz
 Patch0:     automake-1.12.2-aclocal7-sleep.patch
+Patch1:     automake-1.12.2-vala-fails.patch
 URL:        http://www.gnu.org/software/automake/
 Requires:   autoconf >= 2.68
-Buildrequires:  autoconf >= 2.68
+BuildRequires:  autoconf >= 2.68
 Requires(post): /sbin/install-info
 Requires(preun): /sbin/install-info
 BuildArch:  noarch
@@ -42,6 +43,7 @@ Makefiles.
 %prep
 %setup -q -n automake-%{version}
 %patch0 -p1 -b .aclocal7-sleep
+%patch1 -p1 -b .vala-build-problems
 
 %build
 ./configure --prefix=%{_prefix} --mandir=%{_mandir} --infodir=%{_infodir} \
@@ -87,6 +89,10 @@ fi
 %{_mandir}/man1/*
 
 %changelog
+* Wed Sep 26 2012 Pavel Raiskup <praiskup at redhat.com> - 1.12.2-3
+- temporarily disable vala checks in testsuite because of vala rebase to
+  vala-0.18.0 (#860577)
+
 * Tue Sep 25 2012 Pavel Raiskup <praiskup at redhat.com> - 1.12.2-3
 - Thanks to Ralf Corsépius <corsepiu at fedoraproject.org> - these fixes are
   slightly reworked changes (due to rebase of automake) from his patch attached


More information about the scm-commits mailing list