From 0abba7d088bb141b96a9d1521f1c7cf605b738e3adf8b552b0970780c41c0338 Mon Sep 17 00:00:00 2001 From: Robert Schweikert Date: Sun, 3 Mar 2013 10:53:37 +0000 Subject: [PATCH] Accepting request 157144 from devel:ARM:AArch64:Factory - Add aarch64 to the list of lib64 platforms OBS-URL: https://build.opensuse.org/request/show/157144 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Text-BibTeX?expand=0&rev=7 --- perl-Text-BibTeX-libdir.patch | 2 +- perl-Text-BibTeX.changes | 5 +++++ perl-Text-BibTeX.spec | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) 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