Compare commits
2 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
668ae44a94 | ||
|
|
7b63d3dada |
4 changed files with 17 additions and 5 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -12,3 +12,4 @@
|
|||
/v2.19.tar.gz
|
||||
/v2.20.tar.gz
|
||||
/v2.21.tar.gz
|
||||
/v2.22.tar.gz
|
||||
|
|
|
|||
13
biber.spec
13
biber.spec
|
|
@ -4,8 +4,8 @@
|
|||
Name: biber
|
||||
# Export $BCF_VERSION from lib/Biber/Constants.pm, bug #2048536
|
||||
%define bcfversion 3.11
|
||||
Version: 2.21
|
||||
Release: 4%{?dist}
|
||||
Version: 2.22
|
||||
Release: 2%{?dist}
|
||||
Summary: Command-line bibliographic manager, BibTeX replacement
|
||||
# bin/biber: Artistic-2.0
|
||||
# data/texmap.xsl: Artistic-2.0
|
||||
|
|
@ -22,7 +22,7 @@ Summary: Command-line bibliographic manager, BibTeX replacement
|
|||
# etc/tugboat.bib: LicenseRef-Fedora-Public-Domain
|
||||
License: Artistic-2.0
|
||||
SourceLicense: %{license} AND (GPL-1.0-or-later OR Artistic-1.0-Perl) AND GPL-2.0-or-later AND LicenseRef-Fedora-Public-Domain
|
||||
URL: http://biblatex-biber.sourceforge.net/
|
||||
URL: https://biblatex-biber.sourceforge.net/
|
||||
Source0: https://github.com/plk/biber/archive/v%{version}.tar.gz
|
||||
# Not appropriate for upstream: http://github.com/plk/biber/pull/97
|
||||
Patch0: biber-drop-builddeps-for-monolithic-build.patch
|
||||
|
|
@ -95,6 +95,7 @@ BuildRequires: perl(Pod::Usage)
|
|||
%endif
|
||||
BuildRequires: perl(POSIX)
|
||||
BuildRequires: perl(Regexp::Common)
|
||||
BuildRequires: perl(Safe)
|
||||
BuildRequires: perl(Scalar::Util)
|
||||
BuildRequires: perl(sigtrap)
|
||||
BuildRequires: perl(Sort::Key)
|
||||
|
|
@ -269,6 +270,12 @@ export HARNESS_OPTIONS=j$(perl -e 'if ($ARGV[0] =~ /.*-j([0-9][0-9]*).*/) {print
|
|||
|
||||
|
||||
%changelog
|
||||
* Fri Aug 14 2026 Petr Pisar <ppisar@redhat.com> - 2.22-2
|
||||
- Adapt integration tests to changes in packaging of biblatex
|
||||
|
||||
* Fri Aug 14 2026 Petr Pisar <ppisar@redhat.com> - 2.22-1
|
||||
- 2.22 bump
|
||||
|
||||
* Fri Jan 16 2026 Fedora Release Engineering <releng@fedoraproject.org> - 2.21-4
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild
|
||||
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (v2.21.tar.gz) = 6826328b8df11454a26c1856164f070079613b92d8200790a020b4fcc417bb74fefc16f7118afe3b45400dba58fb891e618bdca6658e3eb86510341ed48f2e0e
|
||||
SHA512 (v2.22.tar.gz) = f7b03f6a84390a1416166ea7855073bd52faaf7a4b802b2f0cafb8f53ea1bd11e8962c747d6735f482215111ab34a34c04376b96f47e5f20164ff2cd2319561f
|
||||
|
|
|
|||
|
|
@ -8,7 +8,7 @@ description: |
|
|||
<https://bugzilla.redhat.com/show_bug.cgi?id=2048536>
|
||||
component:
|
||||
- biber
|
||||
- texlive
|
||||
- texlive-collection-bibtexextra
|
||||
require:
|
||||
- biber
|
||||
- perl-interpreter
|
||||
|
|
@ -19,5 +19,9 @@ require:
|
|||
- perl(utf8)
|
||||
- perl(warnings)
|
||||
- poppler-utils
|
||||
# Locally generated pk/ljfour/public/cm/dpi600/cmti10.pk font
|
||||
# breaks PDF text layer, use pregeneratd AMS font, bug #2516022
|
||||
- texlive-amsfonts
|
||||
- texlive-latex
|
||||
- tex(biblatex.sty)
|
||||
test: ./test.pl
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue