Hello community, here is the log from the commit of package nlopt for openSUSE:Factory checked in at 2013-07-17 09:26:06 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 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-06-13 17:12:58.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.nlopt.new/nlopt.changes 2013-07-17 09:26:07.000000000 +0200 @@ -1,0 +2,7 @@ +Wed Jun 12 09:17:53 UTC 2013 - [email protected] + +- Add fix for .pc file so we can use this library even + with other projects. + * nlopt-2.3-pkgconfig.patch + +------------------------------------------------------------------- New: ---- nlopt-2.3-pkgconfig.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ nlopt.spec ++++++ --- /var/tmp/diff_new_pack.eqyBFi/_old 2013-07-17 09:26:07.000000000 +0200 +++ /var/tmp/diff_new_pack.eqyBFi/_new 2013-07-17 09:26:07.000000000 +0200 @@ -26,6 +26,8 @@ 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 BuildRequires: gcc-c++ BuildRequires: hdf5-devel BuildRequires: octave-devel @@ -89,6 +91,7 @@ %prep %setup -q %patch0 -p1 +%patch1 %build %configure --enable-shared \ ++++++ nlopt-2.3-pkgconfig.patch ++++++ --- nlopt.pc.in.orig 2013-06-12 02:23:16.000000000 +0100 +++ nlopt.pc.in 2012-06-12 02:25:18.000000000 +0100 @@ -6,5 +6,6 @@ Name: NLopt Description: nonlinear optimization libary Version: @VERSION@ -Libs: -L${libdir} -lnlopt -lm +Libs: -L${libdir} -lnlopt@NLOPT_SUFFIX@ +Libs.private: -lm Cflags: -I${includedir} -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
