Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package libfilezilla for openSUSE:Factory checked in at 2023-06-01 17:19:54 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/libfilezilla (Old) and /work/SRC/openSUSE:Factory/.libfilezilla.new.2531 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libfilezilla" Thu Jun 1 17:19:54 2023 rev:51 rq:1090198 version:0.43.0 Changes: -------- --- /work/SRC/openSUSE:Factory/libfilezilla/libfilezilla.changes 2023-02-24 18:08:44.649632953 +0100 +++ /work/SRC/openSUSE:Factory/.libfilezilla.new.2531/libfilezilla.changes 2023-06-01 17:20:07.790377141 +0200 @@ -1,0 +2,10 @@ +Mon May 29 08:27:38 UTC 2023 - Paolo Stivanin <[email protected]> + +- Update to 0.43.0: + * Added fz::tls_layer::generate_cert_from_csr + * fz::event_loop performance improvements when timers are in use + * Further HTTP client fixes + * Small HTTP client improvements to force IPv4/IPv6 for new connections, + add a header count limit, and to make abuffer pool optional + +------------------------------------------------------------------- Old: ---- libfilezilla-0.41.1.tar.bz2 New: ---- libfilezilla-0.43.0.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libfilezilla.spec ++++++ --- /var/tmp/diff_new_pack.cyj4Wf/_old 2023-06-01 17:20:08.270379986 +0200 +++ /var/tmp/diff_new_pack.cyj4Wf/_new 2023-06-01 17:20:08.274380010 +0200 @@ -16,27 +16,22 @@ # -%define major 35 +%define major 39 %define libname %{name}%{major} %define develname %{name}-devel Name: libfilezilla -Version: 0.41.1 +Version: 0.43.0 Release: 0 Summary: C++ library for filezilla License: GPL-2.0-or-later Group: Development/Libraries/C and C++ URL: https://lib.filezilla-project.org/ -Source0: https://download.filezilla-project.org/libfilezilla/%{name}-%{version}.tar.bz2 +Source0: https://download.filezilla-project.org/libfilezilla/%{name}-%{version}.tar.xz Patch0: %{name}-date-time.patch BuildRequires: autoconf BuildRequires: automake BuildRequires: doxygen BuildRequires: fdupes -%if 0%{?suse_version} > 1500 -BuildRequires: gcc-c++ -%else -BuildRequires: gcc8-c++ -%endif BuildRequires: graphviz BuildRequires: libtool BuildRequires: pkgconfig @@ -46,6 +41,11 @@ BuildRequires: pkgconfig(hogweed) >= 3.1 BuildRequires: pkgconfig(nettle) >= 3.1 Recommends: %{name}-lang +%if 0%{?suse_version} > 1500 +BuildRequires: gcc-c++ +%else +BuildRequires: gcc8-c++ +%endif %description libfilezilla is C++ library, offering some basic functionality to @@ -79,9 +79,6 @@ Files needed for development with %{name}. - - - # Need %%lang_package expanded for an extra conflict with an old library package %package lang # FIXME: consider using %%lang_package macro
