Accepting request 144934 from devel:languages:perl

- fix libdir for s390x as well 
- update to 0.66
  * Fix a segmentation fault with strcat and no string limit
  * Patch to support @ and ~ in names
  * Patch to expand macro size limit (forwarded request 144902 from oertel)

OBS-URL: https://build.opensuse.org/request/show/144934
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Text-BibTeX?expand=0&rev=3
This commit is contained in:
Stephan Kulow 2012-12-10 13:25:38 +00:00 committed by Git OBS Bridge
commit eb020f332e
5 changed files with 14 additions and 5 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:da688d9ee99c5768f82c3c70c81c048da2803e958a3959985b067bc72290b717
size 272285

3
Text-BibTeX-0.66.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:47a635c8d02e6429ad07e714c2073460ea699f1440f3144b860e3b055278d573
size 281825

View File

@ -5,7 +5,7 @@
}
} else {
- if ($Config{archname} =~ /^x86_64/) {
+ if ($Config{archname} =~ /^x86_64|ppc64/) {
+ if ($Config{archname} =~ /^x86_64|ppc64|s390x/) {
$libdir =~ s/\bbin\b/lib64/;
if (!-d $libdir) {
my $test = $libdir;

View File

@ -1,3 +1,12 @@
-------------------------------------------------------------------
Mon Dec 10 01:22:40 CET 2012 - ro@suse.de
- fix libdir for s390x as well
- update to 0.66
* Fix a segmentation fault with strcat and no string limit
* Patch to support @ and ~ in names
* Patch to expand macro size limit
-------------------------------------------------------------------
Fri May 25 14:52:59 UTC 2012 - dvaleev@suse.com

View File

@ -17,7 +17,7 @@
Name: perl-Text-BibTeX
Version: 0.63
Version: 0.66
Release: 0
%define cpan_name Text-BibTeX
Summary: Interface to read and parse BibTeX files