8
0

5 Commits

Author SHA256 Message Date
db2b4ee4ac Add Gitea build results 2025-08-12 18:18:01 +02:00
985006f151 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
512ffdd2ee Accepting request 1244862 from devel:languages:perl:autoupdate
- 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/request/show/1244862
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
47d1acf26e 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
e9636920f6 Accepting request 1239659 from devel:languages:perl:autoupdate
- 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/request/show/1239659
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
5 changed files with 40 additions and 9 deletions

12
README.md Normal file
View File

@@ -0,0 +1,12 @@
## Build Results
Current state of perl in openSUSE:Factory is
![Factory build results](https://br.opensuse.org/status/openSUSE:Factory/perl-Text-BibTeX/standard)
The current state of perl in the devel project build (devel:languages:perl)
![Devel project build results](https://br.opensuse.org/status/devel:languages:perl/perl-Text-BibTeX)

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,25 +18,27 @@
%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}
Source0: https://cpan.metacpan.org/authors/id/A/AM/AMBS/%{cpan_name}-%{cpan_version}.tar.gz
Source1: cpanspec.yml
Source100: README.md
Patch0: manual-pages-for-libbtparse.patch
BuildRequires: perl
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 +68,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