Hello community,

here is the log from the commit of package emacs for openSUSE:Factory checked 
in at 2015-03-16 06:59:24
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/emacs (Old)
 and      /work/SRC/openSUSE:Factory/.emacs.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "emacs"

Changes:
--------
--- /work/SRC/openSUSE:Factory/emacs/emacs.changes      2015-03-03 
11:11:44.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.emacs.new/emacs.changes 2015-03-16 
06:59:25.000000000 +0100
@@ -1,0 +2,5 @@
+Thu Mar 12 10:58:34 UTC 2015 - [email protected]
+
+- Move deinstall of info files from %postun to %preun (boo#921948)
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ emacs.spec ++++++
--- /var/tmp/diff_new_pack.bWmnC1/_old  2015-03-16 06:59:27.000000000 +0100
+++ /var/tmp/diff_new_pack.bWmnC1/_new  2015-03-16 06:59:27.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package emacs
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 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
@@ -185,7 +185,7 @@
 Summary:        Info files for GNU Emacs
 Group:          Productivity/Editors/Emacs
 Requires(post): %install_info_prereq
-Requires(postun): %install_info_prereq
+Requires(preun): %install_info_prereq
 %if 0%{?suse_version} >= 1120
 BuildArch:      noarch
 %endif
@@ -607,7 +607,7 @@
   %install_info --info-dir=%{_infodir} "%{_infodir}/$f.gz"
 done
 
-%postun info
+%preun info
 for f in %info_files; do
   test -e "$f" || f="${f}.info"
   %install_info_delete --info-dir=%{_infodir} "%{_infodir}/$f.gz"

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

Reply via email to