Compare commits

...
Sign in to create a new pull request.

1 commit

Author SHA1 Message Date
Petr Písař
48a80dbf0d Adapt tests to changes in Unicode::Collate 1.29 2021-05-18 14:31:03 +02:00
2 changed files with 1825 additions and 2 deletions

File diff suppressed because it is too large Load diff

View file

@ -1,12 +1,15 @@
Name: biber
Version: 2.14
Release: 4%{?dist}
Release: 5%{?dist}
Summary: Command-line bibliographic manager, BibTeX replacement
License: (GPL+ or Artistic 2.0) and Artistic 2.0
URL: http://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
# Adapt tests to changes in Unicode::Collate 1.29, bug #1905190,
# in upstream after 2.15
Patch1: biber-2.14-Update-for-U-C-1.29.patch
BuildArch: noarch
BuildRequires: perl-interpreter
@ -82,7 +85,7 @@ BuildRequires: perl(Unicode::UCD)
BuildRequires: perl(Unicode::LineBreak) >= 2019.001
BuildRequires: perl(Unicode::Normalize) >= 1.26
BuildRequires: perl(Unicode::GCString)
BuildRequires: perl(Unicode::Collate::Locale) >= 1.27
BuildRequires: perl(Unicode::Collate::Locale) >= 1.29
BuildRequires: perl(URI)
BuildRequires: perl(utf8)
BuildRequires: perl(vars)
@ -148,6 +151,7 @@ functionality. It is often used with the popular BibLaTeX package
%prep
%setup -q -n biber-%{version}
%patch0 -p1
%patch1 -p1
%build
@ -175,6 +179,9 @@ chmod u+w %{buildroot}%{_bindir}/*
%changelog
* Tue May 18 2021 Petr Pisar <ppisar@redhat.com> - 2.14-5
- Adapt tests to changes in Unicode::Collate 1.29 (bug #1905190)
* Mon Jul 27 2020 Fedora Release Engineering <releng@fedoraproject.org> - 2.14-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild