Add patch to fix various memory leaks and other type issues.

This commit is contained in:
Richard Shaw 2020-07-10 19:56:19 -05:00
parent a9e9dbe56f
commit 75f64045d0
2 changed files with 5195 additions and 5 deletions

5189
fldigi-fixes.patch Normal file

File diff suppressed because it is too large Load Diff

View File

@ -1,6 +1,6 @@
Name: fldigi
Version: 4.1.13
Release: 1%{?dist}
Release: 2%{?dist}
Summary: Digital modem program for Linux
License: GPLv3+
@ -13,7 +13,8 @@ Source100: fldigi.appdata.xml
BuildRequires: gcc gcc-c++
BuildRequires: hamlib-devel
BuildRequires: fltk-devel >= 1.3
%if 0%{?rhel} && 0%{?rhel} < 8
BuildRequires: flxmlrpc-devel
%if 0%{?rhel} < 8
BuildRequires: fltk-static libXcursor-devel
%endif
BuildRequires: libjpeg-devel
@ -25,9 +26,6 @@ BuildRequires: libsamplerate-devel
BuildRequires: pulseaudio-libs-devel
BuildRequires: gettext
BuildRequires: libXinerama-devel
Provides: bundled(xmlrpc)
%if 0%{?fedora}
# For appstream-util
BuildRequires: libappstream-glib
@ -116,6 +114,9 @@ appstream-util validate-relax --nonet %{buildroot}%{_datadir}/appdata/*.appdata.
%changelog
* Sat Jul 11 2020 Richard Shaw <hobbes1069@gmail.com> - 4.1.13-2
- Add patch to fix various memory leaks and other type issues.
* Tue May 26 2020 Richard Shaw <hobbes1069@gmail.com> - 4.1.13-1
- Update to 4.1.13.