perl-XML-Parser 2.440.0-5 (znver1;i686;x86_64) 2019-9226
-9999

Status rejected
Submitter benbullard79 [@T] cox.net
Platform rolling
Repository main
URL https://abf.openmandriva.org/build_lists/645724
Packages
perl-XML-Parser-2.440.0-5.znver1.binary
perl-XML-Parser-2.440.0-5.znver1.source
perl-XML-Parser-debuginfo-2.440.0-5.znver1.debuginfo
perl-XML-Parser-2.440.0-5.i686.binary
perl-XML-Parser-2.440.0-5.i686.source
perl-XML-Parser-debuginfo-2.440.0-5.i686.debuginfo
perl-XML-Parser-2.440.0-5.x86_64.binary
perl-XML-Parser-2.440.0-5.x86_64.source
perl-XML-Parser-debuginfo-2.440.0-5.x86_64.debuginfo
Build Date 2019-11-23 00:38:26 +0000 UTC
Last Updated 2019-11-23 01:44:25.785439366 +0000 UTC
$ git show --format=fuller --patch-with-stat --summary c55f405998e9625a2945d034ca11580b1a314ce3

commit c55f405998e9625a2945d034ca11580b1a314ce3
Author:     Bernhard Rosenkraenzer <bero@lindev.ch>
AuthorDate: Sun Jul 28 20:26:30 2019 +0000
Commit:     Bernhard Rosenkraenzer <bero@lindev.ch>
CommitDate: Sun Jul 28 20:26:30 2019 +0000

    Disable LTO on aarch64
---
 perl-XML-Parser.spec | 10 +++++++++-
 1 file changed, 9 insertions(+), 1 deletion(-)

diff --git a/perl-XML-Parser.spec b/perl-XML-Parser.spec
index e982901..d18bc51 100644
--- a/perl-XML-Parser.spec
+++ b/perl-XML-Parser.spec
@@ -1,10 +1,17 @@
 %define	modname	XML-Parser
 %define	modver	2.44
 
+%ifarch %{aarch64}
+# FIXME as of clang 9.0 20190709, building with LTO results in
+# Can't find 'boot_XML__Parser__Expat' symbol in /home/bero/temp/abf/perl-XML-Parser/BUILD/XML-Parser-2.44/blib/arch/auto/XML/Parser/Expat/Expat.so
+# when running "use XML::Parser;"
+%global _disable_lto 1
+%endif
+
 Summary:	A perl module for parsing XML documents
 Name:		perl-%{modname}
 Version:	%{perl_convert_version %{modver}}
-Release:	4
+Release:	5
 License:	GPLv2+ or Artistic
 Group:		Development/Perl
 Url:		https://metacpan.org/pod/XML::Parser
@@ -17,6 +24,7 @@ BuildRequires:	perl-libwww-perl
 BuildRequires:	perl(HTML::Parser)
 BuildRequires:	pkgconfig(expat)
 # For tests
+BuildRequires:	perl(Test)
 BuildRequires:	perl(Test::More)
 
 %description
Not Available

benbullard79 [@T] cox.netNo Comment.1616d 06hrs
benbullard79 [@T] cox.netNo Comment.1616d 06hrs