From ae853c7a30c94a4a647588f8f5b41d4f0bb27f08 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 25 Sep 2019 12:59:49 +0200 Subject: - rebuild for remirepo for https://bugzilla.redhat.com/1753534 using patch from Fedora - fix covscan issue - memory leak - fix file descriptor leak --- libpaper.spec | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'libpaper.spec') diff --git a/libpaper.spec b/libpaper.spec index 3c36ebd..2eb45be 100644 --- a/libpaper.spec +++ b/libpaper.spec @@ -17,6 +17,13 @@ Patch1: libpaper-1.1.23-debianbug475683.patch # Filed upstream as: # http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=481213 Patch2: libpaper-useglibcfallback.patch +# Memory leak +Patch3: libpaper-file-leak.patch +# memory leak found by covscan, reported to debian upstream +Patch4: libpaper-covscan.patch +# gcc is no longer in buildroot by default +BuildRequires: gcc + BuildRequires: libtool, gettext, gawk %description @@ -41,6 +48,8 @@ to develop applications which use libpaper. %patch0 -p1 -b .automake110 %patch1 -p1 -b .dlfix %patch2 -p1 -b .useglibcfallback +%patch3 -p1 -b .file-leak +%patch4 -p1 -b .covscan libtoolize %build @@ -87,6 +96,12 @@ done %{_mandir}/man3/* %changelog +* Wed Sep 25 2019 Remi Collet -1.1.24-8 +- rebuild for remirepo for https://bugzilla.redhat.com/1753534 + using patch from Fedora +- fix covscan issue - memory leak +- fix file descriptor leak + * Fri Jan 24 2014 Daniel Mach - 1.1.24-8 - Mass rebuild 2014-01-24 -- cgit