Hello community,

here is the log from the commit of package texlive-filesystem for 
openSUSE:Factory checked in at 2017-07-28 09:42:28
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/texlive-filesystem (Old)
 and      /work/SRC/openSUSE:Factory/.texlive-filesystem.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "texlive-filesystem"

Fri Jul 28 09:42:28 2017 rev:23 rq:512248 version:unknown

Changes:
--------
--- /work/SRC/openSUSE:Factory/texlive-filesystem/texlive-filesystem.changes    
2017-07-24 12:33:29.464468956 +0200
+++ 
/work/SRC/openSUSE:Factory/.texlive-filesystem.new/texlive-filesystem.changes   
    2017-07-28 09:43:29.919285708 +0200
@@ -1,0 +2,6 @@
+Mon Jul 24 10:59:12 UTC 2017 - [email protected]
+
+- Enforce mktexlsr if texlive-filesystem becomes installed to
+  refresh/rehash the kpathsea data base files after this (boo#1046277)
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ texlive-filesystem.spec ++++++
--- /var/tmp/diff_new_pack.UdQaO9/_old  2017-07-28 09:43:31.927002933 +0200
+++ /var/tmp/diff_new_pack.UdQaO9/_new  2017-07-28 09:43:31.943000680 +0200
@@ -19,7 +19,7 @@
 %define texlive_version  2017
 %define texlive_previous 2016
 %define texlive_release  20170520
-%define texlive_noarch   7
+%define texlive_noarch   131
 %define texlive_source   texlive-20170520-source
 
 %define __perl_requires                %{nil}
@@ -13858,6 +13858,9 @@
        EOF
 
     sed -r 's@%%\{_texmfdistdir\}@%{_texmfdistdir}@' < %{S:42} > 
%{buildroot}%{_texmfdistdir}/texconfig/zypper.py
+    mkdir -p %{buildroot}/var/adm/update-scripts
+    ln -sf %{_texmfdistdir}/texconfig/zypper.py \
+        
%{buildroot}/var/adm/update-scripts/%{name}-%{version}-%{release}-zypper
 
     # enviroment
     mkdir -p %{buildroot}%{_sysconfdir}/profile.d
@@ -13932,6 +13935,22 @@
 %set_permissions %{_fontcache}/source/
 %set_permissions %{_fontcache}/tfm/
 %endif
+mkdir -p /var/run/texlive
+> /var/run/texlive/run-mktexlsr
+> /var/run/texlive/run-update
+
+%postun
+if test $1 = 1; then
+    mkdir -p /var/run/texlive
+    > /var/run/texlive/run-mktexlsr
+    > /var/run/texlive/run-update
+fi
+
+%posttrans
+test -f /var/run/texlive/run-update || exit 0
+test -z "$ZYPP_IS_RUNNING" || exit 0
+VERBOSE=false %{_texmfdistdir}/texconfig/update || :
+rm -f /var/run/texlive/run-update
 
 %files
 %defattr(-,root,root,755)
@@ -24157,6 +24176,7 @@
 %attr(0664,root,%{texgrp}) %verify(not md5 size mtime mode) 
%{_texmfvardir}/dist/ls-R
 %attr(0664,root,%{texgrp}) %verify(not md5 size mtime mode) 
%{_texmfvardir}/main/ls-R
 %{_localstatedir}/adm/fillup-templates/sysconfig.texlive
+/var/adm/update-scripts/%{name}-%{version}-%{release}-zypper
 
 %files -n texlive-scheme-basic
 %defattr(-,root,root,755)


Reply via email to