Hello community,

here is the log from the commit of package iksemel for openSUSE:Factory checked 
in at 2015-02-22 17:25:56
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/iksemel (Old)
 and      /work/SRC/openSUSE:Factory/.iksemel.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "iksemel"

Changes:
--------
--- /work/SRC/openSUSE:Factory/iksemel/iksemel.changes  2012-06-01 
07:20:21.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.iksemel.new/iksemel.changes     2015-02-22 
17:25:57.000000000 +0100
@@ -1,0 +2,9 @@
+Wed Feb 18 14:40:02 UTC 2015 - [email protected]
+
+- Fix references to the info files in rpm scriptlets: the file
+  installed is called iksemel.gz, NOT iksemel.info.gz (info still
+  finds this file).
+- Move install_info_delete from postun to preun: the file should
+  be present during removal, so it can be parsed.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ iksemel.spec ++++++
--- /var/tmp/diff_new_pack.L03Rn5/_old  2015-02-22 17:25:58.000000000 +0100
+++ /var/tmp/diff_new_pack.L03Rn5/_new  2015-02-22 17:25:58.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package iksemel
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -73,10 +73,10 @@
 find "%buildroot" -type f -name "*.la" -delete
 
 %post
-%install_info --info-dir=%_infodir %_infodir/%name.info.gz
+%install_info --info-dir=%_infodir %_infodir/%name.gz
 
-%postun
-%install_info_delete --info-dir=%_infodir %_infodir/%name.info.gz
+%preun
+%install_info_delete --info-dir=%_infodir %_infodir/%name.gz
 
 %post -n %lname -p /sbin/ldconfig
 
@@ -85,7 +85,7 @@
 %files
 %defattr(-,root,root)
 %doc AUTHORS ChangeLog COPYING INSTALL NEWS README TODO
-%_infodir/iksemel*
+%_infodir/iksemel.gz
 %_bindir/ikslint
 %_bindir/iksperf
 %_bindir/iksroster

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

Reply via email to