Hello community,

here is the log from the commit of package texlive-specs-t for openSUSE:Factory 
checked in at 2018-08-02 14:53:10
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/texlive-specs-t (Old)
 and      /work/SRC/openSUSE:Factory/.texlive-specs-t.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "texlive-specs-t"

Thu Aug  2 14:53:10 2018 rev:35 rq:626711 version:unknown

Changes:
--------
--- /work/SRC/openSUSE:Factory/texlive-specs-t/texlive-specs-t.changes  
2018-05-15 10:24:55.226876608 +0200
+++ /work/SRC/openSUSE:Factory/.texlive-specs-t.new/texlive-specs-t.changes     
2018-08-02 14:53:16.859789424 +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-t.spec ++++++
--- /var/tmp/diff_new_pack.X5gMkN/_old  2018-08-02 14:53:23.199799968 +0200
+++ /var/tmp/diff_new_pack.X5gMkN/_new  2018-08-02 14:53:23.211799988 +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
 
@@ -9219,6 +9219,7 @@
 %defattr(-,root,root,755)
 %dir %{_datadir}/fonts/texlive-quattrocento
 %config %{_sysconfdir}/fonts/conf.avail/58-texlive-quattrocento.conf
+%config %{_sysconfdir}/fonts/conf.d/55-texlive-quattrocento.conf
 %ghost %verify(not md5 size mtime) 
%{_datadir}/fonts/texlive-quattrocento/encodings.dir
 %ghost %verify(not md5 size mtime) 
%{_datadir}/fonts/texlive-quattrocento/fonts.dir
 %ghost %verify(not md5 size mtime) 
%{_datadir}/fonts/texlive-quattrocento/fonts.scale
@@ -11401,6 +11402,7 @@
 %defattr(-,root,root,755)
 %dir %{_datadir}/fonts/texlive-raleway
 %config %{_sysconfdir}/fonts/conf.avail/58-texlive-raleway.conf
+%config %{_sysconfdir}/fonts/conf.d/55-texlive-raleway.conf
 %ghost %verify(not md5 size mtime) 
%{_datadir}/fonts/texlive-raleway/encodings.dir
 %ghost %verify(not md5 size mtime) %{_datadir}/fonts/texlive-raleway/fonts.dir
 %ghost %verify(not md5 size mtime) 
%{_datadir}/fonts/texlive-raleway/fonts.scale
@@ -18603,6 +18605,7 @@
 %defattr(-,root,root,755)
 %dir %{_datadir}/fonts/texlive-roboto
 %config %{_sysconfdir}/fonts/conf.avail/58-texlive-roboto.conf
+%config %{_sysconfdir}/fonts/conf.d/55-texlive-roboto.conf
 %ghost %verify(not md5 size mtime) 
%{_datadir}/fonts/texlive-roboto/encodings.dir
 %ghost %verify(not md5 size mtime) %{_datadir}/fonts/texlive-roboto/fonts.dir
 %ghost %verify(not md5 size mtime) %{_datadir}/fonts/texlive-roboto/fonts.scale
@@ -19405,6 +19408,25 @@
          </rejectfont>
        </fontconfig>
        EOF
+
+    mkdir -p %{buildroot}%{_sysconfdir}/fonts/conf.d
+    (cat > 
%{buildroot}%{_sysconfdir}/fonts/conf.d/55-texlive-quattrocento.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-quattrocento/*.pf*</glob>
+           </rejectfont>
+         </selectfont>
+       </fontconfig>
+       EOF
 %if %{with zypper_posttrans}
     ln -sf %{_texmfdistdir}/texconfig/zypper.py \
        
%{buildroot}/var/adm/update-scripts/texlive-quicktype-%{texlive_version}.%{texlive_noarch}.0.0.1svn42183-%{release}-zypper
@@ -19478,6 +19500,25 @@
          </rejectfont>
        </fontconfig>
        EOF
+
+    mkdir -p %{buildroot}%{_sysconfdir}/fonts/conf.d
+    (cat > 
%{buildroot}%{_sysconfdir}/fonts/conf.d/55-texlive-raleway.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-raleway/*.pf*</glob>
+           </rejectfont>
+         </selectfont>
+       </fontconfig>
+       EOF
 %if %{with zypper_posttrans}
     ln -sf %{_texmfdistdir}/texconfig/zypper.py \
        
%{buildroot}/var/adm/update-scripts/texlive-ran_toks-%{texlive_version}.%{texlive_noarch}.1.1svn44429-%{release}-zypper
@@ -19832,6 +19873,25 @@
          </rejectfont>
        </fontconfig>
        EOF
+
+    mkdir -p %{buildroot}%{_sysconfdir}/fonts/conf.d
+    (cat > 
%{buildroot}%{_sysconfdir}/fonts/conf.d/55-texlive-roboto.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-roboto/*.pf*</glob>
+           </rejectfont>
+         </selectfont>
+       </fontconfig>
+       EOF
 %if %{with zypper_posttrans}
     ln -sf %{_texmfdistdir}/texconfig/zypper.py \
        
%{buildroot}/var/adm/update-scripts/texlive-robustcommand-%{texlive_version}.%{texlive_noarch}.0.0.1svn15878-%{release}-zypper


Reply via email to