Compare commits
1 commit
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
1cba742bda |
3 changed files with 9 additions and 4 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
|
||||
|
|
|
|||
10
biber.spec
10
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: 2%{?dist}
|
||||
Version: 2.22
|
||||
Release: 1%{?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,9 @@ 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-1
|
||||
- 2.22 bump
|
||||
|
||||
* Wed Jul 23 2025 Fedora Release Engineering <releng@fedoraproject.org> - 2.21-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild
|
||||
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (v2.21.tar.gz) = 6826328b8df11454a26c1856164f070079613b92d8200790a020b4fcc417bb74fefc16f7118afe3b45400dba58fb891e618bdca6658e3eb86510341ed48f2e0e
|
||||
SHA512 (v2.22.tar.gz) = f7b03f6a84390a1416166ea7855073bd52faaf7a4b802b2f0cafb8f53ea1bd11e8962c747d6735f482215111ab34a34c04376b96f47e5f20164ff2cd2319561f
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue