public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/biber] epel9: Provide bcfversion for textlive-biblatex to depend on
@ 2026-09-22 8:49
0 siblings, 0 replies; only message in thread
From: @ 2026-09-22 8:49 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/biber
Branch : epel9
Commit : 3b9f6cb55c34a49a6b7301a117588e9e11d6eaf4
Author : Petr Písař <ppisar@redhat.com>
Date : 2026-09-22T10:29:01+02:00
Stats : +15/-19 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/biber/c/3b9f6cb55c34a49a6b7301a117588e9e11d6eaf4?branch=epel9
Log:
Provide bcfversion for textlive-biblatex to depend on
---
diff --git a/biber.spec b/biber.spec
index babbc29..df323cf 100644
--- a/biber.spec
+++ b/biber.spec
@@ -1,4 +1,6 @@
Name: biber
+# Export $BCF_VERSION from lib/Biber/Constants.pm, bug #2048536
+%define bcfversion 3.7
Version: 2.14
Release: 6%{?dist}
Summary: Command-line bibliographic manager, BibTeX replacement
@@ -120,25 +122,18 @@ Requires: perl(Text::Roman)
# Unicode::Collate::Locale version from Unicode::Collate in Build.PL
Requires: perl(Unicode::Collate::Locale) >= 1.29
Requires: perl(XML::LibXSLT)
-# Biber does not use biblatex, but it expects a compatible biblatex file format
-# (see doc/biber.tex "Compatibility Matrix"):
-# biber | texlive-biblatex
-# ------+-----------------
-# 1.8 | 2.8a
-# 2.1 | 3.0
-# 2.6 | 3.5, 3.6
-# 2.7 | 3.7 (bug #1401482)
-# 2.8 | 3.8
-# 2.9 | 3.9
-# 2.10 | 3.10
-# 2.11 | 3.11
-# 2.12 | 3.12
-# 2.13 | 3.13
-# 2.14 | 3.14
-# (biblatex also has minimum biber requirements). Provided that texlive-biblatex
-# package (e.g. 2020) does not RPM-export biblatex's version (e.g. 3.14) and
-# biblatex reached 3.14 version many years ago, it does not make sense to keep
-# the dependency from biber on texlive-biblatex >= 7:svn42680 here.
+# Biber does not use biblatex, but it requires a compatible version of
+# a biblatex control file (BCF) which is produced by biblatex. See @bcfversion
+# definition in /usr/share/texlive/texmf-dist/tex/latex/biblatex/biblatex.sty
+# and a corresponding $BCF_VERSION in lib/Biber/Constants.pm. Unfortunally,
+# Biber supports only one version of BCF. See "Compatibility Matrix" in
+# doc/biber.tex.
+# Because Biber does not use texlive-biblatex, Biber cannot Require it's exact
+# version. Because it is expensive to rebuild texlive, it's not good to
+# Require a specific biber version from texlive-biblatex.
+# Hence I proposed a bcfversion dependency which both packages can agree on
+# (bug #2048536).
+Provides: bcfversion = %{bcfversion}
# Version at least the main module
Provides: perl(Biber) = %{version}
@@ -189,6 +184,7 @@ chmod u+w %{buildroot}%{_bindir}/*
* Tue Sep 22 2026 Petr Pisar <ppisar@redhat.com> - 2.14-6
- Adapt tests to Unicode-Collate-1.29 (bug #2460458)
- Remove a bogus dependency on texlive-biblatex, provide versioned perl(Biber)
+- Provide bcfversion for textlive-biblatex to depend on (bug #2048536)
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 2.14-5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-09-22 8:49 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-09-22 8:49 [rpms/biber] epel9: Provide bcfversion for textlive-biblatex to depend on
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox