commit nlopt for openSUSE:Leap:15.2

2020-05-01 Thread root
Hello community,

here is the log from the commit of package nlopt for openSUSE:Leap:15.2 checked 
in at 2020-05-01 15:08:25

Comparing /work/SRC/openSUSE:Leap:15.2/nlopt (Old)
 and  /work/SRC/openSUSE:Leap:15.2/.nlopt.new.2738 (New)


Package is "nlopt"

Fri May  1 15:08:25 2020 rev:14 rq:799493 version:2.6.2

Changes:

--- /work/SRC/openSUSE:Leap:15.2/nlopt/nlopt.changes2020-02-20 
00:08:44.064284324 +0100
+++ /work/SRC/openSUSE:Leap:15.2/.nlopt.new.2738/nlopt.changes  2020-05-01 
15:08:28.194717230 +0200
@@ -1,0 +2,12 @@
+Sun Apr 26 23:56:20 UTC 2020 - Atri Bhattacharya 
+
+- Update to verion 2.6.2:
+  * Fixed forced stop exception with dimension elimination
+(gh#stevengj/nlopt#317).
+  * Fixed get_initial_step wrapping (gh#stevengj/nlopt#319).
+  * Various build fixes (gh#stevengj/nlopt#314,
+gh#stevengj/nlopt#308, gh#stevengj/nlopt#303,
+gh#stevengj/nlopt#278).
+- Rename source tarball into %{name}-%{version} format. 
+
+---

Old:

  v2.6.1.tar.gz

New:

  nlopt-2.6.2.tar.gz



Other differences:
--
++ nlopt.spec ++
--- /var/tmp/diff_new_pack.cxVgog/_old  2020-05-01 15:08:28.786718516 +0200
+++ /var/tmp/diff_new_pack.cxVgog/_new  2020-05-01 15:08:28.786718516 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package nlopt
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -12,18 +12,18 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
 Name:   nlopt
-Version:2.6.1
+Version:2.6.2
 Release:0
 Summary:A library for nonlinear optimization
 License:LGPL-2.0-only
 Group:  Development/Libraries/C and C++
 URL:http://ab-initio.mit.edu/wiki/index.php/NLopt
-Source0:https://github.com/stevengj/nlopt/archive/v%{version}.tar.gz 
+Source0:
https://github.com/stevengj/nlopt/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
 
 BuildRequires:  cmake
 BuildRequires:  fdupes
 BuildRequires:  gcc-c++




commit nlopt for openSUSE:Leap:15.2

2020-02-19 Thread root
Hello community,

here is the log from the commit of package nlopt for openSUSE:Leap:15.2 checked 
in at 2020-02-20 00:08:42

Comparing /work/SRC/openSUSE:Leap:15.2/nlopt (Old)
 and  /work/SRC/openSUSE:Leap:15.2/.nlopt.new.26092 (New)


Package is "nlopt"

Thu Feb 20 00:08:42 2020 rev:13 rq:775643 version:2.6.1

Changes:

--- /work/SRC/openSUSE:Leap:15.2/nlopt/nlopt.changes2020-01-15 
15:33:42.598871829 +0100
+++ /work/SRC/openSUSE:Leap:15.2/.nlopt.new.26092/nlopt.changes 2020-02-20 
00:08:44.064284324 +0100
@@ -1,0 +2,26 @@
+Mon Apr 15 15:38:18 UTC 2019 - Atri Bhattacharya 
+
+- Update to version 2.6.1:
+  * Fix nlopt_version return value for 2.6.x and update soname and
+docs.
+- Changes from version 2.6.0:
+  * New set_upper_bound and set_lower_bound functions in the
+low-level C API to set one bound at a time
+(gh#stevengi/nlopt#257).
+  * There is no longer a separate libnlopt_cxx library — C++
+algorithms (stogo) are compiled and included by default
+(gh#stevengi/nlopt#198).
+  * Bug fixes:
+* gh#stevengi/nlopt#197
+* gh#stevengi/nlopt#216
+* gh#stevengi/nlopt#245
+* gh#stevengi/nlopt#250
+* gh#stevengi/nlopt#230
+* gh#stevengi/nlopt#261
+* gh#stevengi/nlopt#242
+* gh#stevengi/nlopt#258.
+- Drop patches incorporated upstream:
+  * nlopt-octave-5.0.patch
+  * nlopt-cmake-3.13.patch.
+
+---

Old:

  nlopt-cmake-3.13.patch
  nlopt-octave-5.0.patch
  v2.5.0.tar.gz

New:

  v2.6.1.tar.gz



Other differences:
--
++ nlopt.spec ++
--- /var/tmp/diff_new_pack.YMWe8v/_old  2020-02-20 00:08:45.544287184 +0100
+++ /var/tmp/diff_new_pack.YMWe8v/_new  2020-02-20 00:08:45.592287277 +0100
@@ -17,17 +17,13 @@
 
 
 Name:   nlopt
-Version:2.5.0
+Version:2.6.1
 Release:0
 Summary:A library for nonlinear optimization
 License:LGPL-2.0-only
 Group:  Development/Libraries/C and C++
 URL:http://ab-initio.mit.edu/wiki/index.php/NLopt
 Source0:https://github.com/stevengj/nlopt/archive/v%{version}.tar.gz 
-# PATCH-FIX-UPSTREAM nlopt-octave-5.0.patch badshah...@gmail.com -- Fix 
building and running against octave 5.0; patch taken from upstream git
-Patch0: nlopt-octave-5.0.patch
-# PATCH-FIX-UPSTREAM nlopt-cmake-3.13.patch badshah...@gmail.com -- Fix 
building python module when using cmake >= 3.13; patch taken from upstream git 
and rebased to apply cleanly
-Patch1: nlopt-cmake-3.13.patch
 BuildRequires:  cmake
 BuildRequires:  fdupes
 BuildRequires:  gcc-c++

++ v2.5.0.tar.gz -> v2.6.1.tar.gz ++
 8040 lines of diff (skipped)