- make xwdtopnm work on x86_64 (#181001)
This commit is contained in:
parent
7b3ea00c88
commit
cc79db1d6c
11
netpbm-10.31-xwdfix.patch
Normal file
11
netpbm-10.31-xwdfix.patch
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
--- netpbm-10.31/converter/other/xwdtopnm.c.xwdfix 2006-02-14 15:13:58.000000000 +0100
|
||||||
|
+++ netpbm-10.31/converter/other/xwdtopnm.c 2006-02-14 15:15:37.000000000 +0100
|
||||||
|
@@ -985,7 +985,7 @@ getpix(pixelReader * const rdrP) {
|
||||||
|
unsigned long const bitsToTakeMask = lsbmask[nBitsToTake];
|
||||||
|
/* E.g. if nbitsToTake is 4, this is 0x0000000F */
|
||||||
|
|
||||||
|
- unsigned long bitsToTake;
|
||||||
|
+ unsigned int bitsToTake;
|
||||||
|
|
||||||
|
assert(nBitsToTake <= 32);
|
||||||
|
|
@ -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.31
|
Version: 10.31
|
||||||
Release: 3.1
|
Release: 4
|
||||||
License: freeware
|
License: freeware
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
URL: http://netpbm.sourceforge.net/
|
URL: http://netpbm.sourceforge.net/
|
||||||
@ -20,6 +20,7 @@ Patch9: netpbm-10.27-bmptopnm.patch
|
|||||||
Patch10: netpbm-10.28-CAN-2005-2471.patch
|
Patch10: netpbm-10.28-CAN-2005-2471.patch
|
||||||
Patch11: netpbm-10.29-pnmtopng.patch
|
Patch11: netpbm-10.29-pnmtopng.patch
|
||||||
Patch12: netpbm-10.30-rgbtxt.patch
|
Patch12: netpbm-10.30-rgbtxt.patch
|
||||||
|
Patch13: netpbm-10.31-xwdfix.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
|
||||||
@ -76,6 +77,7 @@ netpbm-progs. You'll also need to install the netpbm package.
|
|||||||
%patch10 -p1 -b .CAN-2005-2471
|
%patch10 -p1 -b .CAN-2005-2471
|
||||||
%patch11 -p1 -b .pnmtopng
|
%patch11 -p1 -b .pnmtopng
|
||||||
%patch12 -p1 -b .rgbtxt
|
%patch12 -p1 -b .rgbtxt
|
||||||
|
%patch13 -p1 -b .xwdfix
|
||||||
|
|
||||||
##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
|
||||||
@ -174,6 +176,9 @@ rm -rf $RPM_BUILD_ROOT/usr/config_template
|
|||||||
%{_mandir}/man5/*
|
%{_mandir}/man5/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Feb 14 2006 Jindrich Novy <jnovy@redhat.com> 10.31-4
|
||||||
|
- make xwdtopnm work on x86_64 (#181001)
|
||||||
|
|
||||||
* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 10.31-3.1
|
* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 10.31-3.1
|
||||||
- bump again for double-long bug on ppc(64)
|
- bump again for double-long bug on ppc(64)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user