Hello community,

here is the log from the commit of package bison for openSUSE:Factory checked 
in at 2015-09-08 17:36:05
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/bison (Old)
 and      /work/SRC/openSUSE:Factory/.bison.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "bison"

Changes:
--------
--- /work/SRC/openSUSE:Factory/bison/bison.changes      2015-02-27 
10:56:09.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.bison.new/bison.changes 2015-09-08 
17:36:07.000000000 +0200
@@ -1,0 +2,7 @@
+Tue Sep  1 14:24:58 UTC 2015 - tchva...@suse.com
+
+- Set the installinfo in preun rather than postun to avoid ugly
+  warning about file not being present.
+- Remove the Obsolete for old ppc64 support that won't get triggered
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ bison.spec ++++++
--- /var/tmp/diff_new_pack.JkrZYz/_old  2015-09-08 17:37:33.000000000 +0200
+++ /var/tmp/diff_new_pack.JkrZYz/_new  2015-09-08 17:37:33.000000000 +0200
@@ -31,13 +31,10 @@
 BuildRequires:  gcc-c++
 BuildRequires:  xz
 Requires:       m4
-Requires(pre):  %{install_info_prereq}
+Requires(post):  %{install_info_prereq}
+Requires(preun): %{install_info_prereq}
 Recommends:     %{name}-lang
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
-# bug437293
-%ifarch ppc64
-Obsoletes:      bison-64bit
-%endif
 
 %description
 Bison is a parser generator similar to yacc(1).
@@ -82,7 +79,7 @@
 %post
 %install_info --info-dir=%{_infodir} %{_infodir}/%{name}.info.gz
 
-%postun
+%preun
 %install_info_delete --info-dir=%{_infodir} %{_infodir}/%{name}.info.gz
 
 %changelog




Reply via email to