SHA256
3
0
forked from pool/automake

Accepting request 205141 from devel:tools:building

(please forward to Factory)
- Add expect as BuildRequires/Requires for automake-testsuite. (forwarded request 205130 from fcrozat)

OBS-URL: https://build.opensuse.org/request/show/205141
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/automake?expand=0&rev=36
This commit is contained in:
Tomáš Chvátal 2013-10-30 14:22:47 +00:00 committed by Git OBS Bridge
commit bb5091e84c
5 changed files with 57 additions and 0 deletions

View File

@ -0,0 +1,26 @@
From: Andreas Stieger <andreas.stieger@gmx.de>
Subject: fix test failures in openSUSE Factory
Date: Fri, 16 Aug 2013 22:59:41 +0100
Upstream: no
The test suite fails for factory comparing the output of two command runs.
As only the content is relevant, not the order, sort befor diffing to fix.
---
t/primary-prefix-invalid-couples.tap | 2 ++
1 file changed, 2 insertions(+)
Index: automake-1.13.4/t/primary-prefix-invalid-couples.tap
===================================================================
--- automake-1.13.4.orig/t/primary-prefix-invalid-couples.tap 2013-06-09 10:31:22.000000000 +0100
+++ automake-1.13.4/t/primary-prefix-invalid-couples.tap 2013-08-16 22:09:29.000000000 +0100
@@ -186,7 +186,9 @@ grep -v 'dir.* not a legitimate director
# Check that the same failures are present without the '--add-missing'
# option.
mv stderr stderr.old
+sort stderr.old -o stderr.old
AUTOMAKE_fails -d "automake error out on mismatched prefix/primary couples"
+sort stderr -o stderr
command_ok_ "... and with the same diagnostic of 'automake -a'" \
diff stderr.old stderr

View File

@ -1,3 +1,14 @@
-------------------------------------------------------------------
Tue Oct 29 11:36:10 UTC 2013 - fcrozat@suse.com
- Add expect as BuildRequires/Requires for automake-testsuite.
-------------------------------------------------------------------
Fri Aug 16 21:10:46 UTC 2013 - andreas.stieger@gmx.de
- fix tests on factory
automake-1.13.4-fix-primary-prefix-invalid-couples-test.patch
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Jun 17 13:43:50 CEST 2013 - pth@suse.de Mon Jun 17 13:43:50 CEST 2013 - pth@suse.de
@ -6,6 +17,7 @@ Mon Jun 17 13:43:50 CEST 2013 - pth@suse.de
user-defined suffix rules were present in a single Makefile.am, user-defined suffix rules were present in a single Makefile.am,
automake would needlessly include definition of some make variables automake would needlessly include definition of some make variables
related to C compilation in the generated Makefile.in (bug#14560). related to C compilation in the generated Makefile.in (bug#14560).
- Adapt automake-SuSE.patch to changed config.guess.
------------------------------------------------------------------- -------------------------------------------------------------------
Wed Jun 12 15:07:16 CEST 2013 - pth@suse.de Wed Jun 12 15:07:16 CEST 2013 - pth@suse.de

View File

@ -31,6 +31,8 @@ BuildRequires: libtool
Requires: libtool Requires: libtool
BuildRequires: flex BuildRequires: flex
Requires: flex Requires: flex
BuildRequires: expect
Requires: expect
%endif %endif
Requires: autoconf >= 2.69 Requires: autoconf >= 2.69
Requires: info Requires: info
@ -44,6 +46,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build
Source: http://ftp.gnu.org/gnu/automake/automake-%{version}.tar.xz Source: http://ftp.gnu.org/gnu/automake/automake-%{version}.tar.xz
Source1: automake-rpmlintrc Source1: automake-rpmlintrc
Patch2: automake-require_file.patch Patch2: automake-require_file.patch
Patch3: automake-1.13.4-fix-primary-prefix-invalid-couples-test.patch
Patch100: automake-SuSE.patch Patch100: automake-SuSE.patch
BuildArch: noarch BuildArch: noarch
@ -56,6 +59,7 @@ definitions (with rules occasionally thrown in). The generated
%prep %prep
%setup -q -n automake-%{version} %setup -q -n automake-%{version}
%patch2 %patch2
%patch3 -p1
%patch100 %patch100
%build %build

View File

@ -1,3 +1,14 @@
-------------------------------------------------------------------
Tue Oct 29 11:36:10 UTC 2013 - fcrozat@suse.com
- Add expect as BuildRequires/Requires for automake-testsuite.
-------------------------------------------------------------------
Fri Aug 16 21:10:46 UTC 2013 - andreas.stieger@gmx.de
- fix tests on factory
automake-1.13.4-fix-primary-prefix-invalid-couples-test.patch
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Jun 17 13:43:50 CEST 2013 - pth@suse.de Mon Jun 17 13:43:50 CEST 2013 - pth@suse.de

View File

@ -31,6 +31,8 @@ BuildRequires: libtool
Requires: libtool Requires: libtool
BuildRequires: flex BuildRequires: flex
Requires: flex Requires: flex
BuildRequires: expect
Requires: expect
%endif %endif
Requires: autoconf >= 2.69 Requires: autoconf >= 2.69
Requires: info Requires: info
@ -44,6 +46,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build
Source: http://ftp.gnu.org/gnu/automake/automake-%{version}.tar.xz Source: http://ftp.gnu.org/gnu/automake/automake-%{version}.tar.xz
Source1: automake-rpmlintrc Source1: automake-rpmlintrc
Patch2: automake-require_file.patch Patch2: automake-require_file.patch
Patch3: automake-1.13.4-fix-primary-prefix-invalid-couples-test.patch
Patch100: automake-SuSE.patch Patch100: automake-SuSE.patch
BuildArch: noarch BuildArch: noarch
@ -56,6 +59,7 @@ definitions (with rules occasionally thrown in). The generated
%prep %prep
%setup -q -n automake-%{version} %setup -q -n automake-%{version}
%patch2 %patch2
%patch3 -p1
%patch100 %patch100
%build %build