rpms/gimp/F-7 gimp.spec,1.127,1.128

Nils Philippsen (nphilipp) fedora-extras-commits at redhat.com
Wed Jun 27 15:02:57 UTC 2007


Author: nphilipp

Update of /cvs/pkgs/rpms/gimp/F-7
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv23555

Modified Files:
	gimp.spec 
Log Message:
refuse to open PSD files with insanely large dimensions (#244402, fix by Sven Neumann)
require gutenprint-plugin or gimp-print-plugin (#243593)



Index: gimp.spec
===================================================================
RCS file: /cvs/pkgs/rpms/gimp/F-7/gimp.spec,v
retrieving revision 1.127
retrieving revision 1.128
diff -u -r1.127 -r1.128
--- gimp.spec	1 Jun 2007 07:45:29 -0000	1.127
+++ gimp.spec	27 Jun 2007 15:02:20 -0000	1.128
@@ -43,7 +43,7 @@
 %define age 0
 %define minorver 200
 %define microver %(ver=%{version}; echo ${ver##*.*.})
-Release:    1%{?dist}
+Release:    3%{?dist}
 Epoch:		2
 License: 	GPL, LGPL
 Group: 		Applications/Multimedia
@@ -90,6 +90,11 @@
 Requires: 	gtk2 >= 2.4.14
 Requires:	pango >= 1.6.0
 Requires:	fontconfig >= 2.2.0
+%if %_enable_gutenprint
+Requires:   gutenprint-plugin
+%else
+Requires:   gimp-print-plugin
+%endif
 Requires(post): /usr/bin/update-desktop-database
 Requires(post): hicolor-icon-theme
 Requires(postun): /usr/bin/update-desktop-database
@@ -102,6 +107,7 @@
 Patch4:		gimp-2.2.4-gifload.patch
 Patch5:     gimp-2.2.11-htmlview.patch
 Patch6:     gimp-2.2.11-gimptool.patch
+Patch7:     gimp-2.2.15-psd-invalid-dimensions.patch
 
 %description
 GIMP (GNU Image Manipulation Program) is a powerful image composition and
@@ -156,6 +162,7 @@
 %patch4 -p1 -b .gifload
 %patch5 -p1 -b .htmlview
 %patch6 -p1 -b .gimptool
+%patch7 -p1 -b .psd-invalid-dimensions
 
 %build
 libtoolize --copy --force
@@ -419,6 +426,13 @@
 %{_libdir}/pkgconfig/*
 
 %changelog
+* Wed Jun 27 2007 Nils Philippsen <nphilipp at redhat.com> - 2:2.2.15-3
+- refuse to open PSD files with insanely large dimensions (#244402, fix by Sven
+  Neumann)
+
+* Wed Jun 13 2007 Nils Philippsen <nphilipp at redhat.com> - 2:2.2.15-2
+- require gutenprint-plugin or gimp-print-plugin (#243593)
+
 * Thu May 31 2007 Nils Philippsen <nphilipp at redhat.com> - 2:2.2.15-1
 - version 2.2.15
 




More information about the fedora-extras-commits mailing list