Hello community,

here is the log from the commit of package octave for openSUSE:Factory checked 
in at 2016-10-20 23:09:28
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/octave (Old)
 and      /work/SRC/openSUSE:Factory/.octave.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "octave"

Changes:
--------
--- /work/SRC/openSUSE:Factory/octave/octave.changes    2016-10-02 
00:09:22.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.octave.new/octave.changes       2016-10-20 
23:09:59.000000000 +0200
@@ -1,0 +2,9 @@
+Tue Oct 18 13:25:54 UTC 2016 - badshah...@gmail.com
+
+- Run %desktop_database_post(un) and %icon_theme_cache_post(un)
+  for %post(un) to update the icon theme cache (required whenever
+  application installs icons to the hicolor icon dir) and desktop
+  database (required whenever application installs a .desktop
+  file) when building with GUI enabled.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ octave.spec ++++++
--- /var/tmp/diff_new_pack.yqFV1G/_old  2016-10-20 23:10:00.000000000 +0200
+++ /var/tmp/diff_new_pack.yqFV1G/_new  2016-10-20 23:10:00.000000000 +0200
@@ -279,6 +279,10 @@
 %post
 %{_sbindir}/update-alternatives --install %{_bindir}/%{name}-%{src_ver} 
%{name} %{_bindir}/%{name}-gui-%{src_ver} 50
 /sbin/ldconfig
+%if 0%{?with_gui}
+%desktop_database_post
+%icon_theme_cache_post
+%endif
 
 %posttrans
 if [ "$1" = 0 ] ; then
@@ -294,6 +298,10 @@
 
 %postun
 /sbin/ldconfig
+%if 0%{?with_gui}
+%desktop_database_postun
+%icon_theme_cache_postun
+%endif
 
 %post cli
 %{_sbindir}/update-alternatives --install %{_bindir}/%{name}-%{src_ver} 
%{name} %{_bindir}/%{name}-cli-%{src_ver} 20


Reply via email to