diff --git a/perl-Text-BibTeX-libdir.patch b/perl-Text-BibTeX-libdir.patch index 18f4cd0..2a95ad7 100644 --- a/perl-Text-BibTeX-libdir.patch +++ b/perl-Text-BibTeX-libdir.patch @@ -5,7 +5,7 @@ } } else { - if ($Config{archname} =~ /^x86_64/) { -+ if ($Config{archname} =~ /^x86_64|ppc64|s390x/) { ++ if ($Config{archname} =~ /^x86_64|ppc64|s390x|aarch64/) { $libdir =~ s/\bbin\b/lib64/; if (!-d $libdir) { my $test = $libdir; diff --git a/perl-Text-BibTeX.changes b/perl-Text-BibTeX.changes index b7b8cde..92a0e53 100644 --- a/perl-Text-BibTeX.changes +++ b/perl-Text-BibTeX.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Sun Mar 3 10:07:12 UTC 2013 - schwab@suse.de + +- Add aarch64 to the list of lib64 platforms + ------------------------------------------------------------------- Mon Dec 10 01:22:40 CET 2012 - ro@suse.de diff --git a/perl-Text-BibTeX.spec b/perl-Text-BibTeX.spec index 080913c..8d0453c 100644 --- a/perl-Text-BibTeX.spec +++ b/perl-Text-BibTeX.spec @@ -1,7 +1,7 @@ # # spec file for package perl-Text-BibTeX # -# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed