Hello community,

here is the log from the commit of package texlive for openSUSE:Factory checked 
in at 2014-06-18 07:49:21
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/texlive (Old)
 and      /work/SRC/openSUSE:Factory/.texlive.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "texlive"

Changes:
--------
--- /work/SRC/openSUSE:Factory/texlive/texlive.changes  2014-05-02 
19:21:38.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.texlive.new/texlive.changes     2014-06-18 
07:49:24.000000000 +0200
@@ -1,0 +2,5 @@
+Tue May 20 09:23:14 UTC 2014 - [email protected]
+
+- Make sure that texconfig/update is run only once per transaction
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ texlive.spec ++++++
--- /var/tmp/diff_new_pack.QKFGrW/_old  2014-06-18 07:49:27.000000000 +0200
+++ /var/tmp/diff_new_pack.QKFGrW/_new  2014-06-18 07:49:27.000000000 +0200
@@ -19,7 +19,7 @@
 %define texlive_version 2013
 %define texlive_previous 2011
 %define texlive_release 20130620
-%define texlive_noarch  83
+%define texlive_noarch  84
 %define texlive_source  texlive-20130620-source
 
 %define __perl_requires                %{nil}
@@ -2856,16 +2856,20 @@
 %post
 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
 
 %post   -n libkpathsea6 -p /sbin/ldconfig
 %postun -n libkpathsea6 -p /sbin/ldconfig

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to