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:
commit
eb020f332e
@ -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
3
Text-BibTeX-0.66.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:47a635c8d02e6429ad07e714c2073460ea699f1440f3144b860e3b055278d573
|
||||||
|
size 281825
|
@ -5,7 +5,7 @@
|
|||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
- if ($Config{archname} =~ /^x86_64/) {
|
- if ($Config{archname} =~ /^x86_64/) {
|
||||||
+ if ($Config{archname} =~ /^x86_64|ppc64/) {
|
+ if ($Config{archname} =~ /^x86_64|ppc64|s390x/) {
|
||||||
$libdir =~ s/\bbin\b/lib64/;
|
$libdir =~ s/\bbin\b/lib64/;
|
||||||
if (!-d $libdir) {
|
if (!-d $libdir) {
|
||||||
my $test = $libdir;
|
my $test = $libdir;
|
||||||
|
@ -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
|
Fri May 25 14:52:59 UTC 2012 - dvaleev@suse.com
|
||||||
|
|
||||||
|
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: perl-Text-BibTeX
|
Name: perl-Text-BibTeX
|
||||||
Version: 0.63
|
Version: 0.66
|
||||||
Release: 0
|
Release: 0
|
||||||
%define cpan_name Text-BibTeX
|
%define cpan_name Text-BibTeX
|
||||||
Summary: Interface to read and parse BibTeX files
|
Summary: Interface to read and parse BibTeX files
|
||||||
|
Loading…
x
Reference in New Issue
Block a user