Hello community,

here is the log from the commit of package libtool for openSUSE:Factory checked 
in at 2016-03-26 15:07:31
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libtool (Old)
 and      /work/SRC/openSUSE:Factory/.libtool.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libtool"

Changes:
--------
--- /work/SRC/openSUSE:Factory/libtool/libtool-testsuite.changes        
2015-09-19 06:51:49.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.libtool.new/libtool-testsuite.changes   
2016-03-26 15:07:32.000000000 +0100
@@ -1,0 +2,6 @@
+Wed Mar 16 15:29:34 UTC 2016 - [email protected]
+
+- Fix install_info_{install,delete} usage: install-info does not
+  allow file globbing.
+
+-------------------------------------------------------------------
libtool.changes: same change

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

Other differences:
------------------
++++++ libtool-testsuite.spec ++++++
--- /var/tmp/diff_new_pack.27qEQO/_old  2016-03-26 15:07:35.000000000 +0100
+++ /var/tmp/diff_new_pack.27qEQO/_new  2016-03-26 15:07:35.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libtool-testsuite
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 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
@@ -92,9 +92,13 @@
 
 %post
 %install_info --info-dir=%{_infodir} %{_infodir}/libtool.info.gz
+%install_info --info-dir=%{_infodir} %{_infodir}/libtool.info-1.gz
+%install_info --info-dir=%{_infodir} %{_infodir}/libtool.info-2.gz
 
 %preun
-%install_info_delete --info-dir=%{_infodir} %{_infodir}/libtool.info*.gz
+%install_info_delete --info-dir=%{_infodir} %{_infodir}/libtool.info.gz
+%install_info_delete --info-dir=%{_infodir} %{_infodir}/libtool.info-1.gz
+%install_info_delete --info-dir=%{_infodir} %{_infodir}/libtool.info-2.gz
 
 %post -n libltdl7 -p /sbin/ldconfig
 

++++++ libtool.spec ++++++
--- /var/tmp/diff_new_pack.27qEQO/_old  2016-03-26 15:07:35.000000000 +0100
+++ /var/tmp/diff_new_pack.27qEQO/_new  2016-03-26 15:07:35.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libtool
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 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
@@ -92,9 +92,13 @@
 
 %post
 %install_info --info-dir=%{_infodir} %{_infodir}/libtool.info.gz
+%install_info --info-dir=%{_infodir} %{_infodir}/libtool.info-1.gz
+%install_info --info-dir=%{_infodir} %{_infodir}/libtool.info-2.gz
 
 %preun
-%install_info_delete --info-dir=%{_infodir} %{_infodir}/libtool.info*.gz
+%install_info_delete --info-dir=%{_infodir} %{_infodir}/libtool.info.gz
+%install_info_delete --info-dir=%{_infodir} %{_infodir}/libtool.info-1.gz
+%install_info_delete --info-dir=%{_infodir} %{_infodir}/libtool.info-2.gz
 
 %post -n libltdl7 -p /sbin/ldconfig
 




Reply via email to