[gimp] version 2.8.2

Nils Philippsen nphilipp at fedoraproject.org
Fri Aug 24 10:30:37 UTC 2012


commit 6e76f37ff02fd631ead66f8ad57fbe80b54e2044
Author: Nils Philippsen <nils at redhat.com>
Date:   Fri Aug 24 12:29:26 2012 +0200

    version 2.8.2

 .gitignore                     |    1 +
 gimp-2.8.0-CVE-2012-3403.patch |  501 ----------------------------------------
 gimp-2.8.0-CVE-2012-3481.patch |   56 -----
 gimp-2.8.0-fits.patch          |   50 ----
 gimp.spec                      |   15 +-
 sources                        |    2 +-
 6 files changed, 7 insertions(+), 618 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 6cb785f..5eb9cb6 100644
--- a/.gitignore
+++ b/.gitignore
@@ -10,3 +10,4 @@ gimp-2.6.10-1-autoreconf.patch.bz2
 /gimp-2.8.0-RC1.tar.bz2
 /gimp-2.8.0-RC1-gitff6c280.patch.bz2
 /gimp-2.8.0.tar.bz2
+/gimp-2.8.2.tar.bz2
diff --git a/gimp.spec b/gimp.spec
index b888cce..e4405e7 100644
--- a/gimp.spec
+++ b/gimp.spec
@@ -70,8 +70,8 @@
 Summary:        GNU Image Manipulation Program
 Name:           gimp
 Epoch:          2
-Version:        2.8.0
-Release:        %{?prerelprefix}3%{dotprerel}%{dotgitrev}%{?dist}
+Version:        2.8.2
+Release:        %{?prerelprefix}1%{dotprerel}%{dotgitrev}%{?dist}
 
 # Compute some version related macros
 # Ugly hack, you need to get your quoting backslashes/percent signs straight
@@ -186,10 +186,6 @@ Source0:        ftp://ftp.gimp.org/pub/gimp/v%{binver}/gimp-%{version}%{dashprer
 Patch0:         gimp-%{version}%{dashprerel}-git%{gitrev}.patch.bz2
 %endif
 
-Patch1:         gimp-2.8.0-fits.patch
-Patch2:         gimp-2.8.0-CVE-2012-3403.patch
-Patch3:         gimp-2.8.0-CVE-2012-3481.patch
-
 %description
 GIMP (GNU Image Manipulation Program) is a powerful image composition and
 editing program, which can be extremely useful for creating logos and other
@@ -271,10 +267,6 @@ EOF
 %patch0 -p1 -b .git%{gitrev}
 %endif
 
-%patch1 -p1 -b .fits
-%patch2 -p1 -b .CVE-2012-3403
-%patch3 -p1 -b .CVE-2012-3481
-
 %build
 %if %{with hardening}
 # Use hardening compiler/linker flags because gimp is likely to deal with files
@@ -546,6 +538,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
 %{_libdir}/gimp/%{lib_api_version}/plug-ins/help-browser
 
 %changelog
+* Fri Aug 24 2012 Nils Philippsen <nils at redhat.com> - 2:2.8.2-1
+- version 2.8.2
+
 * Mon Aug 20 2012 Nils Philippsen <nils at redhat.com> - 2:2.8.0-3
 - fix crash in fits loader (#834627)
 - fix overflow in CEL plug-in (CVE-2012-3403)
diff --git a/sources b/sources
index 7d52b23..5fd12b8 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-28997d14055f15db063eb92e1c8a7ebb  gimp-2.8.0.tar.bz2
+b542138820ca3a41cbd63fc331907955  gimp-2.8.2.tar.bz2


More information about the scm-commits mailing list