Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package Ipopt for openSUSE:Factory checked in at 2024-04-15 20:17:27 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/Ipopt (Old) and /work/SRC/openSUSE:Factory/.Ipopt.new.26366 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "Ipopt" Mon Apr 15 20:17:27 2024 rev:21 rq:1167665 version:3.14.15 Changes: -------- --- /work/SRC/openSUSE:Factory/Ipopt/Ipopt.changes 2024-01-25 18:41:13.798709981 +0100 +++ /work/SRC/openSUSE:Factory/.Ipopt.new.26366/Ipopt.changes 2024-04-15 20:23:46.700372609 +0200 @@ -1,0 +2,9 @@ +Wed Apr 10 14:14:20 UTC 2024 - Atri Bhattacharya <[email protected]> + +- Update to version 3.14.15: + * Fixed include guard of IpGenAugSystemSolver.hpp + [gh#coin-or/Ipopt#756]. + * Improved finding dependencies of linear solver libraries + loaded at runtime on Windows [gh#coin-or/Ipopt#755]. + +------------------------------------------------------------------- Old: ---- Ipopt-3.14.14.tar.gz New: ---- Ipopt-3.14.15.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ Ipopt.spec ++++++ --- /var/tmp/diff_new_pack.qOUxRP/_old 2024-04-15 20:23:47.136388661 +0200 +++ /var/tmp/diff_new_pack.qOUxRP/_new 2024-04-15 20:23:47.136388661 +0200 @@ -19,7 +19,7 @@ %define sover 3 %define shlib libipopt%{sover} Name: Ipopt -Version: 3.14.14 +Version: 3.14.15 Release: 0 Summary: A software package for large-scale nonlinear optimization methods License: EPL-2.0 ++++++ Ipopt-3.14.14.tar.gz -> Ipopt-3.14.15.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Ipopt-releases-3.14.14/ChangeLog.md new/Ipopt-releases-3.14.15/ChangeLog.md --- old/Ipopt-releases-3.14.14/ChangeLog.md 2024-01-18 04:56:59.000000000 +0100 +++ new/Ipopt-releases-3.14.15/ChangeLog.md 2024-04-10 14:43:36.000000000 +0200 @@ -7,6 +7,12 @@ ## 3.14 +### 3.14.15 (2024-04-10) + +- Fixed include guard of IpGenAugSystemSolver.hpp [#756, by Christopher Wellons]. +- Improved finding dependencies of linear solver libraries loaded at runtime on Windows + [#755, by Yue Yang]. + ### 3.14.14 (2024-01-18) - Fixed build of MA57 interface when `FUNNY_MA57_FINT` is defined (MA57 with long integers). diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Ipopt-releases-3.14.14/configure new/Ipopt-releases-3.14.15/configure --- old/Ipopt-releases-3.14.14/configure 2024-01-18 04:56:59.000000000 +0100 +++ new/Ipopt-releases-3.14.15/configure 2024-04-10 14:43:36.000000000 +0200 @@ -1,6 +1,6 @@ #! /bin/sh # Guess values for system-dependent variables and create Makefiles. -# Generated by GNU Autoconf 2.71 for Ipopt 3.14.14. +# Generated by GNU Autoconf 2.71 for Ipopt 3.14.15. # # Report bugs to <https://github.com/coin-or/Ipopt/issues/new>. # @@ -627,8 +627,8 @@ # Identity of this package. PACKAGE_NAME='Ipopt' PACKAGE_TARNAME='ipopt' -PACKAGE_VERSION='3.14.14' -PACKAGE_STRING='Ipopt 3.14.14' +PACKAGE_VERSION='3.14.15' +PACKAGE_STRING='Ipopt 3.14.15' PACKAGE_BUGREPORT='https://github.com/coin-or/Ipopt/issues/new' PACKAGE_URL='https://github.com/coin-or/Ipopt' @@ -1499,7 +1499,7 @@ # Omit some internal or obsolete options to make the list less imposing. # This message is too long to be a string in the A/UX 3.1 sh. cat <<_ACEOF -\`configure' configures Ipopt 3.14.14 to adapt to many kinds of systems. +\`configure' configures Ipopt 3.14.15 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -1570,7 +1570,7 @@ if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of Ipopt 3.14.14:";; + short | recursive ) echo "Configuration of Ipopt 3.14.15:";; esac cat <<\_ACEOF @@ -1773,7 +1773,7 @@ test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF -Ipopt configure 3.14.14 +Ipopt configure 3.14.15 generated by GNU Autoconf 2.71 Copyright (C) 2021 Free Software Foundation, Inc. @@ -2658,7 +2658,7 @@ This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. -It was created by Ipopt $as_me 3.14.14, which was +It was created by Ipopt $as_me 3.14.15, which was generated by GNU Autoconf 2.71. Invocation command line was $ $0$ac_configure_args_raw @@ -4279,7 +4279,7 @@ -printf "%s\n" "#define IPOPT_VERSION \"3.14.14\"" >>confdefs.h +printf "%s\n" "#define IPOPT_VERSION \"3.14.15\"" >>confdefs.h printf "%s\n" "#define IPOPT_VERSION_MAJOR 3" >>confdefs.h @@ -4288,7 +4288,7 @@ printf "%s\n" "#define IPOPT_VERSION_MINOR 14" >>confdefs.h -printf "%s\n" "#define IPOPT_VERSION_RELEASE 14" >>confdefs.h +printf "%s\n" "#define IPOPT_VERSION_RELEASE 15" >>confdefs.h @@ -4399,7 +4399,7 @@ # Define the identity of the package. PACKAGE='ipopt' - VERSION='3.14.14' + VERSION='3.14.15' # Some tools Automake needs. @@ -22297,9 +22297,9 @@ - LT_LDFLAGS="$LT_LDFLAGS -version-number 3:14:14" - { printf "%s\n" "$as_me:${as_lineno-$LINENO}: libtool version info: -version-number 3:14:14" >&5 -printf "%s\n" "$as_me: libtool version info: -version-number 3:14:14" >&6;} + LT_LDFLAGS="$LT_LDFLAGS -version-number 3:14:15" + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: libtool version info: -version-number 3:14:15" >&5 +printf "%s\n" "$as_me: libtool version info: -version-number 3:14:15" >&6;} LT_LDFLAGS="$LT_LDFLAGS -no-undefined" @@ -27980,7 +27980,7 @@ # report actual input values of CONFIG_FILES etc. instead of their # values after options handling. ac_log=" -This file was extended by Ipopt $as_me 3.14.14, which was +This file was extended by Ipopt $as_me 3.14.15, which was generated by GNU Autoconf 2.71. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -28053,7 +28053,7 @@ cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 ac_cs_config='$ac_cs_config_escaped' ac_cs_version="\\ -Ipopt config.status 3.14.14 +Ipopt config.status 3.14.15 configured by $0, generated by GNU Autoconf 2.71, with options \\"\$ac_cs_config\\" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Ipopt-releases-3.14.14/configure.ac new/Ipopt-releases-3.14.15/configure.ac --- old/Ipopt-releases-3.14.14/configure.ac 2024-01-18 04:56:59.000000000 +0100 +++ new/Ipopt-releases-3.14.15/configure.ac 2024-04-10 14:43:36.000000000 +0200 @@ -8,7 +8,7 @@ # Names and other basic things # ############################################################################# -AC_INIT([Ipopt],[3.14.14],[https://github.com/coin-or/Ipopt/issues/new],[],[https://github.com/coin-or/Ipopt]) +AC_INIT([Ipopt],[3.14.15],[https://github.com/coin-or/Ipopt/issues/new],[],[https://github.com/coin-or/Ipopt]) AC_COPYRIGHT([ Copyright 2004, 2011 International Business Machines and others. diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Ipopt-releases-3.14.14/src/Algorithm/IpGenAugSystemSolver.hpp new/Ipopt-releases-3.14.15/src/Algorithm/IpGenAugSystemSolver.hpp --- old/Ipopt-releases-3.14.14/src/Algorithm/IpGenAugSystemSolver.hpp 2024-01-18 04:56:59.000000000 +0100 +++ new/Ipopt-releases-3.14.15/src/Algorithm/IpGenAugSystemSolver.hpp 2024-04-10 14:43:36.000000000 +0200 @@ -4,8 +4,8 @@ // // Authors: Andreas Waechter IBM 2007-03-01 -#ifndef __IP_STDAUGSYSTEMSOLVER_HPP__ -#define __IP_STDAUGSYSTEMSOLVER_HPP__ +#ifndef __IP_GENAUGSYSTEMSOLVER_HPP__ +#define __IP_GENAUGSYSTEMSOLVER_HPP__ #include "IpAugSystemSolver.hpp" #include "IpGenKKTSolverInterface.hpp" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Ipopt-releases-3.14.14/src/Common/IpLibraryLoader.cpp new/Ipopt-releases-3.14.15/src/Common/IpLibraryLoader.cpp --- old/Ipopt-releases-3.14.14/src/Common/IpLibraryLoader.cpp 2024-01-18 04:56:59.000000000 +0100 +++ new/Ipopt-releases-3.14.15/src/Common/IpLibraryLoader.cpp 2024-04-10 14:43:36.000000000 +0200 @@ -50,7 +50,8 @@ } #ifdef HAVE_WINDOWS_H - libhandle = (void*)LoadLibrary(libname.c_str()); + libhandle = (void*)LoadLibraryExA(libname.c_str(), NULL, LOAD_LIBRARY_SEARCH_DEFAULT_DIRS | LOAD_LIBRARY_SEARCH_DLL_LOAD_DIR); + if( libhandle == NULL ) { std::stringstream s; diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Ipopt-releases-3.14.14/src/Common/config_ipopt_default.h new/Ipopt-releases-3.14.15/src/Common/config_ipopt_default.h --- old/Ipopt-releases-3.14.14/src/Common/config_ipopt_default.h 2024-01-18 04:56:59.000000000 +0100 +++ new/Ipopt-releases-3.14.15/src/Common/config_ipopt_default.h 2024-04-10 14:43:36.000000000 +0200 @@ -5,7 +5,7 @@ /***************************************************************************/ /* Version number of project */ -#define IPOPT_VERSION "3.14.14" +#define IPOPT_VERSION "3.14.15" /* Major Version number of project */ #define IPOPT_VERSION_MAJOR 3 @@ -14,7 +14,7 @@ #define IPOPT_VERSION_MINOR 14 /* Release Version number of project */ -#define IPOPT_VERSION_RELEASE 14 +#define IPOPT_VERSION_RELEASE 15 /* Define to the C type corresponding to Fortran INTEGER * @deprecated Use ipindex instead.
