Hello community, here is the log from the commit of package cadaver for openSUSE:Factory checked in at 2014-05-06 17:37:51 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/cadaver (Old) and /work/SRC/openSUSE:Factory/.cadaver.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "cadaver" Changes: -------- --- /work/SRC/openSUSE:Factory/cadaver/cadaver.changes 2013-06-29 14:23:28.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.cadaver.new/cadaver.changes 2014-05-06 17:37:52.000000000 +0200 @@ -1,0 +2,6 @@ +Sun Apr 27 16:25:25 UTC 2014 - crrodriguez@opensuse.org + +- Fix build with SSLv2 disabled, use of bundled neon library + was the cause (cadaver-neon.patch) + +------------------------------------------------------------------- New: ---- cadaver-neon.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ cadaver.spec ++++++ --- /var/tmp/diff_new_pack.GTGhgL/_old 2014-05-06 17:37:53.000000000 +0200 +++ /var/tmp/diff_new_pack.GTGhgL/_new 2014-05-06 17:37:53.000000000 +0200 @@ -1,7 +1,7 @@ # # spec file for package cadaver # -# 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 @@ -19,8 +19,6 @@ Name: cadaver #BuildRequires: automake BuildRequires: libneon-devel -BuildRequires: libxml2-devel -BuildRequires: openssl-devel BuildRequires: readline-devel Version: 0.23.3 Release: 0 @@ -30,6 +28,7 @@ Url: http://www.webdav.org/cadaver/ Source0: %{name}-%{version}.tar.bz2 Patch0: %{name}-0.23.2-strncat.patch +Patch1: cadaver-neon.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build %description @@ -40,6 +39,9 @@ %prep %setup -q %patch0 +%patch1 -p1 +# Forcibly prevent use of bundled neon/expat/gettext sources. +rm -rf lib/neon/*.[ch] lib/intl/*.[ch] %build #gettextize --force ++++++ cadaver-neon.patch ++++++ --- cadaver-0.23.3.orig/configure +++ cadaver-0.23.3/configure @@ -9595,7 +9595,7 @@ fi $as_echo "$ne_cv_lib_neon" >&6; } if test "$ne_cv_lib_neon" = "yes"; then ne_cv_lib_neonver=no - for v in 27 28 29; do + for v in 27 28 29 30 31; do case $ne_libver in 0.$v.*) ne_cv_lib_neonver=yes ;; esac @@ -10328,7 +10328,7 @@ fi $as_echo "$ne_cv_lib_neon" >&6; } if test "$ne_cv_lib_neon" = "yes"; then ne_cv_lib_neonver=no - for v in 27 28 29; do + for v in 27 28 29 30 31; do case $ne_libver in 0.$v.*) ne_cv_lib_neonver=yes ;; esac -- To unsubscribe, e-mail: opensuse-commit+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit+help@opensuse.org