[netpbm/f19] Fixed: #1029512 pnmtops hangs during conversion. Patch is applied

Petr Hracek phracek at fedoraproject.org
Mon Dec 16 08:31:54 UTC 2013


commit 4dd3226fdeb6634b0088281a81e80a9f54cd67a3
Author: Petr Hracek <phracek at redhat.com>
Date:   Mon Dec 16 09:05:09 2013 +0100

    Fixed: #1029512 pnmtops hangs during conversion. Patch is applied

 netpbm.spec |    9 +++++++--
 1 files changed, 7 insertions(+), 2 deletions(-)
---
diff --git a/netpbm.spec b/netpbm.spec
index 19d1b38..b8a7d8f 100644
--- a/netpbm.spec
+++ b/netpbm.spec
@@ -1,7 +1,7 @@
 Summary: A library for handling different graphics file formats
 Name: netpbm
 Version: 10.61.02
-Release: 6%{?dist}
+Release: 7%{?dist}
 # See copyright_summary for details
 License: BSD and GPLv2 and IJG and MIT and Public Domain
 Group: System Environment/Libraries
@@ -38,6 +38,7 @@ Patch27: netpbm-multipage-pam.patch
 Patch28: netpbm-compare-same-images.patch
 #Patch29: netpbm-man-corrections.patch
 Patch29: netpbm-manual-pages.patch
+Patch30: netpbm-pnmtops-hangs.patch
 BuildRequires: libjpeg-devel, libpng-devel, libtiff-devel, flex
 BuildRequires: libX11-devel, python, jasper-devel, libxml2-devel
 
@@ -116,7 +117,7 @@ netpbm-doc.  You'll also need to install the netpbm-progs package.
 %patch28 -p1 -b .compare-same-images
 #%patch29 -p1 -b .man-corrections
 %patch29 -p1 -b .manual-pages
-exit 0
+%patch30 -p1 -b .pnmtops-hangs
 
 sed -i 's/STRIPFLAG = -s/STRIPFLAG =/g' config.mk.in
 rm -rf converter/other/jpeg2000/libjasper/
@@ -271,6 +272,10 @@ rm -rf $RPM_BUILD_ROOT
 %doc userguide/*
 
 %changelog
+* Mon Dec 16 2013 Petr Hracek <phracek at redhat.com> - 10.61.02-7
+- Fixed: #1029512 pnmtops hangs during conversion
+- Patch is applied
+
 * Thu Dec 12 2013 Petr Hracek <phracek at redhat.com> - 10.61.02-6
 - Fixed: #1029512 pnmtops hangs during conversion
 


More information about the scm-commits mailing list