Hello community, here is the log from the commit of package texlive-specs-r for openSUSE:Factory checked in at 2018-08-02 14:52:52 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/texlive-specs-r (Old) and /work/SRC/openSUSE:Factory/.texlive-specs-r.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "texlive-specs-r" Thu Aug 2 14:52:52 2018 rev:34 rq:626709 version:unknown Changes: -------- --- /work/SRC/openSUSE:Factory/texlive-specs-r/texlive-specs-r.changes 2018-05-15 10:23:16.438504307 +0200 +++ /work/SRC/openSUSE:Factory/.texlive-specs-r.new/texlive-specs-r.changes 2018-08-02 14:53:00.663762501 +0200 @@ -1,0 +2,42 @@ +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 + +------------------------------------------------------------------- +Fri May 11 08:05:36 UTC 2018 - [email protected] + +- Update tetex_scripts.dif as there is no /usr/share/texmf-dist here + +------------------------------------------------------------------- +Fri May 11 07:10:23 UTC 2018 - [email protected] + +- Refresh stix.tar.xz to get missed fd files + +------------------------------------------------------------------- +Thu May 10 10:36:21 UTC 2018 - [email protected] + +- Reorder requirements due rename texconfig to tetex + +------------------------------------------------------------------- +Tue May 8 12:24:13 UTC 2018 - [email protected] + +- Respect rename of texconfig to tetex + +------------------------------------------------------------------- +Thu May 3 13:00:53 UTC 2018 - [email protected] + +- Rename patch texconfig_scripts.dif to tetex_scripts.dif + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ texlive-specs-r.spec ++++++ --- /var/tmp/diff_new_pack.OtWv3r/_old 2018-08-02 14:53:07.615774056 +0200 +++ /var/tmp/diff_new_pack.OtWv3r/_new 2018-08-02 14:53:07.627774076 +0200 @@ -21,7 +21,7 @@ %define texlive_version 2018 %define texlive_previous 2016 %define texlive_release 20180414 -%define texlive_noarch 151 +%define texlive_noarch 158 #!BuildIgnore: texlive @@ -457,6 +457,7 @@ %defattr(-,root,root,755) %dir %{_datadir}/fonts/texlive-overlock %config %{_sysconfdir}/fonts/conf.avail/58-texlive-overlock.conf +%config %{_sysconfdir}/fonts/conf.d/55-texlive-overlock.conf %ghost %verify(not md5 size mtime) %{_datadir}/fonts/texlive-overlock/encodings.dir %ghost %verify(not md5 size mtime) %{_datadir}/fonts/texlive-overlock/fonts.dir %ghost %verify(not md5 size mtime) %{_datadir}/fonts/texlive-overlock/fonts.scale @@ -3911,6 +3912,7 @@ %defattr(-,root,root,755) %dir %{_datadir}/fonts/texlive-paratype %config %{_sysconfdir}/fonts/conf.avail/58-texlive-paratype.conf +%config %{_sysconfdir}/fonts/conf.d/55-texlive-paratype.conf %ghost %verify(not md5 size mtime) %{_datadir}/fonts/texlive-paratype/encodings.dir %ghost %verify(not md5 size mtime) %{_datadir}/fonts/texlive-paratype/fonts.dir %ghost %verify(not md5 size mtime) %{_datadir}/fonts/texlive-paratype/fonts.scale @@ -11534,6 +11536,7 @@ %defattr(-,root,root,755) %dir %{_datadir}/fonts/texlive-phaistos %config %{_sysconfdir}/fonts/conf.avail/58-texlive-phaistos.conf +%config %{_sysconfdir}/fonts/conf.d/55-texlive-phaistos.conf %ghost %verify(not md5 size mtime) %{_datadir}/fonts/texlive-phaistos/encodings.dir %ghost %verify(not md5 size mtime) %{_datadir}/fonts/texlive-phaistos/fonts.dir %ghost %verify(not md5 size mtime) %{_datadir}/fonts/texlive-phaistos/fonts.scale @@ -15785,6 +15788,25 @@ </rejectfont> </fontconfig> EOF + + mkdir -p %{buildroot}%{_sysconfdir}/fonts/conf.d + (cat > %{buildroot}%{_sysconfdir}/fonts/conf.d/55-texlive-overlock.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-overlock/*.pf*</glob> + </rejectfont> + </selectfont> + </fontconfig> + EOF %if %{with zypper_posttrans} ln -sf %{_texmfdistdir}/texconfig/zypper.py \ %{buildroot}/var/adm/update-scripts/texlive-overpic-%{texlive_version}.%{texlive_noarch}.1.0svn45500-%{release}-zypper @@ -15987,6 +16009,25 @@ </rejectfont> </fontconfig> EOF + + mkdir -p %{buildroot}%{_sysconfdir}/fonts/conf.d + (cat > %{buildroot}%{_sysconfdir}/fonts/conf.d/55-texlive-paratype.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-paratype/*.pf*</glob> + </rejectfont> + </selectfont> + </fontconfig> + EOF %if %{with zypper_posttrans} ln -sf %{_texmfdistdir}/texconfig/zypper.py \ %{buildroot}/var/adm/update-scripts/texlive-paresse-%{texlive_version}.%{texlive_noarch}.4.1svn29803-%{release}-zypper @@ -16023,10 +16064,10 @@ %endif tar --use-compress-program=xz -xf %{S:50} -C %{buildroot}%{_datadir}/texlive/texmf-dist tar --use-compress-program=xz -xf %{S:51} -C %{buildroot}%{_datadir}/texlive/texmf-dist - mv -vf %{buildroot}%{_texmfdistdir}/doc/latex/pas-cours/macro-calculs.tex %{buildroot}%{_texmfdistdir}/tex/latex/pas-cours/macro-calculs.tex mv -vf %{buildroot}%{_texmfdistdir}/doc/latex/pas-cours/macro-styles.tex %{buildroot}%{_texmfdistdir}/tex/latex/pas-cours/macro-styles.tex mv -vf %{buildroot}%{_texmfdistdir}/doc/latex/pas-cours/macro-patrons.tex %{buildroot}%{_texmfdistdir}/tex/latex/pas-cours/macro-patrons.tex mv -vf %{buildroot}%{_texmfdistdir}/doc/latex/pas-cours/macro-solides.tex %{buildroot}%{_texmfdistdir}/tex/latex/pas-cours/macro-solides.tex + mv -vf %{buildroot}%{_texmfdistdir}/doc/latex/pas-cours/macro-calculs.tex %{buildroot}%{_texmfdistdir}/tex/latex/pas-cours/macro-calculs.tex %if %{with zypper_posttrans} ln -sf %{_texmfdistdir}/texconfig/zypper.py \ %{buildroot}/var/adm/update-scripts/texlive-pas-crosswords-%{texlive_version}.%{texlive_noarch}.1.03svn32313-%{release}-zypper @@ -16578,6 +16619,25 @@ </rejectfont> </fontconfig> EOF + + mkdir -p %{buildroot}%{_sysconfdir}/fonts/conf.d + (cat > %{buildroot}%{_sysconfdir}/fonts/conf.d/55-texlive-phaistos.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-phaistos/*.pf*</glob> + </rejectfont> + </selectfont> + </fontconfig> + EOF %if %{with zypper_posttrans} ln -sf %{_texmfdistdir}/texconfig/zypper.py \ %{buildroot}/var/adm/update-scripts/texlive-phffullpagefigure-%{texlive_version}.%{texlive_noarch}.1.0svn41857-%{release}-zypper
