From: cristy Date: Tue, 3 Nov 2009 02:17:57 +0000 (+0000) Subject: (no commit message) X-Git-Tag: 7.0.1-0~10424 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e99d1c0729d123b7fdb0367337d643f3637ab104;p=imagemagick --- diff --git a/ImageMagick.spec b/ImageMagick.spec index 3e54414c1..282e8117e 100644 --- a/ImageMagick.spec +++ b/ImageMagick.spec @@ -1,5 +1,5 @@ %define VERSION 6.5.7 -%define Patchlevel 5 +%define Patchlevel 4 Name: ImageMagick Version: %{VERSION} diff --git a/PerlMagick/Makefile.PL b/PerlMagick/Makefile.PL index 8b90a3099..01983b705 100644 --- a/PerlMagick/Makefile.PL +++ b/PerlMagick/Makefile.PL @@ -210,7 +210,7 @@ WriteMakefile # 'OPTIMIZE' => '', # Use same compiler as ImageMagick - 'PERLMAINCC' => ' -fopenmp', + 'PERLMAINCC' => 'gcc -std=gnu99 -fopenmp', # Set Perl installation prefix to ImageMagick installation prefix # 'PREFIX' => '/usr/local', diff --git a/config/configure.xml b/config/configure.xml index 616dfc87b..179a14b90 100644 --- a/config/configure.xml +++ b/config/configure.xml @@ -8,9 +8,9 @@ - + - + @@ -23,7 +23,7 @@ - + diff --git a/libtool b/libtool index 703a9c9d8..456d3f546 100755 --- a/libtool +++ b/libtool @@ -1,7 +1,7 @@ #! /bin/sh # libtool - Provide generalized library-building support services. -# Generated automatically by config.status (ImageMagick) 6.5.7-5 +# Generated automatically by config.status (ImageMagick) 6.5.7-4 # Libtool was configured on host magick.imagemagick.org: # NOTE: Changes made to this file will be lost: look at ltmain.sh. # diff --git a/magick/version.h b/magick/version.h index dd2f851d0..54145381f 100644 --- a/magick/version.h +++ b/magick/version.h @@ -30,7 +30,7 @@ extern "C" { #define MagickLibVersion 0x657 #define MagickLibVersionText "6.5.7" #define MagickLibVersionNumber 2,0,0 -#define MagickLibSubversion "-5" +#define MagickLibSubversion "-4" #define MagickReleaseDate "2009-11-02" #define MagickChangeDate "20091101" #define MagickAuthoritativeURL "http://www.imagemagick.org" diff --git a/utilities/import.c b/utilities/import.c index e876a9111..37374f8d3 100644 --- a/utilities/import.c +++ b/utilities/import.c @@ -94,7 +94,7 @@ int main(int argc,char **argv) exception=AcquireExceptionInfo(); image_info=AcquireImageInfo(); status=MagickCommandGenesis(image_info,ImportImageCommand,argc,argv, - (char *) NULL,exception); + (char **) NULL,exception); image_info=DestroyImageInfo(image_info); exception=DestroyExceptionInfo(exception); MagickCoreTerminus(); diff --git a/version.sh b/version.sh index 6b7b79298..e6f83f668 100644 --- a/version.sh +++ b/version.sh @@ -12,7 +12,7 @@ PACKAGE_NAME='ImageMagick' # PACKAGE_NAME (e.g. "1.0.0"). PACKAGE_VERSION='6.5.7' PACKAGE_LIB_VERSION="0x657" -PACKAGE_RELEASE="5" +PACKAGE_RELEASE="4" PACKAGE_LIB_VERSION_NUMBER="6,5,7,${PACKAGE_RELEASE}" PACKAGE_RELEASE_DATE=`date +%F` PACKAGE_STRING="$PACKAGE_NAME $PACKAGE_VERSION"