+2011-04-24 6.6.9-6 Cristy <quetzlzacatenango@image...>
+ * New version 6.6.9-6.
+
2011-04-21 6.6.9-6 Anthony Thyssen <A.Thyssen@griffith...>
* Make filter:blur define a multiplicative adjustment of filter settings
rather than a complete override of those settings.
%global VERSION 6.6.9
-%global Patchlevel 7
+%global Patchlevel 6
Name: ImageMagick
Version: %{VERSION}
filename[MaxTextExtent];
size_t
- *blob_length;
+ blob_length;
unsigned char
*blob_data;
blob_data=ImageToBlob(clone_info,image,&blob_length,
&image->exception);
if (blob_data == (unsigned char *) NULL)
- status=False;
+ status=MagickFalse;
else
SafeArrayFifo(image,blob_data,blob_length);
if (status == MagickFalse)
<configure name="NAME" value="ImageMagick"/>
<configure name="VERSION" value="6.6.9"/>
<configure name="LIB_VERSION" value="0x669"/>
- <configure name="LIB_VERSION_NUMBER" value="6,6,9,7"/>
+ <configure name="LIB_VERSION_NUMBER" value="6,6,9,6"/>
<configure name="SVN_REVISION" value="4226" />
<configure name="RELEASE_DATE" value="2011-04-24"/>
<configure name="CONFIGURE" value="./configure "/>
#! /bin/sh
# libtool - Provide generalized library-building support services.
-# Generated automatically by config.status (ImageMagick) 6.6.9-7
+# Generated automatically by config.status (ImageMagick) 6.6.9-6
# Libtool was configured on host magick.imagemagick.org:
# NOTE: Changes made to this file will be lost: look at ltmain.sh.
#
#define MagickLibVersion 0x669
#define MagickLibVersionText "6.6.9"
#define MagickLibVersionNumber 4,0,1
-#define MagickLibAddendum "-7"
+#define MagickLibAddendum "-6"
#define MagickLibInterface 4
#define MagickLibMinInterface 4
#define MagickReleaseDate "2011-04-24"
-#define MagickChangeDate "20110421"
+#define MagickChangeDate "20110424"
#define MagickAuthoritativeURL "http://www.imagemagick.org"
#if defined(MAGICKCORE_OPENMP_SUPPORT)
#define MagickOpenMPFeature "OpenMP "
# PACKAGE_NAME (e.g. "1.0.0").
PACKAGE_VERSION='6.6.9'
PACKAGE_LIB_VERSION="0x669"
-PACKAGE_RELEASE="7"
+PACKAGE_RELEASE="6"
PACKAGE_LIB_VERSION_NUMBER="6,6,9,${PACKAGE_RELEASE}"
PACKAGE_RELEASE_DATE=`date +%F`
PACKAGE_STRING="$PACKAGE_NAME $PACKAGE_VERSION"