Hello community, here is the log from the commit of package texlive-specs-f for openSUSE:Factory checked in at 2017-07-17 09:04:59 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/texlive-specs-f (Old) and /work/SRC/openSUSE:Factory/.texlive-specs-f.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "texlive-specs-f" Mon Jul 17 09:04:59 2017 rev:28 rq:509713 version:unknown Changes: -------- --- /work/SRC/openSUSE:Factory/texlive-specs-f/texlive-specs-f.changes 2017-06-25 19:24:35.375448780 +0200 +++ /work/SRC/openSUSE:Factory/.texlive-specs-f.new/texlive-specs-f.changes 2017-07-17 09:05:00.967840018 +0200 @@ -1,0 +2,33 @@ +Wed Jul 12 07:41:21 UTC 2017 - [email protected] + +- Generate/remove specific formats at installation/erease of a + package (boo#1046277) + +------------------------------------------------------------------- +Tue Jun 27 14:31:44 UTC 2017 - [email protected] + +- Fix some descriptions of PostScript Type 1 binary files (boo#1046104) + +------------------------------------------------------------------- +Fri Jun 23 13:21:21 UTC 2017 - [email protected] + +- Yet an other move for texlive-pas-cours that is move + doc/latex/pas-cours/macro-calculs.tex to tex/latex/pas-cours/ + +------------------------------------------------------------------- +Thu Jun 22 12:50:00 UTC 2017 - [email protected] + +- Avoid to depend on optional milog.cfg +- texlive-milog does replace mathgl-tex + +------------------------------------------------------------------- +Wed Jun 21 10:20:17 UTC 2017 - [email protected] + +- Do not require own provided perl modules for latexindent + +------------------------------------------------------------------- +Tue Jun 20 06:39:06 UTC 2017 - [email protected] + +- Change left over texlive-pdftex-def for texlive-latex-bin + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ texlive-specs-f.spec ++++++ --- /var/tmp/diff_new_pack.pgzFP1/_old 2017-07-17 09:05:07.070980526 +0200 +++ /var/tmp/diff_new_pack.pgzFP1/_new 2017-07-17 09:05:07.086978274 +0200 @@ -19,7 +19,7 @@ %define texlive_version 2017 %define texlive_previous 2016 %define texlive_release 20170520 -%define texlive_noarch 125 +%define texlive_noarch 131 #!BuildIgnore: texlive @@ -50,6 +50,7 @@ Version: 2017 Release: 0 BuildRequires: ed +BuildRequires: t1utils BuildRequires: texlive-filesystem BuildRequires: xz BuildArch: noarch @@ -1038,12 +1039,17 @@ mkdir -p /var/run/texlive > /var/run/texlive/run-mktexlsr > /var/run/texlive/run-update -> /var/run/texlive/run-fmtutil +> /var/run/texlive/run-fmtutil.cont-en sed -ri 's/^\#\![[= =]]+cont-en\b.*/cont-en pdftex cont-usr.tex -8bit *cont-en.mkii/' %{_texmfconfdir}/web2c/fmtutil.cnf || : +> /var/run/texlive/run-fmtutil.cont-en sed -ri 's/^\#\![[= =]]+cont-en\b.*/cont-en xetex cont-usr.tex -8bit *cont-en.mkii/' %{_texmfconfdir}/web2c/fmtutil.cnf || : +> /var/run/texlive/run-fmtutil.cont-fr sed -ri 's/^\#\![[= =]]+cont-fr\b.*/cont-fr pdftex cont-usr.tex -8bit *cont-fr.mkii/' %{_texmfconfdir}/web2c/fmtutil.cnf || : +> /var/run/texlive/run-fmtutil.cont-it sed -ri 's/^\#\![[= =]]+cont-it\b.*/cont-it pdftex cont-usr.tex -8bit *cont-it.mkii/' %{_texmfconfdir}/web2c/fmtutil.cnf || : +> /var/run/texlive/run-fmtutil.cont-nl sed -ri 's/^\#\![[= =]]+cont-nl\b.*/cont-nl pdftex cont-usr.tex -8bit *cont-nl.mkii/' %{_texmfconfdir}/web2c/fmtutil.cnf || : +> /var/run/texlive/run-fmtutil.cont-ro sed -ri 's/^\#\![[= =]]+cont-ro\b.*/cont-ro pdftex cont-usr.tex -8bit *cont-ro.mkii/' %{_texmfconfdir}/web2c/fmtutil.cnf || : echo 'addMap original-context-symbol.map' >> /var/run/texlive/run-updmap @@ -1052,13 +1058,18 @@ > /var/run/texlive/run-mktexlsr > /var/run/texlive/run-update if test $1 = 0; then - > /var/run/texlive/run-fmtutil sed -ri 's/^(cont-en\b)/\#\!\ \1/' %{_texmfconfdir}/web2c/fmtutil.cnf || : + rm -f %{_texmfvardir}/web2c/pdftex/cont-en.* sed -ri 's/^(cont-en\b)/\#\!\ \1/' %{_texmfconfdir}/web2c/fmtutil.cnf || : + rm -f %{_texmfvardir}/web2c/xetex/cont-en.* sed -ri 's/^(cont-fr\b)/\#\!\ \1/' %{_texmfconfdir}/web2c/fmtutil.cnf || : + rm -f %{_texmfvardir}/web2c/pdftex/cont-fr.* sed -ri 's/^(cont-it\b)/\#\!\ \1/' %{_texmfconfdir}/web2c/fmtutil.cnf || : + rm -f %{_texmfvardir}/web2c/pdftex/cont-it.* sed -ri 's/^(cont-nl\b)/\#\!\ \1/' %{_texmfconfdir}/web2c/fmtutil.cnf || : + rm -f %{_texmfvardir}/web2c/pdftex/cont-nl.* sed -ri 's/^(cont-ro\b)/\#\!\ \1/' %{_texmfconfdir}/web2c/fmtutil.cnf || : + rm -f %{_texmfvardir}/web2c/pdftex/cont-ro.* echo 'deleteMap original-context-symbol.map' >> /var/run/texlive/run-updmap exit 0 fi @@ -1069,13 +1080,13 @@ VERBOSE=false %{_texmfdistdir}/texconfig/update || : %post -n texlive-context-fonts +fc-cache -s %{_datadir}/fonts mkfontscale %{_datadir}/fonts/texlive-context mkfontdir -e %{_datadir}/fonts/encodings -e %{_datadir}/fonts/encodings/large %{_datadir}/fonts/texlive-context -fc-cache %{_datadir}/fonts %postun -n texlive-context-fonts if test $1 = 0; then - fc-cache %{_datadir}/fonts + fc-cache -s %{_datadir}/fonts fi %files -n texlive-context-doc @@ -9061,13 +9072,13 @@ VERBOSE=false %{_texmfdistdir}/texconfig/update || : %post -n texlive-cormorantgaramond-fonts +fc-cache -s %{_datadir}/fonts mkfontscale %{_datadir}/fonts/texlive-cormorantgaramond mkfontdir -e %{_datadir}/fonts/encodings -e %{_datadir}/fonts/encodings/large %{_datadir}/fonts/texlive-cormorantgaramond -fc-cache %{_datadir}/fonts %postun -n texlive-cormorantgaramond-fonts if test $1 = 0; then - fc-cache %{_datadir}/fonts + fc-cache -s %{_datadir}/fonts fi %files -n texlive-cormorantgaramond-doc @@ -10042,13 +10053,13 @@ VERBOSE=false %{_texmfdistdir}/texconfig/update || : %post -n texlive-countriesofeurope-fonts +fc-cache -s %{_datadir}/fonts mkfontscale %{_datadir}/fonts/texlive-countriesofeurope mkfontdir -e %{_datadir}/fonts/encodings -e %{_datadir}/fonts/encodings/large %{_datadir}/fonts/texlive-countriesofeurope -fc-cache %{_datadir}/fonts %postun -n texlive-countriesofeurope-fonts if test $1 = 0; then - fc-cache %{_datadir}/fonts + fc-cache -s %{_datadir}/fonts fi %files -n texlive-countriesofeurope-doc @@ -10323,13 +10334,13 @@ VERBOSE=false %{_texmfdistdir}/texconfig/update || : %post -n texlive-courier-fonts +fc-cache -s %{_datadir}/fonts mkfontscale %{_datadir}/fonts/texlive-courier mkfontdir -e %{_datadir}/fonts/encodings -e %{_datadir}/fonts/encodings/large %{_datadir}/fonts/texlive-courier -fc-cache %{_datadir}/fonts %postun -n texlive-courier-fonts if test $1 = 0; then - fc-cache %{_datadir}/fonts + fc-cache -s %{_datadir}/fonts fi %files -n texlive-courier @@ -11331,13 +11342,13 @@ VERBOSE=false %{_texmfdistdir}/texconfig/update || : %post -n texlive-crimson-fonts +fc-cache -s %{_datadir}/fonts mkfontscale %{_datadir}/fonts/texlive-crimson mkfontdir -e %{_datadir}/fonts/encodings -e %{_datadir}/fonts/encodings/large %{_datadir}/fonts/texlive-crimson -fc-cache %{_datadir}/fonts %postun -n texlive-crimson-fonts if test $1 = 0; then - fc-cache %{_datadir}/fonts + fc-cache -s %{_datadir}/fonts fi %files -n texlive-crimson-doc @@ -12066,13 +12077,13 @@ VERBOSE=false %{_texmfdistdir}/texconfig/update || : %post -n texlive-cryst-fonts +fc-cache -s %{_datadir}/fonts mkfontscale %{_datadir}/fonts/texlive-cryst mkfontdir -e %{_datadir}/fonts/encodings -e %{_datadir}/fonts/encodings/large %{_datadir}/fonts/texlive-cryst -fc-cache %{_datadir}/fonts %postun -n texlive-cryst-fonts if test $1 = 0; then - fc-cache %{_datadir}/fonts + fc-cache -s %{_datadir}/fonts fi %files -n texlive-cryst-doc @@ -12380,13 +12391,13 @@ VERBOSE=false %{_texmfdistdir}/texconfig/update || : %post -n texlive-cs-fonts +fc-cache -s %{_datadir}/fonts mkfontscale %{_datadir}/fonts/texlive-cs mkfontdir -e %{_datadir}/fonts/encodings -e %{_datadir}/fonts/encodings/large %{_datadir}/fonts/texlive-cs -fc-cache %{_datadir}/fonts %postun -n texlive-cs-fonts if test $1 = 0; then - fc-cache %{_datadir}/fonts + fc-cache -s %{_datadir}/fonts fi %files -n texlive-cs @@ -13028,8 +13039,9 @@ mkdir -p /var/run/texlive > /var/run/texlive/run-mktexlsr > /var/run/texlive/run-update -> /var/run/texlive/run-fmtutil +> /var/run/texlive/run-fmtutil.cslatex sed -ri 's/^\#\![[= =]]+cslatex\b.*/cslatex pdftex - -etex cslatex.ini/' %{_texmfconfdir}/web2c/fmtutil.cnf || : +> /var/run/texlive/run-fmtutil.pdfcslatex sed -ri 's/^\#\![[= =]]+pdfcslatex\b.*/pdfcslatex pdftex - -etex cslatex.ini/' %{_texmfconfdir}/web2c/fmtutil.cnf || : %postun -n texlive-cslatex @@ -13037,12 +13049,61 @@ > /var/run/texlive/run-mktexlsr > /var/run/texlive/run-update if test $1 = 0; then - > /var/run/texlive/run-fmtutil sed -ri 's/^(cslatex\b)/\#\!\ \1/' %{_texmfconfdir}/web2c/fmtutil.cnf || : + rm -f %{_texmfvardir}/web2c/pdftex/cslatex.* sed -ri 's/^(pdfcslatex\b)/\#\!\ \1/' %{_texmfconfdir}/web2c/fmtutil.cnf || : + rm -f %{_texmfvardir}/web2c/pdftex/pdfcslatex.* exit 0 fi +%triggerin -n texlive-cslatex -- texlive-cm +> /var/run/texlive/run-fmtutil.cslatex +> /var/run/texlive/run-fmtutil.pdfcslatex + +%triggerun -n texlive-cslatex -- texlive-cm +> /var/run/texlive/run-fmtutil.cslatex +> /var/run/texlive/run-fmtutil.pdfcslatex + +%triggerin -n texlive-cslatex -- texlive-csplain +> /var/run/texlive/run-fmtutil.cslatex +> /var/run/texlive/run-fmtutil.pdfcslatex + +%triggerun -n texlive-cslatex -- texlive-csplain +> /var/run/texlive/run-fmtutil.cslatex +> /var/run/texlive/run-fmtutil.pdfcslatex + +%triggerin -n texlive-cslatex -- texlive-hyphen-base +> /var/run/texlive/run-fmtutil.cslatex +> /var/run/texlive/run-fmtutil.pdfcslatex + +%triggerun -n texlive-cslatex -- texlive-hyphen-base +> /var/run/texlive/run-fmtutil.cslatex +> /var/run/texlive/run-fmtutil.pdfcslatex + +%triggerin -n texlive-cslatex -- texlive-latex-fonts +> /var/run/texlive/run-fmtutil.cslatex +> /var/run/texlive/run-fmtutil.pdfcslatex + +%triggerun -n texlive-cslatex -- texlive-latex-fonts +> /var/run/texlive/run-fmtutil.cslatex +> /var/run/texlive/run-fmtutil.pdfcslatex + +%triggerin -n texlive-cslatex -- texlive-latex +> /var/run/texlive/run-fmtutil.cslatex +> /var/run/texlive/run-fmtutil.pdfcslatex + +%triggerun -n texlive-cslatex -- texlive-latex +> /var/run/texlive/run-fmtutil.cslatex +> /var/run/texlive/run-fmtutil.pdfcslatex + +%triggerin -n texlive-cslatex -- texlive-tex-ini-files +> /var/run/texlive/run-fmtutil.cslatex +> /var/run/texlive/run-fmtutil.pdfcslatex + +%triggerun -n texlive-cslatex -- texlive-tex-ini-files +> /var/run/texlive/run-fmtutil.cslatex +> /var/run/texlive/run-fmtutil.pdfcslatex + %posttrans -n texlive-cslatex test -z "$ZYPP_IS_RUNNING" || exit 0 test -d /var/run/texlive || exit 0 @@ -13230,10 +13291,13 @@ mkdir -p /var/run/texlive > /var/run/texlive/run-mktexlsr > /var/run/texlive/run-update -> /var/run/texlive/run-fmtutil +> /var/run/texlive/run-fmtutil.csplain sed -ri 's/^\#\![[= =]]+csplain\b.*/csplain pdftex - -etex -enc csplain-utf8.ini/' %{_texmfconfdir}/web2c/fmtutil.cnf || : +> /var/run/texlive/run-fmtutil.pdfcsplain sed -ri 's/^\#\![[= =]]+pdfcsplain\b.*/pdfcsplain pdftex - -etex -enc csplain-utf8.ini/' %{_texmfconfdir}/web2c/fmtutil.cnf || : +> /var/run/texlive/run-fmtutil.pdfcsplain sed -ri 's/^\#\![[= =]]+pdfcsplain\b.*/pdfcsplain xetex - -etex csplain.ini/' %{_texmfconfdir}/web2c/fmtutil.cnf || : +> /var/run/texlive/run-fmtutil.pdfcsplain sed -ri 's/^\#\![[= =]]+pdfcsplain\b.*/pdfcsplain luatex - -etex csplain.ini/' %{_texmfconfdir}/web2c/fmtutil.cnf || : %postun -n texlive-csplain @@ -13241,14 +13305,101 @@ > /var/run/texlive/run-mktexlsr > /var/run/texlive/run-update if test $1 = 0; then - > /var/run/texlive/run-fmtutil sed -ri 's/^(csplain\b)/\#\!\ \1/' %{_texmfconfdir}/web2c/fmtutil.cnf || : + rm -f %{_texmfvardir}/web2c/pdftex/csplain.* sed -ri 's/^(pdfcsplain\b)/\#\!\ \1/' %{_texmfconfdir}/web2c/fmtutil.cnf || : + rm -f %{_texmfvardir}/web2c/pdftex/pdfcsplain.* sed -ri 's/^(pdfcsplain\b)/\#\!\ \1/' %{_texmfconfdir}/web2c/fmtutil.cnf || : + rm -f %{_texmfvardir}/web2c/xetex/pdfcsplain.* sed -ri 's/^(pdfcsplain\b)/\#\!\ \1/' %{_texmfconfdir}/web2c/fmtutil.cnf || : + rm -f %{_texmfvardir}/web2c/luatex/pdfcsplain.* exit 0 fi +%triggerin -n texlive-csplain -- texlive-cm +> /var/run/texlive/run-fmtutil.csplain +> /var/run/texlive/run-fmtutil.pdfcsplain +> /var/run/texlive/run-fmtutil.pdfcsplain +> /var/run/texlive/run-fmtutil.pdfcsplain + +%triggerun -n texlive-csplain -- texlive-cm +> /var/run/texlive/run-fmtutil.csplain +> /var/run/texlive/run-fmtutil.pdfcsplain +> /var/run/texlive/run-fmtutil.pdfcsplain +> /var/run/texlive/run-fmtutil.pdfcsplain + +%triggerin -n texlive-csplain -- texlive-cs +> /var/run/texlive/run-fmtutil.csplain +> /var/run/texlive/run-fmtutil.pdfcsplain +> /var/run/texlive/run-fmtutil.pdfcsplain +> /var/run/texlive/run-fmtutil.pdfcsplain + +%triggerun -n texlive-csplain -- texlive-cs +> /var/run/texlive/run-fmtutil.csplain +> /var/run/texlive/run-fmtutil.pdfcsplain +> /var/run/texlive/run-fmtutil.pdfcsplain +> /var/run/texlive/run-fmtutil.pdfcsplain + +%triggerin -n texlive-csplain -- texlive-hyphen-base +> /var/run/texlive/run-fmtutil.csplain +> /var/run/texlive/run-fmtutil.pdfcsplain +> /var/run/texlive/run-fmtutil.pdfcsplain +> /var/run/texlive/run-fmtutil.pdfcsplain + +%triggerun -n texlive-csplain -- texlive-hyphen-base +> /var/run/texlive/run-fmtutil.csplain +> /var/run/texlive/run-fmtutil.pdfcsplain +> /var/run/texlive/run-fmtutil.pdfcsplain +> /var/run/texlive/run-fmtutil.pdfcsplain + +%triggerin -n texlive-csplain -- texlive-plain +> /var/run/texlive/run-fmtutil.csplain +> /var/run/texlive/run-fmtutil.pdfcsplain +> /var/run/texlive/run-fmtutil.pdfcsplain +> /var/run/texlive/run-fmtutil.pdfcsplain + +%triggerun -n texlive-csplain -- texlive-plain +> /var/run/texlive/run-fmtutil.csplain +> /var/run/texlive/run-fmtutil.pdfcsplain +> /var/run/texlive/run-fmtutil.pdfcsplain +> /var/run/texlive/run-fmtutil.pdfcsplain + +%triggerin -n texlive-csplain -- texlive-luatex +> /var/run/texlive/run-fmtutil.csplain +> /var/run/texlive/run-fmtutil.pdfcsplain +> /var/run/texlive/run-fmtutil.pdfcsplain +> /var/run/texlive/run-fmtutil.pdfcsplain + +%triggerun -n texlive-csplain -- texlive-luatex +> /var/run/texlive/run-fmtutil.csplain +> /var/run/texlive/run-fmtutil.pdfcsplain +> /var/run/texlive/run-fmtutil.pdfcsplain +> /var/run/texlive/run-fmtutil.pdfcsplain + +%triggerin -n texlive-csplain -- texlive-tex-ini-files +> /var/run/texlive/run-fmtutil.csplain +> /var/run/texlive/run-fmtutil.pdfcsplain +> /var/run/texlive/run-fmtutil.pdfcsplain +> /var/run/texlive/run-fmtutil.pdfcsplain + +%triggerun -n texlive-csplain -- texlive-tex-ini-files +> /var/run/texlive/run-fmtutil.csplain +> /var/run/texlive/run-fmtutil.pdfcsplain +> /var/run/texlive/run-fmtutil.pdfcsplain +> /var/run/texlive/run-fmtutil.pdfcsplain + +%triggerin -n texlive-csplain -- texlive-luatex85 +> /var/run/texlive/run-fmtutil.csplain +> /var/run/texlive/run-fmtutil.pdfcsplain +> /var/run/texlive/run-fmtutil.pdfcsplain +> /var/run/texlive/run-fmtutil.pdfcsplain + +%triggerun -n texlive-csplain -- texlive-luatex85 +> /var/run/texlive/run-fmtutil.csplain +> /var/run/texlive/run-fmtutil.pdfcsplain +> /var/run/texlive/run-fmtutil.pdfcsplain +> /var/run/texlive/run-fmtutil.pdfcsplain + %posttrans -n texlive-csplain test -z "$ZYPP_IS_RUNNING" || exit 0 test -d /var/run/texlive || exit 0 @@ -16130,13 +16281,13 @@ VERBOSE=false %{_texmfdistdir}/texconfig/update || : %post -n texlive-cyklop-fonts +fc-cache -s %{_datadir}/fonts mkfontscale %{_datadir}/fonts/texlive-cyklop mkfontdir -e %{_datadir}/fonts/encodings -e %{_datadir}/fonts/encodings/large %{_datadir}/fonts/texlive-cyklop -fc-cache %{_datadir}/fonts %postun -n texlive-cyklop-fonts if test $1 = 0; then - fc-cache %{_datadir}/fonts + fc-cache -s %{_datadir}/fonts fi %files -n texlive-cyklop-doc @@ -16749,13 +16900,13 @@ VERBOSE=false %{_texmfdistdir}/texconfig/update || : %post -n texlive-dad-fonts +fc-cache -s %{_datadir}/fonts mkfontscale %{_datadir}/fonts/texlive-dad mkfontdir -e %{_datadir}/fonts/encodings -e %{_datadir}/fonts/encodings/large %{_datadir}/fonts/texlive-dad -fc-cache %{_datadir}/fonts %postun -n texlive-dad-fonts if test $1 = 0; then - fc-cache %{_datadir}/fonts + fc-cache -s %{_datadir}/fonts fi %files -n texlive-dad-doc @@ -16978,13 +17129,13 @@ VERBOSE=false %{_texmfdistdir}/texconfig/update || : %post -n texlive-dantelogo-fonts +fc-cache -s %{_datadir}/fonts mkfontscale %{_datadir}/fonts/texlive-dantelogo mkfontdir -e %{_datadir}/fonts/encodings -e %{_datadir}/fonts/encodings/large %{_datadir}/fonts/texlive-dantelogo -fc-cache %{_datadir}/fonts %postun -n texlive-dantelogo-fonts if test $1 = 0; then - fc-cache %{_datadir}/fonts + fc-cache -s %{_datadir}/fonts fi %files -n texlive-dantelogo-doc
