Hello community,

here is the log from the commit of package texlive-specs-w for openSUSE:Factory 
checked in at 2017-07-17 09:07:09
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/texlive-specs-w (Old)
 and      /work/SRC/openSUSE:Factory/.texlive-specs-w.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "texlive-specs-w"

Mon Jul 17 09:07:09 2017 rev:27 rq:509731 version:unknown

Changes:
--------
--- /work/SRC/openSUSE:Factory/texlive-specs-w/texlive-specs-w.changes  
2017-06-25 19:29:41.020269844 +0200
+++ /work/SRC/openSUSE:Factory/.texlive-specs-w.new/texlive-specs-w.changes     
2017-07-17 09:07:18.932410195 +0200
@@ -1,0 +2,33 @@
+Wed Jul 12 07:41:21 UTC 2017 - wer...@suse.de
+
+- Generate/remove specific formats at installation/erease of a
+  package (boo#1046277)
+
+-------------------------------------------------------------------
+Tue Jun 27 14:31:44 UTC 2017 - wer...@suse.de
+
+- Fix some descriptions of PostScript Type 1 binary files (boo#1046104) 
+
+-------------------------------------------------------------------
+Fri Jun 23 13:21:21 UTC 2017 - wer...@suse.de
+
+- 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 - wer...@suse.de
+
+- Avoid to depend on optional milog.cfg
+- texlive-milog does replace mathgl-tex 
+
+-------------------------------------------------------------------
+Wed Jun 21 10:20:17 UTC 2017 - wer...@suse.de
+
+- Do not require own provided perl modules for latexindent 
+
+-------------------------------------------------------------------
+Tue Jun 20 06:39:06 UTC 2017 - wer...@suse.de
+
+- Change left over texlive-pdftex-def for texlive-latex-bin 
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ texlive-specs-w.spec ++++++
--- /var/tmp/diff_new_pack.oE9ybL/_old  2017-07-17 09:07:22.771869459 +0200
+++ /var/tmp/diff_new_pack.oE9ybL/_new  2017-07-17 09:07:22.787867205 +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
@@ -1751,13 +1752,13 @@
 VERBOSE=false %{_texmfdistdir}/texconfig/update || :
 
 %post -n texlive-tabvar-fonts
+fc-cache  -s %{_datadir}/fonts
 mkfontscale  %{_datadir}/fonts/texlive-tabvar
 mkfontdir -e %{_datadir}/fonts/encodings -e %{_datadir}/fonts/encodings/large 
%{_datadir}/fonts/texlive-tabvar
-fc-cache     %{_datadir}/fonts
 
 %postun -n texlive-tabvar-fonts
 if test $1 = 0; then
-    fc-cache %{_datadir}/fonts
+ fc-cache -s %{_datadir}/fonts
 fi
 
 %files -n texlive-tabvar-doc
@@ -2345,13 +2346,13 @@
 VERBOSE=false %{_texmfdistdir}/texconfig/update || :
 
 %post -n texlive-tapir-fonts
+fc-cache  -s %{_datadir}/fonts
 mkfontscale  %{_datadir}/fonts/texlive-tapir
 mkfontdir -e %{_datadir}/fonts/encodings -e %{_datadir}/fonts/encodings/large 
%{_datadir}/fonts/texlive-tapir
-fc-cache     %{_datadir}/fonts
 
 %postun -n texlive-tapir-fonts
 if test $1 = 0; then
-    fc-cache %{_datadir}/fonts
+ fc-cache -s %{_datadir}/fonts
 fi
 
 %files -n texlive-tapir-doc
@@ -3528,13 +3529,13 @@
 VERBOSE=false %{_texmfdistdir}/texconfig/update || :
 
 %post -n texlive-tempora-fonts
+fc-cache  -s %{_datadir}/fonts
 mkfontscale  %{_datadir}/fonts/texlive-tempora
 mkfontdir -e %{_datadir}/fonts/encodings -e %{_datadir}/fonts/encodings/large 
%{_datadir}/fonts/texlive-tempora
-fc-cache     %{_datadir}/fonts
 
 %postun -n texlive-tempora-fonts
 if test $1 = 0; then
-    fc-cache %{_datadir}/fonts
+ fc-cache -s %{_datadir}/fonts
 fi
 
 %files -n texlive-tempora-doc
@@ -4799,7 +4800,7 @@
 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.tex
 sed -ri 's/^\#\![[= =]]+tex\b.*/tex tex - tex.ini/' 
%{_texmfconfdir}/web2c/fmtutil.cnf || :
 
 %postun -n texlive-tex 
@@ -4807,11 +4808,35 @@
 > /var/run/texlive/run-mktexlsr
 > /var/run/texlive/run-update
 if test $1 = 0; then
-    > /var/run/texlive/run-fmtutil
     sed -ri 's/^(tex\b)/\#\!\ \1/' %{_texmfconfdir}/web2c/fmtutil.cnf || :
+    rm -f %{_texmfvardir}/web2c/tex/tex.*
     exit 0
 fi
 
+%triggerin -n texlive-tex -- texlive-cm
+> /var/run/texlive/run-fmtutil.tex
+
+%triggerun -n texlive-tex -- texlive-cm
+> /var/run/texlive/run-fmtutil.tex
+
+%triggerin -n texlive-tex -- texlive-hyphen-base
+> /var/run/texlive/run-fmtutil.tex
+
+%triggerun -n texlive-tex -- texlive-hyphen-base
+> /var/run/texlive/run-fmtutil.tex
+
+%triggerin -n texlive-tex -- texlive-knuth-lib
+> /var/run/texlive/run-fmtutil.tex
+
+%triggerun -n texlive-tex -- texlive-knuth-lib
+> /var/run/texlive/run-fmtutil.tex
+
+%triggerin -n texlive-tex -- texlive-plain
+> /var/run/texlive/run-fmtutil.tex
+
+%triggerun -n texlive-tex -- texlive-plain
+> /var/run/texlive/run-fmtutil.tex
+
 %posttrans -n texlive-tex
 test -z "$ZYPP_IS_RUNNING" || exit 0
 test -d /var/run/texlive || exit 0
@@ -5758,13 +5783,13 @@
 VERBOSE=false %{_texmfdistdir}/texconfig/update || :
 
 %post -n texlive-tex-gyre-fonts
+fc-cache  -s %{_datadir}/fonts
 mkfontscale  %{_datadir}/fonts/texlive-tex-gyre
 mkfontdir -e %{_datadir}/fonts/encodings -e %{_datadir}/fonts/encodings/large 
%{_datadir}/fonts/texlive-tex-gyre
-fc-cache     %{_datadir}/fonts
 
 %postun -n texlive-tex-gyre-fonts
 if test $1 = 0; then
-    fc-cache %{_datadir}/fonts
+ fc-cache -s %{_datadir}/fonts
 fi
 
 %files -n texlive-tex-gyre-doc
@@ -6828,13 +6853,13 @@
 VERBOSE=false %{_texmfdistdir}/texconfig/update || :
 
 %post -n texlive-tex-gyre-math-fonts
+fc-cache  -s %{_datadir}/fonts
 mkfontscale  %{_datadir}/fonts/texlive-tex-gyre-math
 mkfontdir -e %{_datadir}/fonts/encodings -e %{_datadir}/fonts/encodings/large 
%{_datadir}/fonts/texlive-tex-gyre-math
-fc-cache     %{_datadir}/fonts
 
 %postun -n texlive-tex-gyre-math-fonts
 if test $1 = 0; then
-    fc-cache %{_datadir}/fonts
+ fc-cache -s %{_datadir}/fonts
 fi
 
 %files -n texlive-tex-gyre-math-doc
@@ -14458,7 +14483,7 @@
 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.texsis
 sed -ri 's/^\#\![[= =]]+texsis\b.*/texsis pdftex - -translate-file=cp227.tcx 
texsis.ini/' %{_texmfconfdir}/web2c/fmtutil.cnf || :
 
 %postun -n texlive-texsis 
@@ -14466,11 +14491,35 @@
 > /var/run/texlive/run-mktexlsr
 > /var/run/texlive/run-update
 if test $1 = 0; then
-    > /var/run/texlive/run-fmtutil
     sed -ri 's/^(texsis\b)/\#\!\ \1/' %{_texmfconfdir}/web2c/fmtutil.cnf || :
+    rm -f %{_texmfvardir}/web2c/pdftex/texsis.*
     exit 0
 fi
 
+%triggerin -n texlive-texsis -- texlive-cm
+> /var/run/texlive/run-fmtutil.texsis
+
+%triggerun -n texlive-texsis -- texlive-cm
+> /var/run/texlive/run-fmtutil.texsis
+
+%triggerin -n texlive-texsis -- texlive-hyphen-base
+> /var/run/texlive/run-fmtutil.texsis
+
+%triggerun -n texlive-texsis -- texlive-hyphen-base
+> /var/run/texlive/run-fmtutil.texsis
+
+%triggerin -n texlive-texsis -- texlive-knuth-lib
+> /var/run/texlive/run-fmtutil.texsis
+
+%triggerun -n texlive-texsis -- texlive-knuth-lib
+> /var/run/texlive/run-fmtutil.texsis
+
+%triggerin -n texlive-texsis -- texlive-plain
+> /var/run/texlive/run-fmtutil.texsis
+
+%triggerun -n texlive-texsis -- texlive-plain
+> /var/run/texlive/run-fmtutil.texsis
+
 %posttrans -n texlive-texsis
 test -z "$ZYPP_IS_RUNNING" || exit 0
 test -d /var/run/texlive || exit 0
@@ -15403,13 +15452,13 @@
 VERBOSE=false %{_texmfdistdir}/texconfig/update || :
 
 %post -n texlive-tfrupee-fonts
+fc-cache  -s %{_datadir}/fonts
 mkfontscale  %{_datadir}/fonts/texlive-tfrupee
 mkfontdir -e %{_datadir}/fonts/encodings -e %{_datadir}/fonts/encodings/large 
%{_datadir}/fonts/texlive-tfrupee
-fc-cache     %{_datadir}/fonts
 
 %postun -n texlive-tfrupee-fonts
 if test $1 = 0; then
-    fc-cache %{_datadir}/fonts
+ fc-cache -s %{_datadir}/fonts
 fi
 
 %files -n texlive-tfrupee-doc


Reply via email to