Hello community, here is the log from the commit of package texlive-specs-m for openSUSE:Factory checked in at 2018-08-02 14:52:16 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/texlive-specs-m (Old) and /work/SRC/openSUSE:Factory/.texlive-specs-m.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "texlive-specs-m" Thu Aug 2 14:52:16 2018 rev:38 rq:626704 version:unknown Changes: -------- --- /work/SRC/openSUSE:Factory/texlive-specs-m/texlive-specs-m.changes 2018-05-15 10:28:25.547153733 +0200 +++ /work/SRC/openSUSE:Factory/.texlive-specs-m.new/texlive-specs-m.changes 2018-08-02 14:52:21.479697443 +0200 @@ -1,0 +2,17 @@ +Tue Jul 31 11:39:52 UTC 2018 - [email protected] + +- In case of having OpenType and/or TrueType fonts around do disable + the PostScript Type fonts for fontconfig (boo#1102986) + +------------------------------------------------------------------- +Tue Jun 19 09:01:49 UTC 2018 - [email protected] + +- Update tetex_scripts.dif as also updmap.pl should use /usr/share/texmf + to find the perl TeXLive modules as well + +------------------------------------------------------------------- +Fri May 11 11:06:26 UTC 2018 - [email protected] + +- Port *all* changes for texlive scripts from source.dif to texconfig_scripts.dif + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ texlive-specs-m.spec ++++++ --- /var/tmp/diff_new_pack.Ja0LlQ/_old 2018-08-02 14:52:27.243707006 +0200 +++ /var/tmp/diff_new_pack.Ja0LlQ/_new 2018-08-02 14:52:27.263707039 +0200 @@ -21,7 +21,7 @@ %define texlive_version 2018 %define texlive_previous 2016 %define texlive_release 20180414 -%define texlive_noarch 155 +%define texlive_noarch 158 #!BuildIgnore: texlive @@ -6177,6 +6177,7 @@ %defattr(-,root,root,755) %dir %{_datadir}/fonts/texlive-iwona %config %{_sysconfdir}/fonts/conf.avail/58-texlive-iwona.conf +%config %{_sysconfdir}/fonts/conf.d/55-texlive-iwona.conf %ghost %verify(not md5 size mtime) %{_datadir}/fonts/texlive-iwona/encodings.dir %ghost %verify(not md5 size mtime) %{_datadir}/fonts/texlive-iwona/fonts.dir %ghost %verify(not md5 size mtime) %{_datadir}/fonts/texlive-iwona/fonts.scale @@ -26258,6 +26259,7 @@ %defattr(-,root,root,755) %dir %{_datadir}/fonts/texlive-kurier %config %{_sysconfdir}/fonts/conf.avail/58-texlive-kurier.conf +%config %{_sysconfdir}/fonts/conf.d/55-texlive-kurier.conf %ghost %verify(not md5 size mtime) %{_datadir}/fonts/texlive-kurier/encodings.dir %ghost %verify(not md5 size mtime) %{_datadir}/fonts/texlive-kurier/fonts.dir %ghost %verify(not md5 size mtime) %{_datadir}/fonts/texlive-kurier/fonts.scale @@ -32039,6 +32041,25 @@ </rejectfont> </fontconfig> EOF + + mkdir -p %{buildroot}%{_sysconfdir}/fonts/conf.d + (cat > %{buildroot}%{_sysconfdir}/fonts/conf.d/55-texlive-iwona.conf)<<-'EOF' + <?xml version="1.0"?> + <!DOCTYPE fontconfig SYSTEM "fonts.dtd"> + + <!-- ************************************************ --> + <!-- Disable plain Type1 font to let fontconfig --> + <!-- prefere the OpenType and TrueType fonts --> + <!-- ************************************************ --> + + <fontconfig> + <selectfont> + <rejectfont> + <glob>%{_datadir}/fonts/texlive-iwona/*.pf*</glob> + </rejectfont> + </selectfont> + </fontconfig> + EOF %if %{with zypper_posttrans} ln -sf %{_texmfdistdir}/texconfig/zypper.py \ %{buildroot}/var/adm/update-scripts/texlive-jablantile-%{texlive_version}.%{texlive_noarch}.svn16364-%{release}-zypper @@ -32695,6 +32716,25 @@ </rejectfont> </fontconfig> EOF + + mkdir -p %{buildroot}%{_sysconfdir}/fonts/conf.d + (cat > %{buildroot}%{_sysconfdir}/fonts/conf.d/55-texlive-kurier.conf)<<-'EOF' + <?xml version="1.0"?> + <!DOCTYPE fontconfig SYSTEM "fonts.dtd"> + + <!-- ************************************************ --> + <!-- Disable plain Type1 font to let fontconfig --> + <!-- prefere the OpenType and TrueType fonts --> + <!-- ************************************************ --> + + <fontconfig> + <selectfont> + <rejectfont> + <glob>%{_datadir}/fonts/texlive-kurier/*.pf*</glob> + </rejectfont> + </selectfont> + </fontconfig> + EOF %if %{with zypper_posttrans} ln -sf %{_texmfdistdir}/texconfig/zypper.py \ %{buildroot}/var/adm/update-scripts/texlive-l2picfaq-%{texlive_version}.%{texlive_noarch}.1.50svn19601-%{release}-zypper
