8
0

4 Commits

Author SHA256 Message Date
5aaf5e647c Accepting request 1244955 from devel:languages:perl
OBS-URL: https://build.opensuse.org/request/show/1244955
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Text-BibTeX?expand=0&rev=17
2025-02-11 20:22:00 +00:00
a1f87e658a - updated to 0.910.0 (0.91)
see /usr/share/doc/packages/perl-Text-BibTeX/Changes
  0.91 2025-01-29
   * Fix compilation issue with btparse code (Colin Mcdonald)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Text-BibTeX?expand=0&rev=29
2025-02-11 07:08:24 +00:00
29e58ea936 Accepting request 1239744 from devel:languages:perl
- updated to 0.900.0 (0.90)
   see /usr/share/doc/packages/perl-Text-BibTeX/Changes
  0.90 2025-01-06
   * Added support to Haiku OS (thanks to Joachim Mairböc (forwarded request 1239659 from tinita)

OBS-URL: https://build.opensuse.org/request/show/1239744
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Text-BibTeX?expand=0&rev=16
2025-01-24 12:38:16 +00:00
8e3dacc776 - updated to 0.900.0 (0.90)
see /usr/share/doc/packages/perl-Text-BibTeX/Changes
  0.90 2025-01-06
   * Added support to Haiku OS (thanks to Joachim Mairböc

OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Text-BibTeX?expand=0&rev=27
2025-01-23 07:20:30 +00:00
4 changed files with 27 additions and 9 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:88a78ebf088ec7502f401c5a2b138c862cf5458534b773223bbf3aaf41224196
size 301944

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

Binary file not shown.

View File

@@ -1,3 +1,21 @@
-------------------------------------------------------------------
Fri Jan 31 05:30:56 UTC 2025 - Tina Müller <timueller+perl@suse.de>
- updated to 0.910.0 (0.91)
see /usr/share/doc/packages/perl-Text-BibTeX/Changes
0.91 2025-01-29
* Fix compilation issue with btparse code (Colin Mcdonald)
-------------------------------------------------------------------
Wed Jan 22 21:12:48 UTC 2025 - Tina Müller <timueller+perl@suse.de>
- updated to 0.900.0 (0.90)
see /usr/share/doc/packages/perl-Text-BibTeX/Changes
0.90 2025-01-06
* Added support to Haiku OS (thanks to Joachim Mairböc
-------------------------------------------------------------------
Fri Mar 8 23:06:17 UTC 2024 - Tina Müller <tina.mueller@suse.com>

View File

@@ -1,7 +1,7 @@
#
# spec file for package perl-Text-BibTeX
#
# Copyright (c) 2024 SUSE LLC
# Copyright (c) 2025 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -18,9 +18,10 @@
%define cpan_name Text-BibTeX
Name: perl-Text-BibTeX
Version: 0.890.0
Version: 0.910.0
Release: 0
%define cpan_version 0.89
# 0.91 -> normalize -> 0.910.0
%define cpan_version 0.91
License: Artistic-1.0 OR GPL-1.0-or-later
Summary: Interface to read and parse BibTeX files
URL: https://metacpan.org/release/%{cpan_name}
@@ -32,11 +33,11 @@ BuildRequires: perl-macros
BuildRequires: perl(Capture::Tiny) >= 0.06
BuildRequires: perl(Config::AutoConf) >= 0.320
BuildRequires: perl(ExtUtils::CBuilder) >= 0.27
BuildRequires: perl(ExtUtils::LibBuilder) >= 0.02
BuildRequires: perl(ExtUtils::LibBuilder) >= 0.90.0
BuildRequires: perl(Module::Build) >= 0.3603
BuildRequires: perl(Scalar::Util) >= 1.42
Requires: perl(Scalar::Util) >= 1.42
Provides: perl(Text::BibTeX) = 0.890.0
Provides: perl(Text::BibTeX) = %{version}
Provides: perl(Text::BibTeX::BibEntry) = 0.88
Provides: perl(Text::BibTeX::BibFormat) = 0.88
Provides: perl(Text::BibTeX::BibSort) = 0.88
@@ -66,7 +67,6 @@ low-level. If you have more sophisticated needs, you might be interested
the "Text::BibTeX" module for Perl.
# MANUAL END
%description
The 'Text::BibTeX' module serves mainly as a high-level introduction to the