Accepting request 528387 from Publishing:TeXLive

- Add texlive-20170524-source-poppler059-1.patch: Adapt API usage
  to poppler 0.59. (forwarded request 528327 from dimstar)

OBS-URL: https://build.opensuse.org/request/show/528387
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/texlive?expand=0&rev=39
This commit is contained in:
Dominique Leuenberger 2017-09-26 19:12:15 +00:00 committed by Git OBS Bridge
commit 0635d139ff
3 changed files with 1158 additions and 1 deletions

File diff suppressed because it is too large Load Diff

View File

@ -1,3 +1,14 @@
-------------------------------------------------------------------
Fri Sep 22 14:26:49 UTC 2017 - dimstar@opensuse.org
- Add texlive-20170524-source-poppler059-1.patch: Adapt API usage
to poppler 0.59.
-------------------------------------------------------------------
Mon Aug 14 11:36:01 UTC 2017 - werner@suse.de
- Add missing link from texdef to latexdef
-------------------------------------------------------------------
Tue Aug 1 07:53:05 UTC 2017 - schwab@suse.de

View File

@ -19,7 +19,7 @@
%define texlive_version 2017
%define texlive_previous 2016
%define texlive_release 20170520
%define texlive_noarch 130
%define texlive_noarch 132
%define texlive_source texlive-20170520-source
%define __perl_requires %{nil}
@ -271,6 +271,8 @@ Patch42: biblatex-encoding.dif
Patch44: biber-certs.dif
# PATCH-FIX-SUSE Make biber work with perl 5.18.2
Patch47: biber-perl-5.18.2.dif
# PATCH-FIX-UPSTREAM texlive-20170524-source-poppler059-1.patch dimstar@opensuse.org -- Adapt to poppler 0.59 API changes
Patch48: http://www.linuxfromscratch.org/patches/blfs/svn/texlive-20170524-source-poppler059-1.patch
Prefix: %{_bindir}
Provides: pdfjam = %{version}
Obsoletes: pdfjam < %{version}
@ -3429,6 +3431,9 @@ rm -vf bin/biber.noica
rm -vf t/*.fastsort
popd
%endif
if pkg-config --atleast-version=0.59 poppler; then
%patch48 -p1 -b .poppler59
fi
# Correct FHS paths
paths=$(find -name cnf-to-paths.awk)
@ -3933,6 +3938,7 @@ popd
test -e texluac || ln -vsf luatex texluac
test -e texhash || ln -vsf mktexlsr texhash
test -e rpdfcrop || ln -vsf pdfcrop rpdfcrop
test -e latexdef || ln -vsf texdef latexdef
# stolen from texlink script, also added musixtex case
sed -r '\@^[[:blank:]]*(#|$)@d;s@\*@@' < $prefix/texmf-dist/web2c/fmtutil.cnf | \
awk '{print $1, $2 }' | while read fmt engine ; do
@ -4896,6 +4902,7 @@ rm -f /var/run/texlive/run-update
%files texdef-bin
%defattr(-,root,root,755)
%{_bindir}/texdef
%{_bindir}/latexdef
%files texdiff-bin
%defattr(-,root,root,755)