actually apply startup-warning patch

This commit is contained in:
Nils Philippsen 2011-08-12 15:09:49 +02:00
parent 4086b8a582
commit 04e188de2e

View File

@ -36,7 +36,7 @@ Summary: GNU Image Manipulation Program
Name: gimp
Epoch: 2
Version: 2.6.11
Release: 20%{?dist}
Release: 21%{?dist}
%define binver 2.6
%define gimp_lang_ver 20
%define interfacever 2.0
@ -244,6 +244,7 @@ EOF
%patch8 -p1 -b .psp-overflow
%patch9 -p1 -b .CVE-2010-4540,4541,4542
%patch10 -p1 -b .shell-dnd-quit-crash
%patch11 -p1 -b .startup-warning
%patch100 -p1 -b .autoreconf
@ -511,6 +512,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
%{_libdir}/gimp/%{interfacever}/plug-ins/help-browser
%changelog
* Fri Aug 12 2011 Nils Philippsen <nils@redhat.com> - 2:2.6.11-21
- actually apply startup-warning patch
* Thu Aug 04 2011 Nils Philippsen <nils@redhat.com> - 2:2.6.11-20
- fix goption warning on startup, patch by Mikael Magnusson