Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package vim for openSUSE:Factory checked in 
at 2022-04-22 21:53:07
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/vim (Old)
 and      /work/SRC/openSUSE:Factory/.vim.new.1538 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "vim"

Fri Apr 22 21:53:07 2022 rev:307 rq:971085 version:8.2.4745

Changes:
--------
--- /work/SRC/openSUSE:Factory/vim/vim.changes  2022-04-16 00:14:21.857658317 
+0200
+++ /work/SRC/openSUSE:Factory/.vim.new.1538/vim.changes        2022-04-22 
21:53:43.758770106 +0200
@@ -1,0 +2,5 @@
+Tue Apr 19 21:19:35 UTC 2022 - Dirk M??ller <dmuel...@suse.com>
+
+- skip empty post/postun on gvim for SLE15+ 
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ vim.spec ++++++
--- /var/tmp/diff_new_pack.hCde87/_old  2022-04-22 21:53:45.026771551 +0200
+++ /var/tmp/diff_new_pack.hCde87/_new  2022-04-22 21:53:45.034771560 +0200
@@ -505,11 +505,14 @@
     %{_sbindir}/update-alternatives --remove vim %{_bindir}/vim-small
 fi
 
+%if 0%{?suse_version} <= 1315
 %post -n gvim
 %icon_theme_cache_post
 
 %postun -n gvim
 %icon_theme_cache_postun
+%endif
+
 %else
 
 # without libalternatives
@@ -527,14 +530,17 @@
 %{_sbindir}/update-alternatives \
  --install %{_bindir}/vim vim %{_bindir}/gvim 30 \
  --slave %{_bindir}/vi vi %{_bindir}/gvim
-
+%if 0%{?suse_version} <= 1315
 %icon_theme_cache_post
+%endif
 
 %postun -n gvim
 if [ ! -e %{_bindir}/gvim ] ; then
   %{_sbindir}/update-alternatives --remove vim %{_bindir}/gvim
 fi
+%if 0%{?suse_version} <= 1315
 %icon_theme_cache_postun
+%endif
 
 %post small
 %{_sbindir}/update-alternatives \

Reply via email to