SHA256
1
0
forked from pool/texlive

Accepting request 742848 from home:alarrosa:branches:Publishing:TeXLive

- Add 0001-Updated-tests-after-U-C-upgrade-changed-sortinit-hashes.patch
  from upstream (with context modifications to apply correctly) to update
  biber tests after the Unicode::Collate upgrade from 1.25 to 1.27
  changed sortinit hashes with (at least) perl 5.26, while using
  perl 5.28 seems to work fine (boo#1152776)

OBS-URL: https://build.opensuse.org/request/show/742848
OBS-URL: https://build.opensuse.org/package/show/Publishing:TeXLive/texlive?expand=0&rev=331
This commit is contained in:
Dr. Werner Fink 2019-10-28 09:39:37 +00:00 committed by Git OBS Bridge
parent 63b01720a0
commit b732c77a53
3 changed files with 1781 additions and 0 deletions

File diff suppressed because it is too large Load Diff

View File

@ -1,3 +1,12 @@
-------------------------------------------------------------------
Fri Oct 25 09:04:31 UTC 2019 - Antonio Larrosa <alarrosa@suse.com>
- Add 0001-Updated-tests-after-U-C-upgrade-changed-sortinit-hashes.patch
from upstream (with context modifications to apply correctly) to update
biber tests after the Unicode::Collate upgrade from 1.25 to 1.27
changed sortinit hashes with (at least) perl 5.26, while using
perl 5.28 seems to work fine (boo#1152776)
-------------------------------------------------------------------
Fri Sep 20 20:12:25 UTC 2019 - Michael Gorse <mgorse@suse.com>

View File

@ -273,6 +273,8 @@ Patch56: source-poppler-use-std_string.patch
Patch57: source-poppler-fix-dict-memleak.patch
# PATCH-FIX-TEXLIVE
Patch58: source-poppler0.79.0.patch
# PATCH-FIX-UPSTREAM Updated tests after Unicode::Collate upgrade from 1.25 to 1.27 changed sortinit hashes
Patch59: 0001-Updated-tests-after-U-C-upgrade-changed-sortinit-hashes.patch
Prefix: %{_bindir}
Provides: pdfjam = %{version}
Obsoletes: pdfjam < %{version}
@ -3648,6 +3650,9 @@ pushd ../*biber-*/
%if 0%{perl_versnum} < 5200
%patch47 -p0 -b .518
%endif
%if %{?pkg_vcmp:%{pkg_vcmp perl < 5.28.0}}%{!?pkg_vcmp:1}
%patch59 -p1
%endif
rm -vf bin/biber.noica
rm -vf t/*.fastsort
popd