Compare commits
5 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
c57ac5340e | ||
|
|
9da45daa6a | ||
|
|
522164a5e0 | ||
|
|
ac4ebf9bf3 | ||
|
|
ad617cf001 |
2 changed files with 18 additions and 2 deletions
14
biber.spec
14
biber.spec
|
|
@ -5,7 +5,7 @@ Name: biber
|
|||
# Export $BCF_VERSION from lib/Biber/Constants.pm, bug #2048536
|
||||
%define bcfversion 3.11
|
||||
Version: 2.22
|
||||
Release: 1%{?dist}
|
||||
Release: 2%{?dist}
|
||||
Summary: Command-line bibliographic manager, BibTeX replacement
|
||||
# bin/biber: Artistic-2.0
|
||||
# data/texmap.xsl: Artistic-2.0
|
||||
|
|
@ -270,9 +270,21 @@ 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
|
||||
|
||||
* Wed Jul 15 2026 Fedora Release Engineering <releng@fedoraproject.org> - 2.21-5
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_45_Mass_Rebuild
|
||||
|
||||
* Fri Jan 16 2026 Fedora Release Engineering <releng@fedoraproject.org> - 2.21-4
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild
|
||||
|
||||
* Fri Jan 16 2026 Fedora Release Engineering <releng@fedoraproject.org> - 2.21-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild
|
||||
|
||||
* Wed Jul 23 2025 Fedora Release Engineering <releng@fedoraproject.org> - 2.21-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild
|
||||
|
||||
|
|
|
|||
|
|
@ -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