upgrade to version 2.20

* Added new option settings `minyearinit` and `minyearfull` for `uniquename`
* Added `\DeclareNamehashTemplate` and supporting macros to allow customisation of the nameparts used in name hash construction.
* Added facility for custom namehash ids in extended name format.
* Added new field `fullhashraw`.
* Misc bug fixes
This commit is contained in:
dufuhang 2024-10-02 22:44:01 +08:00
parent beeae1a134
commit 335ef5b44a
3 changed files with 5 additions and 2 deletions

BIN
biber-2.20.tar.gz Normal file

Binary file not shown.

View File

@ -1,12 +1,12 @@
%define bcfversion 3.8 %define bcfversion 3.8
Name: biber Name: biber
Version: 2.18 Version: 2.20
Release: 1 Release: 1
Summary: Command-line bibliographic manager, BibTeX replacement Summary: Command-line bibliographic manager, BibTeX replacement
License: (GPL+ or Artistic 2.0) and Artistic 2.0 License: (GPL+ or Artistic 2.0) and Artistic 2.0
URL: http://biblatex-biber.sourceforge.net/ URL: http://biblatex-biber.sourceforge.net/
Source0: https://github.com/plk/biber/archive/v%{version}.tar.gz Source0: https://github.com/plk/biber/archive/%{name}-%{version}.tar.gz
BuildArch: noarch BuildArch: noarch
BuildRequires: coreutils BuildRequires: coreutils
BuildRequires: perl-interpreter BuildRequires: perl-interpreter
@ -193,5 +193,8 @@ export HARNESS_OPTIONS=j$(perl -e 'if ($ARGV[0] =~ /.*-j([0-9][0-9]*).*/) {print
%{_libexecdir}/%{name} %{_libexecdir}/%{name}
%changelog %changelog
* Fri Oct 11 2024 dfh <dufuhang@kylinos.cn> - 2.20-1
- upgrade to version 2.20
* Wed Oct 26 2022 misaka00251 <liuxin@iscas.ac.cn> - 2.18-1 * Wed Oct 26 2022 misaka00251 <liuxin@iscas.ac.cn> - 2.18-1
- Init package - Init package

Binary file not shown.