avoid writing excessively long EXIF markers (#145100)
This commit is contained in:
parent
c4d72d11d1
commit
b105c395ed
@ -14,7 +14,7 @@ Version: 2.2.2
|
|||||||
%define minorver 200
|
%define minorver 200
|
||||||
%define microver %(ver=%{version}; echo ${ver##*.*.})
|
%define microver %(ver=%{version}; echo ${ver##*.*.})
|
||||||
#define prever pre2
|
#define prever pre2
|
||||||
Release: %{?prever:0.0.%{prever}.}1
|
Release: %{?prever:0.0.%{prever}.}2
|
||||||
Epoch: 2
|
Epoch: 2
|
||||||
License: GPL, LGPL
|
License: GPL, LGPL
|
||||||
Group: Applications/Multimedia
|
Group: Applications/Multimedia
|
||||||
@ -54,6 +54,7 @@ Requires(postun): /sbin/ldconfig /usr/bin/update-desktop-database
|
|||||||
Source0: ftp://ftp.gimp.org/pub/gimp/v%{binver}/%{?prever:testing/}gimp-%{version}%{?prever:-%{prever}}.tar.bz2
|
Source0: ftp://ftp.gimp.org/pub/gimp/v%{binver}/%{?prever:testing/}gimp-%{version}%{?prever:-%{prever}}.tar.bz2
|
||||||
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.2.2-exifmarkerlength.patch
|
||||||
|
|
||||||
%description
|
%description
|
||||||
The GIMP (GNU Image Manipulation Program) is a powerful image
|
The GIMP (GNU Image Manipulation Program) is a powerful image
|
||||||
@ -90,6 +91,7 @@ extensions.
|
|||||||
%setup -q -n gimp-%{version}%{?prever:-%{prever}}
|
%setup -q -n gimp-%{version}%{?prever:-%{prever}}
|
||||||
%patch0 -p1 -b .buildroot
|
%patch0 -p1 -b .buildroot
|
||||||
%patch1 -p1 -b .gimphelpmissing
|
%patch1 -p1 -b .gimphelpmissing
|
||||||
|
%patch2 -p1 -b .exifmarkerlength
|
||||||
|
|
||||||
%build
|
%build
|
||||||
libtoolize --copy --force
|
libtoolize --copy --force
|
||||||
@ -302,6 +304,9 @@ fi
|
|||||||
%{_libdir}/pkgconfig/*
|
%{_libdir}/pkgconfig/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Jan 14 2005 Nils Philippsen <nphilipp@redhat.com>
|
||||||
|
- avoid writing excessively long EXIF markers (#145100)
|
||||||
|
|
||||||
* Tue Jan 11 2005 Nils Philippsen <nphilipp@redhat.com>
|
* Tue Jan 11 2005 Nils Philippsen <nphilipp@redhat.com>
|
||||||
- version 2.2.2
|
- version 2.2.2
|
||||||
- autogenerate %%microver
|
- autogenerate %%microver
|
||||||
|
Loading…
Reference in New Issue
Block a user