Hello community,

here is the log from the commit of package emacs for openSUSE:Factory checked 
in at 2020-04-25 20:11:41
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/emacs (Old)
 and      /work/SRC/openSUSE:Factory/.emacs.new.2738 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "emacs"

Sat Apr 25 20:11:41 2020 rev:146 rq:795925 version:26.3

Changes:
--------
--- /work/SRC/openSUSE:Factory/emacs/emacs.changes      2020-01-30 
09:36:57.153347275 +0100
+++ /work/SRC/openSUSE:Factory/.emacs.new.2738/emacs.changes    2020-04-25 
20:12:08.964020942 +0200
@@ -1,0 +2,14 @@
+Fri Apr 10 08:19:29 UTC 2020 - Dominique Leuenberger <[email protected]>
+
+- Fixup the fix for boo#1152105: don't hard require(preun/post)
+  /sbin/install-info, but relay again on %install_info_prereq
+  macro. But limit this and the info packages preun/post script
+  to suse_version <= 1500. Later versions use file triggers for
+  info pages.
+
+-------------------------------------------------------------------
+Thu Apr  2 16:32:53 UTC 2020 - Dr. Werner Fink <[email protected]>
+
+- Let it build even with the fix for boo#1152105 
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ emacs.spec ++++++
--- /var/tmp/diff_new_pack.CGZUT5/_old  2020-04-25 20:12:11.576026327 +0200
+++ /var/tmp/diff_new_pack.CGZUT5/_new  2020-04-25 20:12:11.580026335 +0200
@@ -219,8 +219,10 @@
 %package     -n emacs-info
 Summary:        Info files for GNU Emacs
 Group:          Productivity/Text/Editors
+%if 0%{?suse_version} <= 1500
 Requires(post): %install_info_prereq
 Requires(preun): %install_info_prereq
+%endif
 BuildArch:      noarch
 
 %description -n emacs-info
@@ -645,6 +647,7 @@
   cd $owd
 fi
 
+%if 0%{?suse_version} <= 1500
 %post info
 for f in %info_files; do
   test "$f" = "info.info" && continue
@@ -658,6 +661,7 @@
   test -e "$f" || f="${f}.info"
   %install_info_delete --info-dir=%{_infodir} "%{_infodir}/$f.gz"
 done
+%endif
 
 %post -n etags
 test -L %{_bindir}/ctags || rm -f %{_bindir}/ctags


Reply via email to