Hello community,

here is the log from the commit of package nlopt for openSUSE:Factory checked 
in at 2015-06-02 10:09:21
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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      2014-11-14 
09:19:15.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.nlopt.new/nlopt.changes 2015-06-02 
10:09:22.000000000 +0200
@@ -1,0 +2,5 @@
+Sun May 31 20:41:37 UTC 2015 - [email protected]
+
+- Disable Octave module due to incompatibility with Octave 4.0
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ nlopt.spec ++++++
--- /var/tmp/diff_new_pack.P3ZTre/_old  2015-06-02 10:09:23.000000000 +0200
+++ /var/tmp/diff_new_pack.P3ZTre/_new  2015-06-02 10:09:23.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package nlopt
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -31,7 +31,7 @@
 BuildRequires:  fdupes
 BuildRequires:  gcc-c++
 BuildRequires:  hdf5-devel
-BuildRequires:  octave-devel
+# BuildRequires:  octave-devel
 BuildRequires:  pkgconfig
 BuildRequires:  python-numpy-devel
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
@@ -45,6 +45,8 @@
 %package     -n lib%{name}0
 Summary:        A library for nonlinear optimization
 Group:          System/Libraries
+# FIXME temporary, octave-nlopt_optimize is inconsistent with octave 4.0
+Obsoletes:      octave-nlopt_optimize
 
 %description -n lib%{name}0
 NLopt is a free/open-source library for nonlinear optimization,
@@ -74,18 +76,18 @@
 
 This package contains Python interface to NLopt library.
 
-%package     -n octave-nlopt_optimize
-Summary:        Octave interface to nonlinear optimization libray
-Group:          Productivity/Scientific/Math
-Requires:       octave
-
-%description -n octave-nlopt_optimize
-NLopt is a free/open-source library for nonlinear optimization,
-providing a common interface for a number of different free
-optimization routines available online as well as original
-implementations of various other algorithms.
-
-This package contains Octave interface to NLopt library.
+# %%package     -n octave-nlopt_optimize
+# Summary:        Octave interface to nonlinear optimization libray
+# Group:          Productivity/Scientific/Math
+# Requires:       octave
+# 
+# %%description -n octave-nlopt_optimize
+# NLopt is a free/open-source library for nonlinear optimization,
+# providing a common interface for a number of different free
+# optimization routines available online as well as original
+# implementations of various other algorithms.
+# 
+# This package contains Octave interface to NLopt library.
 
 %prep
 %setup -q
@@ -123,13 +125,13 @@
 %doc COPYING
 %{python_sitearch}/*
 
-%files -n octave-nlopt_optimize
-%defattr(-,root,root,-)
-%doc COPYING
-%dir %{_libdir}/octave/*/site
-%dir %{_libdir}/octave/*/site/oct
-%dir %{_libdir}/octave/*/site/oct/*
-%{_libdir}/octave/*/site/oct/*/*.oct
-%{_datadir}/octave/*/site/m/*
+# %%files -n octave-nlopt_optimize
+# %%defattr(-,root,root,-)
+# %%doc COPYING
+# %%dir %%{_libdir}/octave/*/site
+# %%dir %%{_libdir}/octave/*/site/oct
+# %%dir %%{_libdir}/octave/*/site/oct/*
+# %%{_libdir}/octave/*/site/oct/*/*.oct
+# %%{_datadir}/octave/*/site/m/*
 
 %changelog


Reply via email to