Hello community, here is the log from the commit of package mpfr for openSUSE:Factory checked in at 2018-05-22 16:57:57 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/mpfr (Old) and /work/SRC/openSUSE:Factory/.mpfr.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "mpfr" Tue May 22 16:57:57 2018 rev:49 rq:610003 version:4.0.1 Changes: -------- --- /work/SRC/openSUSE:Factory/mpfr/mpfr.changes 2018-05-07 14:52:04.833031778 +0200 +++ /work/SRC/openSUSE:Factory/.mpfr.new/mpfr.changes 2018-05-22 16:57:57.508966315 +0200 @@ -1,0 +2,7 @@ +Thu May 17 06:37:28 UTC 2018 - [email protected] + +- Fix %install_info_delete usage: + * It has to be performed in %preun not in %postun. + * See https://en.opensuse.org/openSUSE:Packaging_Conventions_RPM_Macros#.25install_info_delete. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ mpfr.spec ++++++ --- /var/tmp/diff_new_pack.aZIZap/_old 2018-05-22 16:57:58.028947397 +0200 +++ /var/tmp/diff_new_pack.aZIZap/_new 2018-05-22 16:57:58.032947251 +0200 @@ -56,7 +56,8 @@ Group: Development/Libraries/C and C++ Requires: gmp-devel Requires: libmpfr6 = %{version} -Requires(pre): %{install_info_prereq} +Requires(post): %{install_info_prereq} +Requires(preun): %{install_info_prereq} %description devel Development files for the GNU multiple-precision floating-point library. @@ -92,10 +93,11 @@ %post devel %install_info --info-dir=%{_infodir} %{_infodir}/%{name}.info.gz -%postun -n libmpfr6 -p /sbin/ldconfig -%postun devel +%preun devel %install_info_delete --info-dir=%{_infodir} %{_infodir}/%{name}.info.gz +%postun -n libmpfr6 -p /sbin/ldconfig + %files -n libmpfr6 %{_libdir}/libmpfr.so.6*
