From 2a01641a92a8394c25bd139b0c8eea3f653c4b4d Mon Sep 17 00:00:00 2001 From: Pavel Raiskup Date: Sep 26 2012 08:35:09 +0000 Subject: Really fix the #860577 --- diff --git a/automake-1.12.2-vala-fails.patch b/automake-1.12.2-vala-fails.patch new file mode 100644 index 0000000..433a228 --- /dev/null +++ b/automake-1.12.2-vala-fails.patch @@ -0,0 +1,18 @@ +diff --git a/t/list-of-tests.mk b/t/list-of-tests.mk +index 78d7d9b..8793296 100644 +--- a/t/list-of-tests.mk ++++ b/t/list-of-tests.mk +@@ -1219,13 +1219,6 @@ t/vala2.sh \ + t/vala3.sh \ + t/vala4.sh \ + t/vala5.sh \ +-t/vala-vapi.sh \ +-t/vala-headers.sh \ +-t/vala-libs.sh \ +-t/vala-vpath.sh \ +-t/vala-mix.sh \ +-t/vala-mix2.sh \ +-t/vala-parallel.sh \ + t/vars.sh \ + t/vars3.sh \ + t/vartar.sh \ diff --git a/automake.spec b/automake.spec index 775541d..5b81b81 100644 --- a/automake.spec +++ b/automake.spec @@ -3,7 +3,7 @@ Summary: A GNU tool for automatically creating Makefiles Name: automake Version: %{api_version}.2 -Release: 3%{?dist} +Release: 4%{?dist} License: GPLv2+ and GFDL Group: Development/Tools Source: http://ftp.gnu.org/gnu/automake/automake-%{version}.tar.xz @@ -89,6 +89,9 @@ fi %{_mandir}/man1/* %changelog +* Wed Sep 26 2012 Pavel Raiskup - 1.12.2-4 +- ups, forgot to add patch for (#860577) + * Wed Sep 26 2012 Pavel Raiskup - 1.12.2-3 - temporarily disable vala checks in testsuite because of vala rebase to vala-0.18.0 (#860577)