fix upstream commit ids

This commit is contained in:
Nils Philippsen 2013-05-22 17:49:13 +02:00
parent 9667b5ca92
commit 203e522e9b

View File

@ -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 <nils@redhat.com>
- fix upstream commit ids
* Sat Apr 20 2013 Nils Philippsen <nils@redhat.com> - 2:2.8.4-3
- don't crash upon deleting tags in popup (#892828)