Hello community,

here is the log from the commit of package blender for openSUSE:Factory checked 
in at 2016-11-14 20:15:26
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/blender (Old)
 and      /work/SRC/openSUSE:Factory/.blender.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "blender"

Changes:
--------
--- /work/SRC/openSUSE:Factory/blender/blender.changes  2016-11-02 
12:48:29.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.blender.new/blender.changes     2016-11-14 
20:15:29.000000000 +0100
@@ -1,0 +2,5 @@
+Sun Nov 13 07:20:05 UTC 2016 - [email protected]
+
+- Use %mime_database_post macro instead of calling direct.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ blender.spec ++++++
--- /var/tmp/diff_new_pack.iVPImx/_old  2016-11-14 20:15:33.000000000 +0100
+++ /var/tmp/diff_new_pack.iVPImx/_new  2016-11-14 20:15:33.000000000 +0100
@@ -402,13 +402,13 @@
 find . -name blender-softwaregl -print -exec cp -v {} %{buildroot}%{_bindir}/ 
\;
 
 %post
-update-desktop-database >/dev/null 2>&1 ||:
-update-mime-database %{_datadir}/mime >/dev/null 2>&1 ||:
+%mime_database_post
+%desktop_database_post
 touch --no-create %{_datadir}/icons/hicolor >/dev/null 2>&1 ||:
 
 %postun
-update-desktop-database >/dev/null 2>&1 ||:
-update-mime-database %{_datadir}/mime >/dev/null 2>&1 ||:
+%mime_database_postun
+%desktop_database_postun
 if [ $1 -eq 0 ] ; then
     touch --no-create %{_datadir}/icons/hicolor >/dev/null 2>&1 ||:
     gtk-update-icon-cache %{_datadir}/icons/hicolor >/dev/null 2>&1 ||:



Reply via email to