Accepting request 528327 from home:dimstar:Factory
- Add texlive-20170524-source-poppler059-1.patch: Adapt API usage to poppler 0.59. OBS-URL: https://build.opensuse.org/request/show/528327 OBS-URL: https://build.opensuse.org/package/show/Publishing:TeXLive/texlive?expand=0&rev=258
This commit is contained in:
parent
e46b784d3b
commit
7fdbe951f8
1139
texlive-20170524-source-poppler059-1.patch
Normal file
1139
texlive-20170524-source-poppler059-1.patch
Normal file
File diff suppressed because it is too large
Load Diff
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
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
|
Mon Aug 14 11:36:01 UTC 2017 - werner@suse.de
|
||||||
|
|
||||||
|
@ -271,6 +271,8 @@ Patch42: biblatex-encoding.dif
|
|||||||
Patch44: biber-certs.dif
|
Patch44: biber-certs.dif
|
||||||
# PATCH-FIX-SUSE Make biber work with perl 5.18.2
|
# PATCH-FIX-SUSE Make biber work with perl 5.18.2
|
||||||
Patch47: biber-perl-5.18.2.dif
|
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}
|
Prefix: %{_bindir}
|
||||||
Provides: pdfjam = %{version}
|
Provides: pdfjam = %{version}
|
||||||
Obsoletes: pdfjam < %{version}
|
Obsoletes: pdfjam < %{version}
|
||||||
@ -3429,6 +3431,9 @@ rm -vf bin/biber.noica
|
|||||||
rm -vf t/*.fastsort
|
rm -vf t/*.fastsort
|
||||||
popd
|
popd
|
||||||
%endif
|
%endif
|
||||||
|
if pkg-config --atleast-version=0.59 poppler; then
|
||||||
|
%patch48 -p1 -b .poppler59
|
||||||
|
fi
|
||||||
|
|
||||||
# Correct FHS paths
|
# Correct FHS paths
|
||||||
paths=$(find -name cnf-to-paths.awk)
|
paths=$(find -name cnf-to-paths.awk)
|
||||||
|
Loading…
Reference in New Issue
Block a user