Accepting request 500750 from Publishing:TeXLive
Automatic submission by obs-autosubmit OBS-URL: https://build.opensuse.org/request/show/500750 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/texlive?expand=0&rev=35
This commit is contained in:
24
source.dif
24
source.dif
@@ -392,7 +392,7 @@
|
||||
-TEXMF = {$TEXMFCONFIG,$TEXMFVAR,$TEXMFHOME,!!$TEXMFSYSCONFIG,!!$TEXMFSYSVAR,!!$TEXMFLOCAL,!!$TEXMFDIST}
|
||||
+TEXMF = {$TEXMFHOME,!!$TEXMFSYSCONFIG,!!$TEXMFSYSVAR,!!$TEXMFLOCAL,!!$TEXMFDIST}
|
||||
|
||||
% Where to look for ls-R files. There need not be an ls-R in the
|
||||
% Where to look for ls-R files. There need not be an ls-R in the
|
||||
% directories in this path, but if there is one, Kpathsea will use it.
|
||||
@@ -102,24 +102,23 @@ TEXMF = {$TEXMFCONFIG,$TEXMFVAR,$TEXMFHO
|
||||
% does not create ls-R files in the non-!! elements -- because if an
|
||||
@@ -408,7 +408,11 @@
|
||||
-SYSTEXMF = $TEXMFSYSVAR;$TEXMFLOCAL;$TEXMFDIST
|
||||
+SYSTEXMF = $TEXMFSYSCONFIG;$TEXMFSYSVAR;$TEXMFLOCAL;$TEXMFDIST
|
||||
|
||||
% First writable tree here is used by Lua(La)TeX for the font cache.
|
||||
% First writable tree here is used by Lua(La)TeX for the font cache.
|
||||
% LuaLaTeX uses the value here, while ConTeXt uses the same variable but
|
||||
% from texmfcnf.lua; therefore the two values should be kept in sync.
|
||||
% (As should everything else in texmf.cnf <-> texmfcnf.lua.)
|
||||
-TEXMFCACHE = $TEXMFSYSVAR;$TEXMFVAR
|
||||
+TEXMFCACHE = $TEXMFSYSVAR;$TEXMFVAR;$HOMECACHE
|
||||
|
||||
% Where generated fonts may be written. This tree is used when the sources
|
||||
@@ -572,11 +576,10 @@
|
||||
+OVFFONTS = .;{$TEXMF/fonts,$HOMECACHE,$VARTEXFONTS}/{ovf,vf}//
|
||||
+OVPFONTS = .;{$TEXMF/fonts,$HOMECACHE,$VARTEXFONTS}/ovp//
|
||||
OTPINPUTS = .;$TEXMF/omega/otp//
|
||||
OCPINPUTS = .;$TEXMF/omega/ocp//
|
||||
|
||||
OCPINPUTS = .;$TEXMF/omega/ocp//
|
||||
|
||||
@@ -490,32 +490,38 @@ RUBYINPUTS = .;$TEXMF/scripts/{$progna
|
||||
% explicitly list every directory. Arguably more understandable anyway.
|
||||
% explicitly list every directory. Arguably more understandable anyway.
|
||||
%
|
||||
TEXMFCNF = {\
|
||||
-$SELFAUTOLOC,\
|
||||
@@ -602,8 +605,11 @@
|
||||
-$SELFAUTOPARENT/share/texmf-dist/web2c,\
|
||||
-$SELFAUTOPARENT/share/texmf/web2c,\
|
||||
-$SELFAUTOPARENT/texmf-local/web2c,\
|
||||
-$SELFAUTOPARENT/texmf-dist/web2c,\
|
||||
-$SELFAUTOPARENT/texmf/web2c\
|
||||
-$SELFAUTOPARENT/texmf-dist/web2c,\
|
||||
-$SELFAUTOPARENT/texmf/web2c\
|
||||
+/etc/texmf,\
|
||||
+/etc/texmf/web2c,\
|
||||
+/var/lib/texmf/web2c,\
|
||||
+/usr/share/texmf/web2c\
|
||||
}
|
||||
+%TEXMFCNF = {\
|
||||
@@ -634,7 +640,7 @@
|
||||
+%$SELFAUTOPARENT/texmf/web2c\
|
||||
+%}
|
||||
%
|
||||
% For reference, here is the old brace-using definition:
|
||||
% For reference, here is the old brace-using definition:
|
||||
%TEXMFCNF = {$SELFAUTOLOC,$SELFAUTODIR,$SELFAUTOPARENT}{,{/share,}/texmf{-local,}/web2c}
|
||||
@@ -568,7 +574,6 @@ extractbb,\
|
||||
gregorio,\
|
||||
@@ -642,7 +648,7 @@
|
||||
makeindex,\
|
||||
-mpost,\
|
||||
repstopdf,\
|
||||
|
||||
|
||||
% we'd like to allow:
|
||||
@@ -791,3 +796,33 @@ max_cols.gftype = 8191
|
||||
% Guess input encoding (SJIS vs. Unicode, etc.) in pTeX and friends?
|
||||
|
@@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:fef57ed9aef8e3a93664c0d0f52aa2fd0faeb54acca9ebd38ce22a8ae55de64f
|
||||
size 47774684
|
||||
oid sha256:a8b32ca47f0a403661a09e202f4567a995beb718c18d8f81ca6d76daa1da21ed
|
||||
size 45941100
|
||||
|
@@ -1,3 +1,14 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri May 26 15:22:17 UTC 2017 - werner@suse.de
|
||||
|
||||
- Switch over from 20160523 source tree to 20160523b
|
||||
as it includes someminor bug fixes
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri May 26 11:07:07 UTC 2017 - werner@suse.de
|
||||
|
||||
- Use lua compatible configuration for TEXMFCNF in texmf.cnf
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed May 3 11:50:38 CEST 2017 - kukuk@suse.de
|
||||
|
||||
|
@@ -19,7 +19,7 @@
|
||||
%define texlive_version 2016
|
||||
%define texlive_previous 2015
|
||||
%define texlive_release 20160523
|
||||
%define texlive_noarch 117
|
||||
%define texlive_noarch 122
|
||||
%define texlive_source texlive-20160523-source
|
||||
|
||||
%define __perl_requires %{nil}
|
||||
@@ -3945,6 +3945,9 @@ rm -f /var/run/texlive/run-update
|
||||
#%config(noreplace) %verify(not md5 size mtime) %{_texmfconfdir}/web2c/texmf.cnf
|
||||
#%verify(link) %{_texmfmaindir}/web2c/fmtutil.cnf
|
||||
#%verify(link) %{_texmfmaindir}/web2c/texmf.cnf
|
||||
# is part of texlive-luatex
|
||||
#%config(noreplace) %verify(not md5 size mtime) %{_texmfconfdir}/web2c/texmfcnf.lua
|
||||
#%verify(link) %{_texmfmaindir}/web2c/texmfcnf.lua
|
||||
%{_mandir}/man8/public.*
|
||||
%verify(link) /var/adm/update-scripts/%{name}-%{version}-%{release}-zypper
|
||||
|
||||
|
Reference in New Issue
Block a user