From e181edd6962e8fabdb08ac2cda318ed19904e9f2275d410f4b96a6ccb3045773 Mon Sep 17 00:00:00 2001 From: Stephan Kulow Date: Fri, 20 Apr 2018 13:46:33 +0000 Subject: [PATCH] Accepting request 596063 from home:WernerFink:branches:devel:languages:perl MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit For next TexLive 2018 - updated to 0.85 see /usr/share/doc/packages/perl-Text-BibTeX/Changes 0.85 2017-08-31 * FreeBSD includes a definition of strlcat, so no need to redefine it. 0.84 2017-08-31 * Further buffer overflow fixes. * Spellchecking fixes by Julián Moreno Patiño, Lucas Kanashiro, and Gregor Herrmann (debian community) 0.83 2017-08-28 * Remove unecessary depedency to YAML. * Fix further buffer overflow situations. 0.82 2017-08-27 * Fix buffer overflow (thanks to Hamid Ebadi). * Hide error messages on tests, and use them for testing purposes. 0.81 2017-07-19 * Fix issue with NameFormat and unitialized join-tokens. (thanks to Karl Wette for the bug report). OBS-URL: https://build.opensuse.org/request/show/596063 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Text-BibTeX?expand=0&rev=19 --- Text-BibTeX-0.80.tar.gz | 3 --- Text-BibTeX-0.85.tar.gz | 3 +++ manual-pages-for-libbtparse.patch | 2 +- perl-Text-BibTeX.changes | 26 ++++++++++++++++++++++++++ perl-Text-BibTeX.spec | 6 +++--- 5 files changed, 33 insertions(+), 7 deletions(-) delete mode 100644 Text-BibTeX-0.80.tar.gz create mode 100644 Text-BibTeX-0.85.tar.gz diff --git a/Text-BibTeX-0.80.tar.gz b/Text-BibTeX-0.80.tar.gz deleted file mode 100644 index d392760..0000000 --- a/Text-BibTeX-0.80.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:86872d085ddb8d94a3e796987738afce95749f0b9a7d7f3c4f19023e4ceffb6b -size 296711 diff --git a/Text-BibTeX-0.85.tar.gz b/Text-BibTeX-0.85.tar.gz new file mode 100644 index 0000000..b590d45 --- /dev/null +++ b/Text-BibTeX-0.85.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1005455f09ad5d39ebf6b45c87106a7341cbe5a7b25251dd05c7c960d7ebd30c +size 299430 diff --git a/manual-pages-for-libbtparse.patch b/manual-pages-for-libbtparse.patch index fa3cd86..9113874 100644 --- a/manual-pages-for-libbtparse.patch +++ b/manual-pages-for-libbtparse.patch @@ -1,6 +1,6 @@ --- Text-BibTeX-0.80/inc/MyBuilder.pm 2017-03-25 20:41:12.000000000 +0000 +++ Text-BibTeX-0.80/inc/MyBuilder.pm 2017-05-31 09:58:18.898289185 +0000 -@@ -162,8 +162,8 @@ sub ACTION_create_manpages { +@@ -172,8 +172,8 @@ sub ACTION_create_manpages { my $version = $self->notes('btparse_version'); for my $pod (@$pods) { my $man = $pod; diff --git a/perl-Text-BibTeX.changes b/perl-Text-BibTeX.changes index f95e65b..f8afc6f 100644 --- a/perl-Text-BibTeX.changes +++ b/perl-Text-BibTeX.changes @@ -1,3 +1,29 @@ +------------------------------------------------------------------- +Fri Apr 13 05:20:31 UTC 2018 - werner@suse.de + +- updated to 0.85 + see /usr/share/doc/packages/perl-Text-BibTeX/Changes + + 0.85 2017-08-31 + * FreeBSD includes a definition of strlcat, so no need to redefine it. + + 0.84 2017-08-31 + * Further buffer overflow fixes. + * Spellchecking fixes by Julián Moreno Patiño, Lucas Kanashiro, and + Gregor Herrmann (debian community) + + 0.83 2017-08-28 + * Remove unecessary depedency to YAML. + * Fix further buffer overflow situations. + + 0.82 2017-08-27 + * Fix buffer overflow (thanks to Hamid Ebadi). + * Hide error messages on tests, and use them for testing purposes. + + 0.81 2017-07-19 + * Fix issue with NameFormat and unitialized join-tokens. + (thanks to Karl Wette for the bug report). + ------------------------------------------------------------------- Wed May 31 07:32:43 UTC 2017 - werner@suse.de diff --git a/perl-Text-BibTeX.spec b/perl-Text-BibTeX.spec index 141524a..3780d35 100644 --- a/perl-Text-BibTeX.spec +++ b/perl-Text-BibTeX.spec @@ -1,7 +1,7 @@ # # spec file for package perl-Text-BibTeX # -# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,11 +17,11 @@ Name: perl-Text-BibTeX -Version: 0.80 +Version: 0.85 Release: 0 %define cpan_name Text-BibTeX Summary: Interface to Read and Parse BibTeX Files -License: Artistic-1.0 or GPL-1.0+ +License: Artistic-1.0 OR GPL-1.0-or-later Group: Development/Libraries/Perl Url: http://search.cpan.org/dist/Text-BibTeX/ Source0: https://cpan.metacpan.org/authors/id/A/AM/AMBS/%{cpan_name}-%{version}.tar.gz