Hello community,

here is the log from the commit of package texlive for openSUSE:Factory checked 
in at 2013-02-07 10:49:19
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/texlive (Old)
 and      /work/SRC/openSUSE:Factory/.texlive.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "texlive", Maintainer is "[email protected]"

Changes:
--------
--- /work/SRC/openSUSE:Factory/texlive/texlive.changes  2012-12-21 
15:03:25.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.texlive.new/texlive.changes     2013-02-07 
10:49:20.000000000 +0100
@@ -1,0 +2,6 @@
+Tue Feb  5 09:08:31 UTC 2013 - [email protected]
+
+- Work around missing support of %posttrans scriptlets in libzypp
+  due missing rpm option for not to execute those scriptlets (bnc#773575)
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ texlive.spec ++++++
--- /var/tmp/diff_new_pack.oVwEVL/_old  2013-02-07 10:49:27.000000000 +0100
+++ /var/tmp/diff_new_pack.oVwEVL/_new  2013-02-07 10:49:27.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package texlive
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -18,7 +18,7 @@
 
 %define texlive_version 2012
 %define texlive_release 20120611
-%define texlive_noarch  59
+%define texlive_noarch  61
 %define texlive_source  texlive-20120611-source
 
 %define __perl_requires                %{nil}
@@ -2335,6 +2335,7 @@
     mkdir -p %{buildroot}%{_fontcache}/source
     mkdir -p %{buildroot}%{_fontcache}/tfm
     mkdir -p %{buildroot}%{_appdefdir}
+    mkdir -p %{buildroot}/var/adm/update-scripts
 
     pushd ${prefix}/bin/
        tar -cspSf - . | tar -xvspSf - -C %{buildroot}%{_bindir}/
@@ -2477,6 +2478,9 @@
        ln -sf %{_libexecdir}/mktex/public %{buildroot}%{_bindir}/$mktex
     done
 
+    ln -sf %{_texmfmaindir}/texconfig/zypper.py \
+       %{buildroot}/var/adm/update-scripts/%{name}-%{version}-%{release}-zypper
+
 %if %{defined verify_permissions}
 %verifyscript kpathsea-bin
 %verify_permissions -e %{_libexecdir}/mktex/public
@@ -2503,6 +2507,7 @@
 fi
 
 %posttrans
+test -z "$ZYPP_IS_RUNNING" || exit 0
 VERBOSE=false %{_texmfmaindir}/texconfig/update || :
 
 %post   -n libkpathsea6 -p /sbin/ldconfig
@@ -2521,6 +2526,7 @@
 #%verify(link) %{_texmfmaindir}/web2c/fmtutil.cnf
 #%verify(link) %{_texmfmaindir}/web2c/texmf.cnf
 %{_mandir}/man8/public.*
+%verify(link) /var/adm/update-scripts/%{name}-%{version}-%{release}-zypper
 
 %files a2ping-bin
 %defattr(-,root,root,755)



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

Reply via email to