Hello community,

here is the log from the commit of package nlopt for openSUSE:Factory checked 
in at 2020-12-02 13:59:20
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/nlopt (Old)
 and      /work/SRC/openSUSE:Factory/.nlopt.new.5913 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "nlopt"

Wed Dec  2 13:59:20 2020 rev:15 rq:852549 version:2.7.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/nlopt/nlopt.changes      2020-04-28 
22:33:00.105824442 +0200
+++ /work/SRC/openSUSE:Factory/.nlopt.new.5913/nlopt.changes    2020-12-02 
13:59:21.305872817 +0100
@@ -1,0 +2,14 @@
+Sun Nov 29 16:48:25 UTC 2020 - Atri Bhattacharya <badshah...@gmail.com>
+
+- Update to version 2.7.0:
+  * New nlopt_set_param API for setting internal algorithm
+    parameters (gh#stevengj/nlopt#365).
+  * Avoid library-symbol conflicts (gh#stevengj/nlopt#355,
+    gh#stevengj/nlopt#361)
+- Run tests using ctest as part of %check section.
+- Handle erroneous RPATH in openSUSE:Leap:15.2's %cmake macro by
+  explicitly setting CMAKE_SKIP_RPATH to OFF and
+  CMAKE_SKIP_INSTALL_RPATH to ON; while only required for 15.2,
+  setting these for all versions doesn't hurt.
+
+-------------------------------------------------------------------

Old:
----
  nlopt-2.6.2.tar.gz

New:
----
  nlopt-2.7.0.tar.gz

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

Other differences:
------------------
++++++ nlopt.spec ++++++
--- /var/tmp/diff_new_pack.6gqjZe/_old  2020-12-02 13:59:21.917873462 +0100
+++ /var/tmp/diff_new_pack.6gqjZe/_new  2020-12-02 13:59:21.917873462 +0100
@@ -17,7 +17,7 @@
 
 
 Name:           nlopt
-Version:        2.6.2
+Version:        2.7.0
 Release:        0
 Summary:        A library for nonlinear optimization
 License:        LGPL-2.0-only
@@ -88,13 +88,19 @@
 %autosetup -p1
 
 %build
-%cmake -DNLOPT_MATLAB=OFF
+%cmake \
+   -DCMAKE_SKIP_RPATH:BOOL=OFF \
+   -DCMAKE_SKIP_INSTALL_RPATH:BOOL=ON \
+   -DNLOPT_MATLAB=OFF
 %cmake_build
 
 %install
 %cmake_install
 %fdupes %{buildroot}%{py_sitedir}
 
+%check
+%ctest
+
 %post -n lib%{name}0 -p /sbin/ldconfig
 %postun -n lib%{name}0 -p /sbin/ldconfig
 

++++++ nlopt-2.6.2.tar.gz -> nlopt-2.7.0.tar.gz ++++++
++++ 3904 lines of diff (skipped)
_______________________________________________
openSUSE Commits mailing list -- commit@lists.opensuse.org
To unsubscribe, email commit-le...@lists.opensuse.org
List Netiquette: https://en.opensuse.org/openSUSE:Mailing_list_netiquette
List Archives: 
https://lists.opensuse.org/archives/list/commit@lists.opensuse.org

Reply via email to