diff --git a/netpbm.spec b/netpbm.spec index a5502fc..31a2860 100644 --- a/netpbm.spec +++ b/netpbm.spec @@ -1,7 +1,7 @@ Summary: A library for handling different graphics file formats Name: netpbm Version: 10.47.12 -Release: 1%{?dist} +Release: 2%{?dist} # See copyright_summary for details License: BSD and GPLv2 and IJG and MIT and Public Domain Group: System Environment/Libraries @@ -106,6 +106,8 @@ netpbm-doc. You'll also need to install the netpbm-progs package. %patch20 -p1 -b .noppmtompeg sed -i 's/STRIPFLAG = -s/STRIPFLAG =/g' config.mk.in +rm -rf converter/other/jpeg2000/libjasper/ +sed -i -e 's/^SUBDIRS = libjasper/SUBDIRS =/' converter/other/jpeg2000/Makefile %build ./configure < 10.47.12-2 +- fix CVE-2007-2721 (#501451) +- add missing man pages + * Tue Apr 27 2010 Tom "spot" Callaway 10.47.12-1 - update to 10.47.12 - remove ppmtompeg, due to legal issues