From 5bd72275e6b4f442d01c6e864b1628ee880842d5 Mon Sep 17 00:00:00 2001 From: Gwyn Ciesla Date: Mon, 23 Sep 2019 10:53:09 -0500 Subject: [PATCH] GCC 10 patch. --- include.patch | 11 +++++++++++ libfilezilla.spec | 8 ++++++-- 2 files changed, 17 insertions(+), 2 deletions(-) create mode 100644 include.patch diff --git a/include.patch b/include.patch new file mode 100644 index 0000000..fb52ac3 --- /dev/null +++ b/include.patch @@ -0,0 +1,11 @@ +diff -Nrup lib/libfilezilla/apply.hpp lib/libfilezilla/apply.hpp +--- lib/libfilezilla/apply.hpp 2015-11-02 06:47:31.000000000 -0700 ++++ lib/libfilezilla/apply.hpp 2019-09-23 09:35:06.438758927 -0600 +@@ -1,6 +1,7 @@ + #ifndef LIBFILEZILLA_APPLY_HEADER + #define LIBFILEZILLA_APPLY_HEADER + ++#include + #include + #include + #include diff --git a/libfilezilla.spec b/libfilezilla.spec index 118d5f3..1333ea8 100644 --- a/libfilezilla.spec +++ b/libfilezilla.spec @@ -1,11 +1,12 @@ Name: libfilezilla Version: 0.18.2 -Release: 1%{?dist} +Release: 2%{?dist} URL: https://lib.filezilla-project.org/ Summary: C++ Library for FileZilla License: GPLv2+ Source0: https://download.filezilla-project.org/%{name}/%{name}-%{version}.tar.bz2 +Patch0: include.patch BuildRequires: gcc-c++ BuildRequires: gettext @@ -27,7 +28,7 @@ functionality to build high-performing, platform-independent programs. This package contains files needed to compile code using libfilezilla. %prep -%autosetup +%autosetup -p0 %build %configure --disable-static @@ -53,6 +54,9 @@ This package contains files needed to compile code using libfilezilla. %{_libdir}/pkgconfig/libfilezilla.pc %changelog +* Mon Sep 23 2019 Gwyn Ciesla - 0.18.2-2 +- GCC 10 patch, https://trac.filezilla-project.org/ticket/12000 + * Mon Sep 16 2019 Gwyn Ciesla - 0.18.2-1 - 0.18.2