2007-02-26 Brian Cameron <[email protected]> VERMILLION_DEVEL_60
authoryippi
Mon, 26 Feb 2007 09:38:54 +0000
changeset 9358 d3d17bf843bc
parent 9357 59759048a95d
child 9359 03013a541d6e
2007-02-26 Brian Cameron <[email protected]> * aspell.spec: Fix patch comment. * patches/gtk+-04-mediaLib.diff: Minor change to comments in the patch to say "mediaLib" rather than "MediaLib". Also change "#if defined(sun)" to "#if defined (__sun)".
ChangeLog
aspell.spec
patches/gtk+-04-mediaLib.diff
--- a/ChangeLog	Mon Feb 26 07:33:10 2007 +0000
+++ b/ChangeLog	Mon Feb 26 09:38:54 2007 +0000
@@ -1,3 +1,10 @@
+2007-02-26  Brian Cameron  <[email protected]>
+
+	* aspell.spec: Fix patch comment.
+	* patches/gtk+-04-mediaLib.diff: Minor change to comments in the
+	  patch to say "mediaLib" rather than "MediaLib".  Also change
+	  "#if defined(sun)" to "#if defined (__sun)".
+
 2007-02-26  Jeff Cai<[email protected]>
 
         * gedit.spec:enable spell checker.
--- a/aspell.spec	Mon Feb 26 07:33:10 2007 +0000
+++ b/aspell.spec	Mon Feb 26 09:38:54 2007 +0000
@@ -18,7 +18,7 @@
 URL:		http://www.sun.com/software/javadesktopsystem/
 Epoch:		2
 Source:		ftp://ftp.gnu.org/gnu/aspell/%{name}-%{version}.tar.gz
-# date:2004-05-27 type:bug owner:yippi bugzilla:1643274
+# date:2004-05-27 type:bug owner:yippi bugzilla:1415029
 Patch1:		aspell-01-forte.diff
 Summary:	A spelling checker.
 Group:		Applications/Text
--- a/patches/gtk+-04-mediaLib.diff	Mon Feb 26 07:33:10 2007 +0000
+++ b/patches/gtk+-04-mediaLib.diff	Mon Feb 26 09:38:54 2007 +0000
@@ -15,8 +15,8 @@
    STATIC_LIB_DEPS="$LIBTIFF $LIBJPEG $LIBPNG"
  fi
  
-+# Checks to see if we should compile in VIS/MediaLib Sparc
-+# architecture support.
++# Checks to see whether we should include mediaLib
++# support.
 +#
 +AC_MSG_CHECKING(for mediaLib 2.3)
 +use_mlib25=no
@@ -181,7 +181,7 @@
 +#include <stdlib.h>
 +#include <dlfcn.h>
 +#include <link.h>
-+#if defined(sun)
++#if defined (__sun)
 +#include <strings.h>
 +#include <sys/systeminfo.h>
 +#elif defined(__linux__)