auto-import changelog data from netpbm-10.19-9.src.rpm
Sat Jun 19 2004 Alan Cox <alan@redhat.com> - merged fix for pnmrotate crash freeing wrong number of rows
This commit is contained in:
parent
8d49d7595a
commit
97df28d6fa
@ -1,7 +1,7 @@
|
|||||||
Summary: A library for handling different graphics file formats.
|
Summary: A library for handling different graphics file formats.
|
||||||
Name: netpbm
|
Name: netpbm
|
||||||
Version: 10.19
|
Version: 10.19
|
||||||
Release: 8
|
Release: 9
|
||||||
License: freeware
|
License: freeware
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
Source0: netpbm-10.19.tar.bz2
|
Source0: netpbm-10.19.tar.bz2
|
||||||
@ -14,6 +14,7 @@ Patch5: netpbm-10.19-message.patch
|
|||||||
Patch6: netpbm-10.19-security2.patch
|
Patch6: netpbm-10.19-security2.patch
|
||||||
Patch7: netpbm-10.19-getopt.patch
|
Patch7: netpbm-10.19-getopt.patch
|
||||||
Patch8: netpbm-10.19-gcc34.patch
|
Patch8: netpbm-10.19-gcc34.patch
|
||||||
|
Patch9: netpbm-10.19-malloc.patch
|
||||||
Buildroot: %{_tmppath}/%{name}-root
|
Buildroot: %{_tmppath}/%{name}-root
|
||||||
BuildPrereq: libjpeg-devel, libpng-devel, libtiff-devel, perl
|
BuildPrereq: libjpeg-devel, libpng-devel, libtiff-devel, perl
|
||||||
Obsoletes: libgr
|
Obsoletes: libgr
|
||||||
@ -65,6 +66,7 @@ netpbm-progs. You'll also need to install the netpbm package.
|
|||||||
%patch6 -p1 -b .security2
|
%patch6 -p1 -b .security2
|
||||||
%patch7 -p1 -b .getopt
|
%patch7 -p1 -b .getopt
|
||||||
%patch8 -p1 -b .gcc34
|
%patch8 -p1 -b .gcc34
|
||||||
|
%patch9 -p1 -b .malloc
|
||||||
|
|
||||||
##mv shhopt/shhopt.h shhopt/pbmshhopt.h
|
##mv shhopt/shhopt.h shhopt/pbmshhopt.h
|
||||||
##perl -pi -e 's|shhopt.h|pbmshhopt.h|g' `find -name "*.c" -o -name "*.h"` ./GNUmakefile
|
##perl -pi -e 's|shhopt.h|pbmshhopt.h|g' `find -name "*.c" -o -name "*.h"` ./GNUmakefile
|
||||||
@ -153,6 +155,9 @@ rm -rf $RPM_BUILD_ROOT/usr/pkginfo
|
|||||||
%{_mandir}/man5/*
|
%{_mandir}/man5/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sat Jun 19 2004 Alan Cox <alan@redhat.com>
|
||||||
|
- merged fix for pnmrotate crash freeing wrong number of rows
|
||||||
|
|
||||||
* Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com>
|
* Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com>
|
||||||
- rebuilt
|
- rebuilt
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user