gimp.spec
changeset 8347 7d6f1106da42
parent 8336 41a4b45d8a1c
child 8351 9f9a313215b4
--- a/gimp.spec	Tue Oct 17 11:30:11 2006 +0000
+++ b/gimp.spec	Tue Oct 17 11:57:06 2006 +0000
@@ -24,6 +24,7 @@
 Patch1:       gimp-01-menu-entry.diff
 Patch2:       gimp-02-Xext.diff
 Patch3:       gimp-03-fixcompile.diff
+Patch4:       gimp-04-null-char.diff
 URL:          http://www.gimp.org
 BuildRoot:    %{_tmppath}/%{name}-%{version}-build
 Docdir:       %{_defaultdocdir}/doc
@@ -93,6 +94,7 @@
 %patch1 -p1
 %patch2 -p1
 %patch3 -p1
+%patch4 -p1
 
 gunzip -c %SOURCE1|tar xf -
 
@@ -239,6 +241,8 @@
 
 %changelog
 * Tue Oct 17 2006 - [email protected]
+- Add patch, 04-null-char, to remove a null char that is breaking the build.
+  Bugzilla #362832.
 - Bump to 2.3.12.
 
 * Fri Oct 13 2006 - [email protected]