Hello community, here is the log from the commit of package texlive for openSUSE:Factory checked in at 2017-09-26 21:12:15 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/texlive (Old) and /work/SRC/openSUSE:Factory/.texlive.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "texlive" Tue Sep 26 21:12:15 2017 rev:39 rq:528387 version:unknown Changes: -------- --- /work/SRC/openSUSE:Factory/texlive/texlive.changes 2017-08-10 14:57:59.668791661 +0200 +++ /work/SRC/openSUSE:Factory/.texlive.new/texlive.changes 2017-09-26 21:12:17.012441735 +0200 @@ -1,0 +2,11 @@ +Fri Sep 22 14:26:49 UTC 2017 - [email protected] + +- Add texlive-20170524-source-poppler059-1.patch: Adapt API usage + to poppler 0.59. + +------------------------------------------------------------------- +Mon Aug 14 11:36:01 UTC 2017 - [email protected] + +- Add missing link from texdef to latexdef + +------------------------------------------------------------------- New: ---- texlive-20170524-source-poppler059-1.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ texlive.spec ++++++ --- /var/tmp/diff_new_pack.8eWHM5/_old 2017-09-26 21:12:20.299979451 +0200 +++ /var/tmp/diff_new_pack.8eWHM5/_new 2017-09-26 21:12:20.303978889 +0200 @@ -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 @@ 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 [email protected] -- 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 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 @@ 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 @@ %files texdef-bin %defattr(-,root,root,755) %{_bindir}/texdef +%{_bindir}/latexdef %files texdiff-bin %defattr(-,root,root,755) ++++++ texlive-20170524-source-poppler059-1.patch ++++++ ++++ 1139 lines (skipped)
