Compare commits
5 Commits
Author | SHA256 | Date | |
---|---|---|---|
db2b4ee4ac | |||
985006f151 | |||
512ffdd2ee | |||
47d1acf26e | |||
e9636920f6 |
12
README.md
Normal file
12
README.md
Normal file
@@ -0,0 +1,12 @@
|
||||
|
||||
## Build Results
|
||||
|
||||
Current state of perl in openSUSE:Factory is
|
||||
|
||||

|
||||
|
||||
The current state of perl in the devel project build (devel:languages:perl)
|
||||
|
||||

|
||||
|
||||
|
@@ -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,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
|
||||
|
Reference in New Issue
Block a user