Hello community, here is the log from the commit of package tlswrap for openSUSE:Factory checked in at 2017-12-05 01:30:40 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/tlswrap (Old) and /work/SRC/openSUSE:Factory/.tlswrap.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "tlswrap" Tue Dec 5 01:30:40 2017 rev:2 rq:548108 version:1.04 Changes: -------- --- /work/SRC/openSUSE:Factory/tlswrap/tlswrap.changes 2017-07-11 08:24:48.288253614 +0200 +++ /work/SRC/openSUSE:Factory/.tlswrap.new/tlswrap.changes 2017-12-05 01:30:42.196284606 +0100 @@ -1,0 +2,7 @@ +Mon Dec 4 14:23:25 UTC 2017 - [email protected] + +- Use openssl 1.0.0 for build + Temporary. Will have to sit down and work out how to port this + thing. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ tlswrap.spec ++++++ --- /var/tmp/diff_new_pack.V9oAkZ/_old 2017-12-05 01:30:42.920258305 +0100 +++ /var/tmp/diff_new_pack.V9oAkZ/_new 2017-12-05 01:30:42.924258160 +0100 @@ -1,7 +1,7 @@ # # spec file for package tlswrap # -# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -27,8 +27,12 @@ BuildRequires: autoconf BuildRequires: automake BuildRequires: gcc +%if %{suse_version} >= 1330 +BuildRequires: libopenssl-1_0_0-devel +%else +BuildRequires: openssl-devel +%endif BuildRequires: make -BuildRequires: pkgconfig(libssl) %description TLS/SSL FTP wrapper/proxy, allowing you to use your favorite FTP client with
