From 203e522e9be6e976113718eae015fb90183de3fb Mon Sep 17 00:00:00 2001 From: Nils Philippsen Date: Wed, 22 May 2013 17:49:13 +0200 Subject: [PATCH] fix upstream commit ids --- gimp.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/gimp.spec b/gimp.spec index 81c8292..c893a2b 100644 --- a/gimp.spec +++ b/gimp.spec @@ -204,13 +204,13 @@ Patch0: gimp-%{version}%{dashprerel}-git%{gitrev}.patch.bz2 # Fedora specific. Patch1: gimp-2.8.2-cm-system-monitor-profile-by-default.patch # Don't trip strict overflow warning. -# Upstream commit bc610c8fbd61e9574a2c378829b6ab91047d61b7. +# Upstream commit bc610c8fbd61e9574a2c378829b6ab91047d61b7 Patch2: gimp-2.8.4-strict-overflow-warning.patch # Don't have duplicate mime types in desktop file. -# Upstream commit 0ed3b482a422ff684c8921b7de9f44ea7b20345c. +# Upstream commit 0ed3b482a422ff684c8921b7de9f44ea7b20345c Patch3: gimp-2.8.4-mime-types.patch # Fix crashes when deleting tags in popups. -# Upstream commit fd4fc76e2114b8ab9341232912c2d19b6160ccd6. +# Upstream commit 37757e4e8dff76715a99394380c8809c5c3f0970 Patch4: gimp-2.8.4-tag-popup-crash.patch %description @@ -595,6 +595,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || : %endif %changelog +* Wed May 22 2013 Nils Philippsen +- fix upstream commit ids + * Sat Apr 20 2013 Nils Philippsen - 2:2.8.4-3 - don't crash upon deleting tags in popup (#892828)