diff --git a/Text-BibTeX-0.63.tar.gz b/Text-BibTeX-0.63.tar.gz deleted file mode 100644 index 7a08b27..0000000 --- a/Text-BibTeX-0.63.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:da688d9ee99c5768f82c3c70c81c048da2803e958a3959985b067bc72290b717 -size 272285 diff --git a/Text-BibTeX-0.66.tar.gz b/Text-BibTeX-0.66.tar.gz new file mode 100644 index 0000000..cb816a7 --- /dev/null +++ b/Text-BibTeX-0.66.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:47a635c8d02e6429ad07e714c2073460ea699f1440f3144b860e3b055278d573 +size 281825 diff --git a/perl-Text-BibTeX-libdir.patch b/perl-Text-BibTeX-libdir.patch index ebe822b..18f4cd0 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/) { ++ if ($Config{archname} =~ /^x86_64|ppc64|s390x/) { $libdir =~ s/\bbin\b/lib64/; if (!-d $libdir) { my $test = $libdir; diff --git a/perl-Text-BibTeX.changes b/perl-Text-BibTeX.changes index fb2ff8a..b7b8cde 100644 --- a/perl-Text-BibTeX.changes +++ b/perl-Text-BibTeX.changes @@ -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 diff --git a/perl-Text-BibTeX.spec b/perl-Text-BibTeX.spec index 1ff583f..080913c 100644 --- a/perl-Text-BibTeX.spec +++ b/perl-Text-BibTeX.spec @@ -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