Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package nlopt for openSUSE:Factory checked in at 2024-11-18 20:01:42 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/nlopt (Old) and /work/SRC/openSUSE:Factory/.nlopt.new.2017 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "nlopt" Mon Nov 18 20:01:42 2024 rev:20 rq:1224744 version:2.9.0 Changes: -------- --- /work/SRC/openSUSE:Factory/nlopt/nlopt.changes 2024-08-18 18:20:32.099583136 +0200 +++ /work/SRC/openSUSE:Factory/.nlopt.new.2017/nlopt.changes 2024-11-18 20:02:40.204795248 +0100 @@ -1,0 +2,23 @@ +Sun Nov 17 17:51:14 UTC 2024 - Atri Bhattacharya <[email protected]> + +- Fix %requires_eq usage for "pkgconfig(octave)". + +------------------------------------------------------------------- +Thu Nov 14 20:52:38 UTC 2024 - Atri Bhattacharya <[email protected]> + +- Update to version 2.9.0: + * New NLOPT_LUKSAN cmake option to build without Luksan LGPL + code (gh#stevengj/nlopt#568). + * Dropped unused LD_LBFGS_NOCEDAL enum value. + * Python 3.13 support (gh#stevengj/nlopt#565). + * Fixed COBYLA not returning the optimum (gh#stevengj/nlopt#57) + * Fixed SLSQP returning infeasible optimum + (gh#stevengj/nlopt#368) + * Fixed STOGO not registering new optimum + (gh#stevengj/nlopt#504) + * Various minor bugfixes (gh#stevengj/nlopt#570, + gh#stevengj/nlopt#563, gh#stevengj/nlopt#379, + gh#stevengj/nlopt#511) +- Update License to LGPL-2.1-or-later in keeping with upstream. + +------------------------------------------------------------------- Old: ---- nlopt-2.8.0.tar.gz New: ---- nlopt-2.9.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ nlopt.spec ++++++ --- /var/tmp/diff_new_pack.LWVpJh/_old 2024-11-18 20:02:40.916825029 +0100 +++ /var/tmp/diff_new_pack.LWVpJh/_new 2024-11-18 20:02:40.924825364 +0100 @@ -28,10 +28,10 @@ %define pname nlopt Name: nlopt%{?psuffix} -Version: 2.8.0 +Version: 2.9.0 Release: 0 Summary: A library for nonlinear optimization -License: LGPL-2.0-only +License: LGPL-2.1-or-later Group: Development/Libraries/C and C++ URL: https://nlopt.readthedocs.io/en/latest/ Source0: https://github.com/stevengj/nlopt/archive/v%{version}.tar.gz#/%{pname}-%{version}.tar.gz @@ -73,6 +73,7 @@ The %{pname}-devel package contains libraries and header files for developing applications that use NLopt. +%if %{with bindings} %package -n octave-nlopt_optimize Summary: Octave interface to nonlinear optimization libray Group: Productivity/Scientific/Math @@ -85,6 +86,7 @@ implementations of various other algorithms. This package contains the Octave interface for NLopt. +%endif %prep %autosetup -p1 -n %{pname}-%{version} @@ -177,6 +179,7 @@ %if %{with bindings} %files %{python_files} %license COPYING +%{python_sitearch}/nlopt-%{version}*.*-info/ %{python_sitearch}/nlopt.py %{python_sitearch}/*.so ++++++ nlopt-2.8.0.tar.gz -> nlopt-2.9.0.tar.gz ++++++ ++++ 3572 lines of diff (skipped)
