Hello community, here is the log from the commit of package neon for openSUSE:Factory checked in at 2019-09-18 13:06:02 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/neon (Old) and /work/SRC/openSUSE:Factory/.neon.new.7948 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "neon" Wed Sep 18 13:06:02 2019 rev:51 rq:730784 version:0.30.2 Changes: -------- --- /work/SRC/openSUSE:Factory/neon/neon.changes 2019-08-27 15:20:34.556865336 +0200 +++ /work/SRC/openSUSE:Factory/.neon.new.7948/neon.changes 2019-09-18 13:06:03.612757798 +0200 @@ -1,0 +2,7 @@ +Thu Sep 12 10:44:58 UTC 2019 - Vítězslav Čížek <[email protected]> + +- Drop unnecessary requirement for OpenSSL 1.1.1 +- Apply neon-0.30.2_ssl-fix_timeout_retvals.patch only when building + with OpenSSL 1.1.1 (bsc#1149792) + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ neon.spec ++++++ --- /var/tmp/diff_new_pack.C8KoQW/_old 2019-09-18 13:06:04.292757655 +0200 +++ /var/tmp/diff_new_pack.C8KoQW/_new 2019-09-18 13:06:04.296757654 +0200 @@ -36,12 +36,12 @@ Patch3: neon-0.30.2-nulcert.patch BuildRequires: krb5-devel BuildRequires: libexpat-devel -BuildRequires: libopenssl-1_1-devel >= 1.1.1 BuildRequires: libproxy-devel BuildRequires: libtool BuildRequires: openssl BuildRequires: pkgconfig BuildRequires: zlib-devel +BuildRequires: pkgconfig(openssl) %description neon is an HTTP and WebDAV client library with a C interface. @@ -76,7 +76,9 @@ %ifarch ppc64le ppc64 %patch1 %endif +if pkg-config --atleast-version=1.1.1 openssl; then %patch2 -p1 +fi %patch3 -p1 %build
