forked from pool/texlive
boo#989486 -- Update to biblatex-biber-2.5
OBS-URL: https://build.opensuse.org/package/show/Publishing:TeXLive/texlive?expand=0&rev=229
This commit is contained in:
parent
301e8df14b
commit
747904625b
@ -17,27 +17,27 @@
|
||||
'Unicode::Collate' => '1.14',
|
||||
--- META.json
|
||||
+++ META.json 2016-06-07 14:12:02.509820834 +0000
|
||||
@@ -47,7 +47,6 @@
|
||||
@@ -48,7 +48,6 @@
|
||||
"List::MoreUtils" : "0",
|
||||
"List::MoreUtils::XS" : "0",
|
||||
"Log::Log4perl" : "0",
|
||||
- "Mozilla::CA" : "20141217",
|
||||
"Regexp::Common" : "0",
|
||||
"Text::BibTeX" : "0.71",
|
||||
"Text::BibTeX" : "0.72",
|
||||
"Text::Roman" : "0",
|
||||
--- META.yml
|
||||
+++ META.yml 2016-06-07 14:12:11.285655839 +0000
|
||||
@@ -90,7 +90,6 @@ requires:
|
||||
@@ -93,7 +93,6 @@ requires:
|
||||
List::MoreUtils: '0'
|
||||
List::MoreUtils::XS: '0'
|
||||
Log::Log4perl: '0'
|
||||
- Mozilla::CA: '20141217'
|
||||
Regexp::Common: '0'
|
||||
Text::BibTeX: '0.71'
|
||||
Text::BibTeX: '0.72'
|
||||
Text::Roman: '0'
|
||||
--- bin/biber
|
||||
+++ bin/biber 2016-06-07 14:00:30.294825957 +0000
|
||||
@@ -101,6 +101,8 @@ GetOptions(
|
||||
@@ -104,6 +104,8 @@ GetOptions(
|
||||
) or pod2usage(-verbose => 0,
|
||||
-exitval => EXIT_ERROR);
|
||||
|
||||
|
@ -6,10 +6,9 @@ With perl-5.18.2 macros like
|
||||
do not work.
|
||||
|
||||
---
|
||||
t/sort-order.t | 24 +-----------------------
|
||||
t/tdata/names.bib | 4 ++--
|
||||
t/utils.t | 2 +-
|
||||
3 files changed, 4 insertions(+), 26 deletions(-)
|
||||
2 files changed, 3 insertions(+), 3 deletions(-)
|
||||
|
||||
--- t/utils.t
|
||||
+++ t/utils.t 2016-02-03 11:03:21.266959058 +0000
|
||||
|
3
biblatex-biber-2.5.tar.xz
Normal file
3
biblatex-biber-2.5.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:0e747ec163e2cee833bc7e93afb819249dbb8fedcb07bcfc19b784be7165d8ad
|
||||
size 269976
|
@ -16,7 +16,7 @@
|
||||
use Log::Log4perl qw( :no_extra_logdie_message );
|
||||
--- lib/Biber/Output/bbl.pm
|
||||
+++ lib/Biber/Output/bbl.pm 2016-01-28 14:19:09.785831193 +0000
|
||||
@@ -11,6 +11,7 @@ use Biber::Utils;
|
||||
@@ -12,6 +12,7 @@ use Biber::Utils;
|
||||
use Encode;
|
||||
use List::AllUtils qw( :all );
|
||||
use IO::File;
|
||||
|
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jul 19 11:48:39 UTC 2016 - werner@suse.de
|
||||
|
||||
- Update biblatex-biber to version 2.5 as otherwise the biber
|
||||
indexing engine is not usable due version mismatch (boo#989486)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jul 15 10:02:40 UTC 2016 - werner@suse.de
|
||||
|
||||
|
@ -196,11 +196,13 @@ BuildRequires: perl(Encode::JIS2K)
|
||||
BuildRequires: perl(ExtUtils::LibBuilder) >= 0.02
|
||||
BuildRequires: perl(File::Slurp::Unicode)
|
||||
BuildRequires: perl(File::Which)
|
||||
BuildRequires: perl(IO::String)
|
||||
BuildRequires: perl(IPC::Cmd)
|
||||
BuildRequires: perl(IPC::Run3)
|
||||
BuildRequires: perl(LWP::Protocol::https)
|
||||
BuildRequires: perl(LWP::Simple)
|
||||
BuildRequires: perl(LWP::UserAgent)
|
||||
BuildRequires: perl(Lingua::Translit)
|
||||
BuildRequires: perl(List::AllUtils)
|
||||
BuildRequires: perl(List::MoreUtils) >= 0.407
|
||||
BuildRequires: perl(List::MoreUtils::XS)
|
||||
@ -226,7 +228,7 @@ BuildRequires: perl(XML::Writer::String)
|
||||
%endif
|
||||
# Download at ftp://tug.org/texlive/historic/%{texlive_version}/
|
||||
Source0: %{texlive_source}.tar.xz
|
||||
Source3: biblatex-biber-2.4.tar.xz
|
||||
Source3: biblatex-biber-2.5.tar.xz
|
||||
Source4: cnf-to-paths.awk
|
||||
Source30: texlive-rpmlintrc
|
||||
Source50: public.c
|
||||
@ -3705,7 +3707,10 @@ popd
|
||||
rm -vf %{buildroot}%{_mandir}/man1/biber.1*
|
||||
chmod 0644 %{buildroot}%{perl_vendorlib}/Biber.pm
|
||||
chmod -R u+rw %{buildroot}%{perl_vendorlib}/Biber
|
||||
if test -d %{buildroot}%{perl_vendorlib}/Unicode/Collate
|
||||
then
|
||||
chmod -R u+rw %{buildroot}%{perl_vendorlib}/Unicode/Collate/*
|
||||
fi
|
||||
rm -vrf %{buildroot}%{perl_vendorarch}/auto
|
||||
rm -vrf %{buildroot}%{_mandir}/man3
|
||||
%perl_process_packlist
|
||||
|
Loading…
Reference in New Issue
Block a user