epel9
Gwyn Ciesla 8 years ago
parent dbcd77e917
commit 82b3e11249

@ -0,0 +1,11 @@
--- libfilezilla/trunk/lib/libfilezilla/util.hpp 2017/06/01 19:28:46 8431
+++ libfilezilla/trunk/lib/libfilezilla/util.hpp 2017/06/02 15:08:22 8432
@@ -28,7 +28,7 @@
/** \brief Get random uniformly distributed bytes
*/
-std::vector<uint8_t> random_bytes(size_t size);
+std::vector<uint8_t> FZ_PUBLIC_SYMBOL random_bytes(size_t size);
}

@ -1,10 +1,11 @@
Name: libfilezilla
Version: 0.9.2
Release: 1%{?dist}
Release: 2%{?dist}
URL: http://lib.filezilla-project.org/
Summary: C++ Library for FileZilla
License: GPLv2+
Source0: http://download.sourceforge.net/sourceforge/filezilla/%{name}-%{version}.tar.bz2
Patch0: libfilezilla-0.9.2-util.patch
%package devel
Summary: Development files for C++ Library for FileZilla
@ -24,6 +25,8 @@ This package contains files needed to compile code using libfilezilla.
%prep
%setup -q
%patch0 -p2
%build
%configure --disable-static
make %{?_smp_mflags}
@ -48,6 +51,9 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
%{_libdir}/pkgconfig/libfilezilla.pc
%changelog
* Fri Jun 02 2017 Gwyn Ciesla <limburgher@gmail.com> - 0.9.2-2
- Patch for filezilla build issue, from upstream.
* Thu May 25 2017 Gwyn Ciesla <limburgher@gmail.com> - 0.9.2-1
- Latest upstream.

Loading…
Cancel
Save