Hello community, here is the log from the commit of package slrn for openSUSE:Factory checked in at 2012-05-22 08:19:16 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/slrn (Old) and /work/SRC/openSUSE:Factory/.slrn.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "slrn", Maintainer is "[email protected]" Changes: -------- --- /work/SRC/openSUSE:Factory/slrn/slrn.changes 2012-05-08 12:29:06.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.slrn.new/slrn.changes 2012-05-22 08:19:17.000000000 +0200 @@ -1,0 +2,8 @@ +Mon May 21 14:32:08 UTC 2012 - [email protected] + +- fixed dependency on libgnutls +- added slrn-fix-libgnutls-extra-dependency.patch which prevents + unnecessary linking against libgnutls-extra and fixes the build + in Factory + +------------------------------------------------------------------- New: ---- slrn-fix-libgnutls-extra-dependency.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ slrn.spec ++++++ --- /var/tmp/diff_new_pack.8K1ouL/_old 2012-05-22 08:19:21.000000000 +0200 +++ /var/tmp/diff_new_pack.8K1ouL/_new 2012-05-22 08:19:21.000000000 +0200 @@ -31,14 +31,17 @@ Source: slrn-%{upstream_version}.tar.gz # PATCH-FIX-OPENSUSE slrn-do-not-strip-binaries.diff [email protected] -- Prevents binaris from being stripped Patch0: slrn-do-not-strip-binaries.patch +# PATCH-FIX-UPSTREAM slrn-fix-libgnutls-extra-dependency.patch [email protected] -- Prevents unnecessary linking against libgnutls-extra +Patch1: slrn-fix-libgnutls-extra-dependency.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build +BuildRequires: autoconf BuildRequires: ed BuildRequires: mininews BuildRequires: slang-devel # SSL support via GnuTLS does not work on openSUSE <= 12.1 %if 0%{?suse_version} > 1210 -BuildRequires: gnutls-devel BuildRequires: libgcrypt-devel +BuildRequires: libgnutls-devel BuildRequires: libgnutls-openssl-devel %endif Recommends: %{name}-lang = %{version} @@ -53,6 +56,7 @@ %prep %setup -q -n %{name}-%{upstream_version} %patch0 -p1 +%patch1 -p1 # correct path to sendmail ed -s src/slrnfeat.hin 2>/dev/null <<'EOF' @@ -70,6 +74,7 @@ ' {} {} "${TIME}" "${DATE}" \; %build +autoconf -f -I ./autoconf -o configure autoconf/configure.ac %configure \ --with-slrnpull \ --enable-inews \ ++++++ slrn-fix-libgnutls-extra-dependency.patch ++++++ Index: slrn-pre1.0.0-40/autoconf/configure.ac =================================================================== --- slrn-pre1.0.0-40.orig/autoconf/configure.ac +++ slrn-pre1.0.0-40/autoconf/configure.ac @@ -271,7 +271,7 @@ x|xyes) elif test "x$use_gnutls" != xno then SSLINC="-I$jd_use_ssl/include" - SSLLIB="-L$jd_use_ssl/lib -lgnutls-extra -lgnutls -ltasn1 -lgcrypt -lgnutls-openssl" + SSLLIB="-L$jd_use_ssl/lib -lgnutls -ltasn1 -lgcrypt -lgnutls-openssl" else SSLINC="-I$jd_use_ssl/include" SSLLIB="-L$jd_use_ssl/lib -lssl -lcrypto" -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
