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