catch wrong values of bpp in BMP plugin (#135675)
This commit is contained in:
parent
6db8bfc363
commit
4ff72e1c97
@ -17,7 +17,7 @@ Version: 2.0.5
|
||||
%if %prever
|
||||
Release: 0.%{prever}.1
|
||||
%else
|
||||
Release: 3
|
||||
Release: 4
|
||||
%endif
|
||||
Epoch: 1
|
||||
License: GPL, LGPL
|
||||
@ -61,6 +61,7 @@ Source0: ftp://ftp.gimp.org/pub/gimp/v%{subver}/gimp-%{version}.tar.bz2
|
||||
%endif
|
||||
Patch0: gimp-2.0pre3-buildroot.patch
|
||||
Patch1: gimp-2.0.1-gimphelpmissing.patch
|
||||
Patch2: gimp-2.0.5-invalidbpp.patch
|
||||
|
||||
%description
|
||||
The GIMP (GNU Image Manipulation Program) is a powerful image
|
||||
@ -101,6 +102,7 @@ extensions.
|
||||
%endif
|
||||
%patch0 -p1 -b .buildroot
|
||||
%patch1 -p1 -b .gimphelpmissing
|
||||
%patch2 -p1 -b .invalidbpp
|
||||
|
||||
%build
|
||||
libtoolize --copy --force
|
||||
@ -336,6 +338,9 @@ fi
|
||||
%{_libdir}/pkgconfig/*
|
||||
|
||||
%changelog
|
||||
* Thu Oct 14 2004 Nils Philippsen <nphilipp@redhat.com>
|
||||
- catch wrong values of bpp in BMP plugin (#135675)
|
||||
|
||||
* Thu Sep 30 2004 Christopher Aillon <caillon@redhat.com>
|
||||
- PreReq desktop-file-utils >= 0.9
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user