version 2.8.10

This commit is contained in:
Nils Philippsen 2013-11-29 10:22:19 +01:00
parent 5431b917fc
commit 049da3bc8a
3 changed files with 7 additions and 18 deletions

1
.gitignore vendored
View File

@ -16,3 +16,4 @@ gimp-2.6.10-1-autoreconf.patch.bz2
/gimp-2.8.6.tar.bz2
/gimp-2.8.6-4-autoconf.patch.bz2
/gimp-2.8.8.tar.bz2
/gimp-2.8.10.tar.bz2

View File

@ -81,7 +81,7 @@
Summary: GNU Image Manipulation Program
Name: gimp
Epoch: 2
Version: 2.8.8
Version: 2.8.10
Release: %{?prerelprefix}3%{dotprerel}%{dotgitrev}%{?dist}
# Compute some version related macros
@ -206,19 +206,6 @@ Patch0: gimp-%{version}%{dashprerel}-git%{gitrev}.patch.bz2
# Fedora specific.
Patch1: gimp-2.8.2-cm-system-monitor-profile-by-default.patch
# Avoid crash in lcms plug-in.
# Upstream commit dc6ccc17495bcabbd96d4c18616cb4b57bd07ea6
Patch2: gimp-2.8.8-lcms-profile-crash.patch
# Fix problems found during static code check (Coverity).
# Upstream commit dc8bb4eecf43eadae1bc562def7569e59d6515b7
# Upstream commit 6abd0f2438dd3b025b1224ab6a473615c17f3418
# Upstream commit 8082363e9c887b9f31e43b7fc947e1867f9c087b
# Upstream commit 5c2f97f9f274bc20eef4ffd55c28156c39254343
# Upstream commit d291de0949c13eb2195158f6fbf41da2afe46cb9
# Upstream commit 92a0387adc5a0e78501f6151b1d52c4c96f684a8
Patch3: gimp-2.8.8-static-code-check.patch
# use external help browser directly if help browser plug-in is not built
Patch100: gimp-2.8.6-external-help-browser.patch
@ -308,8 +295,6 @@ EOF
%endif
%patch1 -p1 -b .cm-system-monitor-profile-by-default
%patch2 -p1 -b .lcms-profile-crash
%patch3 -p1 -b .static-code-check
%if ! %{with helpbrowser}
%patch100 -p1 -b .external-help-browser
@ -623,7 +608,10 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
%endif
%changelog
* Tue Nov 26 2013 Nils Philippsen <nils@redhat.com>
* Fri Nov 29 2013 Nils Philippsen <nils@redhat.com> - 2:2.8.10-1
- version 2.8.10
* Tue Nov 26 2013 Nils Philippsen <nils@redhat.com> - 2:2.8.10-1
- use grep -E instead of egrep
* Fri Nov 08 2013 Nils Philippsen <nils@redhat.com> - 2:2.8.8-3

View File

@ -1 +1 @@
ef2547c3514a1096931637bd6250635a gimp-2.8.8.tar.bz2
84c964aab7044489af69f7319bb59b47 gimp-2.8.10.tar.bz2