Hello community,

here is the log from the commit of package nlopt for openSUSE:Factory checked 
in at 2014-02-11 11:30:14
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/nlopt (Old)
 and      /work/SRC/openSUSE:Factory/.nlopt.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "nlopt"

Changes:
--------
--- /work/SRC/openSUSE:Factory/nlopt/nlopt.changes      2013-09-11 
12:57:04.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.nlopt.new/nlopt.changes 2014-02-11 
11:30:15.000000000 +0100
@@ -1,0 +2,22 @@
+Tue Feb 11 00:37:32 UTC 2014 - badshah...@gmail.com
+
+- Update to version 2.4.1
+  - No Linux relevant changes from version 2.4.0 
+- Changes from version 2.4.0:
+  + New genetic algorithm ESCH
+  + Fix swig dir for VPATH builds
+  + Use python-config program in the configure script to find the
+    include directories for Python, if possible (may be overridden
+    by PYTHON_CONFIG environment variable)
+  + Bugfix in copy constructor for C++ and Python interfaces
+  + Bugfix in return value for setting min/max objective
+  + Handle negative rescalings in COBYLA and BOBYQA
+  + Plugin installation honors the configure --prefix, if any
+  + Various compilation fixes for compatibility with recent
+    software
+- Packaging changes:
+  + Minor rebase of pythondir.patch
+  + Drop nlopt-2.3-no-return-in-nonvoid-function.patch: corrected
+    upstream.
+
+-------------------------------------------------------------------

Old:
----
  nlopt-2.3-no-return-in-nonvoid-function.patch
  nlopt-2.3.tar.gz

New:
----
  nlopt-2.4.1.tar.gz

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

Other differences:
------------------
++++++ nlopt.spec ++++++
--- /var/tmp/diff_new_pack.GcVABP/_old  2014-02-11 11:30:16.000000000 +0100
+++ /var/tmp/diff_new_pack.GcVABP/_new  2014-02-11 11:30:16.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package nlopt
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,17 +17,16 @@
 
 
 Name:           nlopt
-Version:        2.3
+Version:        2.4.1
 Release:        0
 Summary:        A library for nonlinear optimization
 License:        LGPL-2.0
 Group:          Development/Libraries/C and C++
 Url:            http://ab-initio.mit.edu/wiki/index.php/NLopt
 Source0:        http://ab-initio.mit.edu/nlopt/%{name}-%{version}.tar.gz
-# PATCH-FIX-UPSTREAM nlopt-2.3-no-return-in-nonvoid-function.patch
-Patch0:         nlopt-2.3-no-return-in-nonvoid-function.patch
 # PATCH-FIX-UPSTREAM nlopt-2.3-pkgconfig.patch
 Patch1:         nlopt-2.3-pkgconfig.patch
+# PATCH-FIX-UPSTREAM pythondir.patch
 Patch2:         pythondir.patch
 BuildRequires:  gcc-c++
 BuildRequires:  hdf5-devel
@@ -91,7 +90,6 @@
 
 %prep
 %setup -q
-%patch0 -p1
 %patch1
 %patch2 -p1
 

++++++ nlopt-2.3.tar.gz -> nlopt-2.4.1.tar.gz ++++++
++++ 20151 lines of diff (skipped)

++++++ pythondir.patch ++++++
--- /var/tmp/diff_new_pack.GcVABP/_old  2014-02-11 11:30:16.000000000 +0100
+++ /var/tmp/diff_new_pack.GcVABP/_new  2014-02-11 11:30:16.000000000 +0100
@@ -1,8 +1,8 @@
-Index: nlopt-2.3/swig/Makefile.in
+Index: nlopt-2.4.1/swig/Makefile.in
 ===================================================================
---- nlopt-2.3.orig/swig/Makefile.in
-+++ nlopt-2.3/swig/Makefile.in
-@@ -492,12 +492,12 @@ install-pythonPYTHON: $(python_PYTHON)
+--- nlopt-2.4.1.orig/swig/Makefile.in
++++ nlopt-2.4.1/swig/Makefile.in
+@@ -570,12 +570,12 @@ install-pythonPYTHON: $(python_PYTHON)
        done; \
        for file in $$list2; do echo $$file; done | $(am__base_list) | \
        while read files; do \

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to