%define VERSION 6.6.2
-%define Patchlevel 4
+%define Patchlevel 3
Name: ImageMagick
Version: %{VERSION}
montageImages( &montage, imageList.begin(), imageList.end(), montageOpts );
{
- Geometry targetGeometry(128, 126 );
+ Geometry targetGeometry(120, 120 );
if ( montage[0].montageGeometry() != targetGeometry )
{
++failures;
}
}
- if ( montage[0].columns() != 768 || montage[0].rows() != 504 )
+ if ( montage[0].columns() != 720 || montage[0].rows() != 480 )
{
++failures;
cout << "Line: " << __LINE__
}
{
- Geometry targetGeometry( 66, 70 );
+ Geometry targetGeometry( 62, 66 );
if ( montage[0].montageGeometry() != targetGeometry )
{
++failures;
}
}
- if ( montage[0].columns() != 136 || montage[0].rows() != 70 )
+ if ( montage[0].columns() != 128 || montage[0].rows() != 66 )
{
++failures;
cout << "Line: " << __LINE__
<configuremap>
<configure name="NAME" value="ImageMagick"/>
<configure name="LIB_VERSION" value="0x662"/>
- <configure name="LIB_VERSION_NUMBER" value="6,6,2,4"/>
+ <configure name="LIB_VERSION_NUMBER" value="6,6,2,3"/>
<configure name="RELEASE_DATE" value="2010-06-07"/>
<configure name="CONFIGURE" value="./configure "/>
<configure name="PREFIX" value="/usr/local"/>
#! /bin/sh
# libtool - Provide generalized library-building support services.
-# Generated automatically by config.status (ImageMagick) 6.6.2-4
+# Generated automatically by config.status (ImageMagick) 6.6.2-3
# Libtool was configured on host magick.imagemagick.org:
# NOTE: Changes made to this file will be lost: look at ltmain.sh.
#
#define MagickLibVersion 0x662
#define MagickLibVersionText "6.6.2"
#define MagickLibVersionNumber 3,0,0
-#define MagickLibAddendum "-4"
+#define MagickLibAddendum "-3"
#define MagickLibInterface 3
#define MagickLibMinInterface 3
#define MagickReleaseDate "2010-06-07"
# PACKAGE_NAME (e.g. "1.0.0").
PACKAGE_VERSION='6.6.2'
PACKAGE_LIB_VERSION="0x662"
-PACKAGE_RELEASE="4"
+PACKAGE_RELEASE="3"
PACKAGE_LIB_VERSION_NUMBER="6,6,2,${PACKAGE_RELEASE}"
PACKAGE_RELEASE_DATE=`date +%F`
PACKAGE_STRING="$PACKAGE_NAME $PACKAGE_VERSION"