Hello community, here is the log from the commit of package gpg2 for openSUSE:Factory checked in at Fri Aug 19 09:13:19 CEST 2011.
-------- --- gpg2/gpg2.changes 2011-08-06 22:24:40.000000000 +0200 +++ /mounts/work_src_done/STABLE/gpg2/gpg2.changes 2011-08-19 03:14:11.000000000 +0200 @@ -1,0 +2,6 @@ +Fri Aug 19 01:11:42 UTC 2011 - [email protected] + +- libcurl.m4 tests were broken, resulting in the usage + of a "fake" internal libcurl. + +------------------------------------------------------------------- calling whatdependson for head-i586 New: ---- gnupg-broken-curl-test.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ gpg2.spec ++++++ --- /var/tmp/diff_new_pack.LjA62q/_old 2011-08-19 09:09:31.000000000 +0200 +++ /var/tmp/diff_new_pack.LjA62q/_new 2011-08-19 09:09:31.000000000 +0200 @@ -20,7 +20,7 @@ Name: gpg2 Version: 2.0.18 -Release: 1 +Release: 2 BuildRequires: expect BuildRequires: fdupes BuildRequires: libgpg-error-devel >= 1.7 @@ -57,6 +57,7 @@ Patch4: gnupg-2.0.9-langinfo.patch Patch5: gnupg-2.0.18-files-are-digests.patch Patch6: gnupg-dont-fail-with-seahorse-agent.patch +Patch7: gnupg-broken-curl-test.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build %description @@ -72,6 +73,7 @@ %patch4 %patch5 -p1 %patch6 -p1 +%patch7 %build autoreconf -fi @@ -82,12 +84,7 @@ %else CFLAGS="%{optflags} -fpie" LDFLAGS=-pie \ %endif -./configure \ - --prefix=%{_prefix} \ - --sysconfdir=/etc \ - --libdir=%{_libdir} \ - --infodir=%{_infodir} \ - --mandir=%{_mandir} \ +%configure \ --libexecdir=%{_libdir} \ --docdir=%{_docdir}/%{name} \ --with-agent-pgm=%{_prefix}/bin/gpg-agent \ @@ -98,6 +95,7 @@ --enable-gpgsm=yes \ --enable-gpg \ --with-gnu-ld + make %{?_smp_mflags} %install ++++++ gnupg-broken-curl-test.patch ++++++ --- m4/libcurl.m4.orig +++ m4/libcurl.m4 @@ -68,13 +68,7 @@ AC_DEFUN([LIBCURL_CHECK_CONFIG], _libcurl_try_link=yes - if test -d "$_libcurl_with" ; then - LIBCURL_CPPFLAGS="-I$withval/include" - _libcurl_ldflags="-L$withval/lib" - AC_PATH_PROG([_libcurl_config],["$withval/bin/curl-config"]) - else AC_PATH_PROG([_libcurl_config],[curl-config]) - fi if test x$_libcurl_config != "x" ; then AC_CACHE_CHECK([for the version of libcurl], @@ -141,7 +135,7 @@ AC_DEFUN([LIBCURL_CHECK_CONFIG], _libcurl_save_libs=$LIBS LIBS="$LIBCURL $LIBS" - AC_LINK_IFELSE([AC_LANG_PROGRAM([[include <curl/curl.h>]],[[ + AC_LINK_IFELSE([AC_LANG_PROGRAM([[#include <curl/curl.h>]],[[ /* Try and use a few common options to force a failure if we are missing symbols or cannot link. */ int x; ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun... -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
