diff --git a/texlive.spec b/texlive.spec index 9e2330c..a8cf759 100644 --- a/texlive.spec +++ b/texlive.spec @@ -1,6 +1,6 @@ %global source_date 20160520 %global tl_version 2016 -%global tl_rel 11 +%global tl_rel 12 %global tl_release %{tl_rel}.%{source_date}%{?dist} %global tl_noarch_release %{tl_rel}%{?dist} %global source_name texlive-%{source_date}-source @@ -7479,7 +7479,7 @@ done <<< "$list" %transfiletriggerpostun kpathsea -- %{_texdir}/texmf-dist/fonts/map/dvips/ list=`grep "\.map" | sort -n | uniq` while read -r line; do - shortfile=`basename $file` + shortfile=`basename $line` if `echo $shortfile | grep -Eq 'allrunes.map|arabtex.map|arss.map|artm.map|bbold.map|cbgreek-full.map|ccpl.map|cmextra.map|cmll.map|cm.map|cm-super-t1.map|cm-super-t2a.map|cm-super-t2b.map|cm-super-t2c.map|cm-super-ts1.map|cm-super-x2.map|cmtext-bsr-interpolated.map|cyrillic.map|dvng.map|esint.map|ethiop.map|eurosym.map|hfbright.map|iby.map|latxfont.map|lxfonts.map|manfnt.map|mflogo.map|mongolian.map|musix.map|pigpen.map|plother.map|pltext.map|rsfs.map|semaf.map|stmaryrd.map|symbols.map|tipa.map|trajan.map|vnrother.map|vnrtext.map|wasy.map|xypic.map|yhmath.map'`; then %{_bindir}/updmap-sys --nomkmap --disable MixedMap=$shortfile >/dev/null || : else @@ -221964,6 +221964,9 @@ fi %{_libdir}/pkgconfig/*.pc %changelog +* Mon Oct 17 2016 Tom Callaway 5:2016-12.2016520 +- fix variable naming mistake in triggerpostun + * Fri Oct 14 2016 Tom Callaway 5:2016-11.2016520 - redo font triggers entirely, they actually work now, only process the files they should and no longer loop forever