Hello community,

here is the log from the commit of package automake for openSUSE:Factory 
checked in at 2013-10-30 15:22:47
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/automake (Old)
 and      /work/SRC/openSUSE:Factory/.automake.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "automake"

Changes:
--------
--- /work/SRC/openSUSE:Factory/automake/automake-testsuite.changes      
2013-06-25 17:13:17.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.automake.new/automake-testsuite.changes 
2013-10-30 15:22:48.000000000 +0100
@@ -1,0 +2,11 @@
+Tue Oct 29 11:36:10 UTC 2013 - [email protected]
+
+- Add expect as BuildRequires/Requires for automake-testsuite.
+
+-------------------------------------------------------------------
+Fri Aug 16 21:10:46 UTC 2013 - [email protected]
+
+- fix tests on factory
+  automake-1.13.4-fix-primary-prefix-invalid-couples-test.patch
+
+-------------------------------------------------------------------
@@ -8,0 +20 @@
+- Adapt automake-SuSE.patch to changed config.guess.
--- /work/SRC/openSUSE:Factory/automake/automake.changes        2013-06-25 
17:13:17.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.automake.new/automake.changes   2013-10-30 
15:22:48.000000000 +0100
@@ -1,0 +2,11 @@
+Tue Oct 29 11:36:10 UTC 2013 - [email protected]
+
+- Add expect as BuildRequires/Requires for automake-testsuite.
+
+-------------------------------------------------------------------
+Fri Aug 16 21:10:46 UTC 2013 - [email protected]
+
+- fix tests on factory
+  automake-1.13.4-fix-primary-prefix-invalid-couples-test.patch
+
+-------------------------------------------------------------------

New:
----
  automake-1.13.4-fix-primary-prefix-invalid-couples-test.patch

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ automake-testsuite.spec ++++++
--- /var/tmp/diff_new_pack.ryxMhg/_old  2013-10-30 15:22:49.000000000 +0100
+++ /var/tmp/diff_new_pack.ryxMhg/_new  2013-10-30 15:22:49.000000000 +0100
@@ -31,6 +31,8 @@
 Requires:       libtool
 BuildRequires:  flex
 Requires:       flex
+BuildRequires:  expect
+Requires:       expect
 %endif
 Requires:       autoconf >= 2.69
 Requires:       info
@@ -44,6 +46,7 @@
 Source:         http://ftp.gnu.org/gnu/automake/automake-%{version}.tar.xz
 Source1:        automake-rpmlintrc
 Patch2:         automake-require_file.patch
+Patch3:         automake-1.13.4-fix-primary-prefix-invalid-couples-test.patch
 Patch100:       automake-SuSE.patch
 BuildArch:      noarch
 
@@ -56,6 +59,7 @@
 %prep
 %setup -q -n automake-%{version}
 %patch2
+%patch3 -p1
 %patch100
 
 %build

++++++ automake.spec ++++++
--- /var/tmp/diff_new_pack.ryxMhg/_old  2013-10-30 15:22:49.000000000 +0100
+++ /var/tmp/diff_new_pack.ryxMhg/_new  2013-10-30 15:22:49.000000000 +0100
@@ -31,6 +31,8 @@
 Requires:       libtool
 BuildRequires:  flex
 Requires:       flex
+BuildRequires:  expect
+Requires:       expect
 %endif
 Requires:       autoconf >= 2.69
 Requires:       info
@@ -44,6 +46,7 @@
 Source:         http://ftp.gnu.org/gnu/automake/automake-%{version}.tar.xz
 Source1:        automake-rpmlintrc
 Patch2:         automake-require_file.patch
+Patch3:         automake-1.13.4-fix-primary-prefix-invalid-couples-test.patch
 Patch100:       automake-SuSE.patch
 BuildArch:      noarch
 
@@ -56,6 +59,7 @@
 %prep
 %setup -q -n automake-%{version}
 %patch2
+%patch3 -p1
 %patch100
 
 %build

++++++ automake-1.13.4-fix-primary-prefix-invalid-couples-test.patch ++++++
From: Andreas Stieger <[email protected]>
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
 
-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to