Hello community, here is the log from the commit of package virtuoso for openSUSE:Factory checked in at 2013-08-28 21:20:33 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/virtuoso (Old) and /work/SRC/openSUSE:Factory/.virtuoso.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "virtuoso" Changes: -------- --- /work/SRC/openSUSE:Factory/virtuoso/virtuoso.changes 2013-04-14 13:02:36.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.virtuoso.new/virtuoso.changes 2013-08-28 21:20:34.000000000 +0200 @@ -1,0 +2,12 @@ +Tue Aug 27 21:52:56 UTC 2013 - [email protected] + +- build with -DOPENSSL_LOAD_CONF so virtuoso respect and + uses the system's openssl configuration, allowing it also + to use crypto engines such as rdrand, aes-ni etc.. + +------------------------------------------------------------------- +Tue Aug 27 12:56:00 UTC 2013 - [email protected] + +- Enable readline support (bnc#836995) + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ virtuoso.spec ++++++ --- /var/tmp/diff_new_pack.5Y2k72/_old 2013-08-28 21:20:37.000000000 +0200 +++ /var/tmp/diff_new_pack.5Y2k72/_new 2013-08-28 21:20:37.000000000 +0200 @@ -49,6 +49,7 @@ BuildRequires: openldap2-devel # We can't use system pcre because internal pcre is modified for virtuoso's own use #BuildRequires: pcre-devel +BuildRequires: readline-devel BuildRequires: zlib-devel %if !0%{sles_version} BuildRequires: pkgconfig(ImageMagick) @@ -103,11 +104,14 @@ %build # autogen.sh because of patching Makefile.am ./autogen.sh +export CFLAGS="%optflags -DOPENSSL_LOAD_CONF" +export CXXFLAGS="%optflags -DOPENSSL_LOAD_CONF" %configure --without-internal-zlib \ --disable-static \ --with-layout=openSUSE \ --disable-all-vads \ - --with-iodbc=%{_prefix} + --with-iodbc=%{_prefix} \ + --with-readline make %{?_smp_mflags} -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
