Hello community, here is the log from the commit of package mailx for openSUSE:Factory checked in at 2014-05-02 09:51:42 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/mailx (Old) and /work/SRC/openSUSE:Factory/.mailx.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "mailx" Changes: -------- --- /work/SRC/openSUSE:Factory/mailx/mailx.changes 2013-12-16 07:07:59.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.mailx.new/mailx.changes 2014-05-02 09:51:45.000000000 +0200 @@ -1,0 +2,7 @@ +Sat Apr 19 19:57:00 UTC 2014 - crrodriguez@opensuse.org + +- Build with -DOPENSSL_NO_SSL_INTERN asserting that this + package does not (and should not) use openSSL internals + that are subject to binary incompatible changes. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ mailx.spec ++++++ --- /var/tmp/diff_new_pack.xGMKb8/_old 2014-05-02 09:51:46.000000000 +0200 +++ /var/tmp/diff_new_pack.xGMKb8/_new 2014-05-02 09:51:46.000000000 +0200 @@ -1,7 +1,7 @@ # # spec file for package mailx # -# 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 @@ -53,7 +53,7 @@ minor enhancements like the ability to set a "From:" address. %prep -%setup -n mailx-%{version} +%setup -q -n mailx-%{version} %patch1 -p0 -b .path %patch2 -p0 -b .rplyto %patch3 -p0 -b .ttychr @@ -66,7 +66,7 @@ %build CC=gcc - CFLAGS="${RPM_OPT_FLAGS} -pipe -D_GNU_SOURCE" + CFLAGS="${RPM_OPT_FLAGS} -pipe -D_GNU_SOURCE -DOPENSSL_NO_SSL_INTERN" export CC CFLAGS $SHELL ./makeconfig make %{?jobs:-j%jobs} PREFIX=/usr CC="$CC" CFLAGS="$CFLAGS" -- To unsubscribe, e-mail: opensuse-commit+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit+help@opensuse.org