Accepting request 596063 from home:WernerFink:branches:devel:languages:perl

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
This commit is contained in:
Stephan Kulow 2018-04-20 13:46:33 +00:00 committed by Git OBS Bridge
parent 49f3bc76d3
commit e181edd696
5 changed files with 33 additions and 7 deletions

View File

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

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

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

View File

@ -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;

View File

@ -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

View File

@ -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