Accepting request 710383 from home:pmonrealgonzalez:branches:devel:languages:perl

- update to 0.88
   see /usr/share/doc/packages/perl-Text-BibTeX/Changes
  0.88 2019-04-29
   * Make namebug.c compile with non std99 compiler.
  0.87 2019-04-06
   * Fix 0.86 release
  0.86 2019-03-31
   * Install btparse.h header file (Alberto Simões)
   * Fix compilation issues with some compilers (Tobias Schlemmer)
   * Fix some crashes and malfunctinos in bt_format_name and bt_split_name (Tobias Schlemmer)
   * Issue warnings for unmatched braces (Tobias Schlemmer)
- Updated URL to MetaCPAN
- Added missing btparse.h to the devel package
- Updated spec file with spec-cleaner

OBS-URL: https://build.opensuse.org/request/show/710383
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Text-BibTeX?expand=0&rev=21
This commit is contained in:
Dirk Stoecker 2019-06-17 17:15:08 +00:00 committed by Git OBS Bridge
parent e181edd696
commit e6e9859f72
4 changed files with 35 additions and 13 deletions

View File

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

BIN
Text-BibTeX-0.88.tar.gz (Stored with Git LFS) Normal file

Binary file not shown.

View File

@ -1,3 +1,22 @@
-------------------------------------------------------------------
Mon Jun 17 15:04:25 UTC 2019 - Pedro Monreal Gonzalez <pmonrealgonzalez@suse.com>
- update to 0.88
see /usr/share/doc/packages/perl-Text-BibTeX/Changes
0.88 2019-04-29
* Make namebug.c compile with non std99 compiler.
0.87 2019-04-06
* Fix 0.86 release
0.86 2019-03-31
* Install btparse.h header file (Alberto Simões)
* Fix compilation issues with some compilers (Tobias Schlemmer)
* Fix some crashes and malfunctinos in bt_format_name and bt_split_name (Tobias Schlemmer)
* Issue warnings for unmatched braces (Tobias Schlemmer)
- Updated URL to MetaCPAN
- Added missing btparse.h to the devel package
- Updated spec file with spec-cleaner
-------------------------------------------------------------------
Fri Apr 13 05:20:31 UTC 2018 - werner@suse.de

View File

@ -1,7 +1,7 @@
#
# spec file for package perl-Text-BibTeX
#
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2019 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
@ -12,32 +12,35 @@
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
Name: perl-Text-BibTeX
Version: 0.85
Release: 0
%define cpan_name Text-BibTeX
Name: perl-Text-BibTeX
Version: 0.88
Release: 0
Summary: Interface to Read and Parse BibTeX Files
License: Artistic-1.0 OR GPL-1.0-or-later
Group: Development/Libraries/Perl
Url: http://search.cpan.org/dist/Text-BibTeX/
URL: https://metacpan.org/release/Text-BibTeX
Source0: https://cpan.metacpan.org/authors/id/A/AM/AMBS/%{cpan_name}-%{version}.tar.gz
Source1: cpanspec.yml
Patch0: manual-pages-for-libbtparse.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: glibc-devel
BuildRequires: perl
BuildRequires: perl-macros
BuildRequires: perl(Capture::Tiny) >= 0.06
BuildRequires: perl(Config::AutoConf) >= 0.16
BuildRequires: perl(Cwd)
BuildRequires: perl(ExtUtils::CBuilder) >= 0.27
BuildRequires: perl(ExtUtils::LibBuilder) >= 0.02
BuildRequires: perl(File::Copy)
BuildRequires: perl(Module::Build) >= 0.360300
BuildRequires: perl(Scalar::Util) >= 1.42
Requires: perl(Encode)
Requires: perl(Scalar::Util) >= 1.42
Requires: perl(Unicode::Normalize)
%{perl_requires}
%description
@ -79,7 +82,7 @@ the "Text::BibTeX" module for Perl.
find . -type f ! -name \*.pl -print0 | xargs -0 chmod 644
%build
%{__perl} Build.PL installdirs=vendor optimize="%{optflags}"
perl Build.PL installdirs=vendor optimize="%{optflags}"
./Build build flags=%{?_smp_mflags}
%check
@ -91,7 +94,6 @@ chmod -R u+rw %{buildroot}
%perl_gen_filelist
%post devel -p /sbin/ldconfig
%postun devel -p /sbin/ldconfig
%files -f %{name}.files
@ -102,6 +104,7 @@ chmod -R u+rw %{buildroot}
%files devel
%defattr(-,root,root,755)
%{_libdir}/libbtparse.so
%{_mandir}/man3/*.3.gz
%{_mandir}/man3/*.3%{?ext_man}
%{_includedir}/btparse.h
%changelog