forked from pool/automake
Accepting request 820641 from home:gmbr3:testing
- Add etags to BuildRequires for testsuite - Add automake-testsuite-vala-gcc10.patch: fixes testsuite OBS-URL: https://build.opensuse.org/request/show/820641 OBS-URL: https://build.opensuse.org/package/show/devel:tools:building/automake?expand=0&rev=80
This commit is contained in:
parent
fb9db906c8
commit
cd603ea12f
23
automake-testsuite-vala-gcc10.patch
Normal file
23
automake-testsuite-vala-gcc10.patch
Normal file
@ -0,0 +1,23 @@
|
||||
https://lists.gnu.org/archive/html/bug-automake/2020-06/msg00003.html
|
||||
|
||||
diff --git a/t/vala-mix2.sh b/t/vala-mix2.sh
|
||||
index 8e6a214..933a3ff 100644
|
||||
--- a/t/vala-mix2.sh
|
||||
+++ b/t/vala-mix2.sh
|
||||
@@ -44,7 +44,7 @@ int main ()
|
||||
END
|
||||
|
||||
cat > foo.h <<'END'
|
||||
-int foo;
|
||||
+extern int foo;
|
||||
int bar (void);
|
||||
int baz (void);
|
||||
END
|
||||
@@ -56,7 +56,7 @@ END
|
||||
|
||||
cat > baz.c <<'END'
|
||||
#include "foo.h"
|
||||
-extern int foo = 0;
|
||||
+int foo = 0;
|
||||
int baz (void) { return 0; }
|
||||
END
|
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Jul 10 14:54:32 UTC 2020 - Callum Farmer <callumjfarmer13@gmail.com>
|
||||
|
||||
- Add etags to BuildRequires for testsuite
|
||||
- Add automake-testsuite-vala-gcc10.patch: fixes testsuite
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Jul 5 16:19:34 UTC 2020 - Callum Farmer <callumjfarmer13@gmail.com>
|
||||
|
||||
|
@ -36,6 +36,7 @@ Source3: automake-rpmlintrc
|
||||
Patch2: automake-require_file.patch
|
||||
Patch3: automake-1.13.4-fix-primary-prefix-invalid-couples-test.patch
|
||||
Patch5: 0001-correct-parameter-parsing-in-test-driver-script.patch
|
||||
Patch6: automake-testsuite-vala-gcc10.patch
|
||||
Patch100: automake-SuSE.patch
|
||||
BuildRequires: autoconf >= 2.69
|
||||
BuildRequires: bison
|
||||
@ -62,6 +63,7 @@ BuildRequires: pkgconfig
|
||||
BuildRequires: python
|
||||
BuildRequires: sharutils
|
||||
BuildRequires: zip
|
||||
BuildRequires: etags
|
||||
Requires: expect
|
||||
Requires: flex
|
||||
Requires: libtool
|
||||
@ -82,6 +84,7 @@ definitions (with rules occasionally thrown in). The generated
|
||||
%patch2 -p1
|
||||
%patch3 -p1
|
||||
%patch5 -p1
|
||||
%patch6 -p1
|
||||
%patch100
|
||||
|
||||
%build
|
||||
|
Loading…
Reference in New Issue
Block a user