Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package Ipopt for openSUSE:Factory checked in at 2022-02-21 17:46:22 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/Ipopt (Old) and /work/SRC/openSUSE:Factory/.Ipopt.new.1958 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "Ipopt" Mon Feb 21 17:46:22 2022 rev:12 rq:956098 version:3.14.5 Changes: -------- --- /work/SRC/openSUSE:Factory/Ipopt/Ipopt.changes 2022-02-19 19:21:36.357214504 +0100 +++ /work/SRC/openSUSE:Factory/.Ipopt.new.1958/Ipopt.changes 2022-02-21 17:47:21.555607585 +0100 @@ -1,0 +2,7 @@ +Sun Feb 20 01:17:40 UTC 2022 - Atri Bhattacharya <[email protected]> + +- Drop the incorrect Provides: libipopt0 on libipopt3. +- Make so version inaccuracies harder to miss by making file list + more explicit on the versioning. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ Ipopt.spec ++++++ --- /var/tmp/diff_new_pack.A0aE25/_old 2022-02-21 17:47:21.995607716 +0100 +++ /var/tmp/diff_new_pack.A0aE25/_new 2022-02-21 17:47:22.003607719 +0100 @@ -16,7 +16,8 @@ # -%define shlib libipopt3 +%define sover 3 +%define shlib libipopt%{sover} Name: Ipopt Version: 3.14.5 Release: 0 @@ -51,9 +52,8 @@ %package -n %{shlib} Summary: A software package for large-scale nonlinear optimization methods Group: System/Libraries -# Previously the shlib was incorrectly named, hence the Obsoletes/Provides +# Previously the shlib was incorrectly named, hence the Obsoletes Obsoletes: libipopt0 < %{version} -Provides: libipopt0 = %{version} %description -n %{shlib} Ipopt (Interior Point OPTimizer, pronounced eye-pea-Opt) is a software @@ -109,7 +109,7 @@ %postun -n %{shlib} -p /sbin/ldconfig %files -n %{shlib} -%{_libdir}/*.so.* +%{_libdir}/*.so.%{sover}* %files devel %doc README.md AUTHORS ChangeLog.md
