forked from pool/perl-Text-BibTeX
Compare commits
4 Commits
Author | SHA256 | Date | |
---|---|---|---|
5aaf5e647c | |||
a1f87e658a | |||
29e58ea936 | |||
8e3dacc776 |
@@ -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
BIN
Text-BibTeX-0.91.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
@@ -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>
|
||||
|
||||
|
@@ -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
|
||||
|
Reference in New Issue
Block a user