From e6e9859f72113851865698bf9ecd2956c1924e8b5846b04d9cf8713d44f2a629 Mon Sep 17 00:00:00 2001 From: Dirk Stoecker Date: Mon, 17 Jun 2019 17:15:08 +0000 Subject: [PATCH] Accepting request 710383 from home:pmonrealgonzalez:branches:devel:languages:perl MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 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 --- Text-BibTeX-0.85.tar.gz | 3 --- Text-BibTeX-0.88.tar.gz | 3 +++ perl-Text-BibTeX.changes | 19 +++++++++++++++++++ perl-Text-BibTeX.spec | 23 +++++++++++++---------- 4 files changed, 35 insertions(+), 13 deletions(-) delete mode 100644 Text-BibTeX-0.85.tar.gz create mode 100644 Text-BibTeX-0.88.tar.gz diff --git a/Text-BibTeX-0.85.tar.gz b/Text-BibTeX-0.85.tar.gz deleted file mode 100644 index b590d45..0000000 --- a/Text-BibTeX-0.85.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1005455f09ad5d39ebf6b45c87106a7341cbe5a7b25251dd05c7c960d7ebd30c -size 299430 diff --git a/Text-BibTeX-0.88.tar.gz b/Text-BibTeX-0.88.tar.gz new file mode 100644 index 0000000..0efedec --- /dev/null +++ b/Text-BibTeX-0.88.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b014586e68bdbcafb0a2cfa0401eb0a04ea5de8c4d5bc36dd0f7faeab6acf42c +size 301812 diff --git a/perl-Text-BibTeX.changes b/perl-Text-BibTeX.changes index f8afc6f..ea30454 100644 --- a/perl-Text-BibTeX.changes +++ b/perl-Text-BibTeX.changes @@ -1,3 +1,22 @@ +------------------------------------------------------------------- +Mon Jun 17 15:04:25 UTC 2019 - Pedro Monreal Gonzalez + +- 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 diff --git a/perl-Text-BibTeX.spec b/perl-Text-BibTeX.spec index 3780d35..a3af3b1 100644 --- a/perl-Text-BibTeX.spec +++ b/perl-Text-BibTeX.spec @@ -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