From 0615f0e3df9a1f8028f78e871da02d9f1fe84b62 Mon Sep 17 00:00:00 2001 From: cristy Date: Wed, 12 Oct 2011 11:36:46 +0000 Subject: [PATCH] --- MagickCore/version.h | 4 ++-- coders/jpeg.c | 2 +- config/configure.xml | 4 ++-- configure | 8 ++++---- configure.ac | 6 +++--- 5 files changed, 12 insertions(+), 12 deletions(-) diff --git a/MagickCore/version.h b/MagickCore/version.h index e440d9be1..19e6d8451 100644 --- a/MagickCore/version.h +++ b/MagickCore/version.h @@ -27,14 +27,14 @@ extern "C" { */ #define MagickPackageName "ImageMagick" #define MagickCopyright "Copyright (C) 1999-2011 ImageMagick Studio LLC" -#define MagickSVNRevision "5563" +#define MagickSVNRevision "5599" #define MagickLibVersion 0x700 #define MagickLibVersionText "7.0.0" #define MagickLibVersionNumber 7,0,0 #define MagickLibAddendum "-0" #define MagickLibInterface 7 #define MagickLibMinInterface 7 -#define MagickReleaseDate "2011-10-08" +#define MagickReleaseDate "2011-10-12" #define MagickChangeDate "20110801" #define MagickAuthoritativeURL "http://www.imagemagick.org" #if defined(MAGICKCORE_OPENMP_SUPPORT) diff --git a/coders/jpeg.c b/coders/jpeg.c index 64e9e59f0..ee07e3a83 100644 --- a/coders/jpeg.c +++ b/coders/jpeg.c @@ -1670,7 +1670,7 @@ static void WriteProfile(j_compress_ptr jpeg_info,Image *image) /* Add namespace to XMP profile. */ - xmp_profile=StringToStringInfo("http://ns.adobe.com/xap/1.0/"); + xmp_profile=StringToStringInfo("http://ns.adobe.com/xap/1.0/ "); ConcatenateStringInfo(xmp_profile,profile); GetStringInfoDatum(xmp_profile)[28]='\0'; for (i=0; i < (ssize_t) GetStringInfoLength(xmp_profile); i+=65533L) diff --git a/config/configure.xml b/config/configure.xml index a1aaab397..11cdc50a1 100644 --- a/config/configure.xml +++ b/config/configure.xml @@ -10,8 +10,8 @@ - - + + diff --git a/configure b/configure index e0d87e72c..0e699fdc2 100755 --- a/configure +++ b/configure @@ -3584,7 +3584,7 @@ MAGICK_LIBRARY_CURRENT_MIN=`expr $MAGICK_LIBRARY_CURRENT - $MAGICK_LIBRARY_AGE` MAGICK_LIBRARY_VERSION_INFO=$MAGICK_LIBRARY_CURRENT:$MAGICK_LIBRARY_REVISION:$MAGICK_LIBRARY_AGE -MAGICK_SVN_REVISION=5563 +MAGICK_SVN_REVISION=5599 @@ -30070,8 +30070,8 @@ fi if test $passed -gt 0; then for var in 5 4 2 '' ; do - if test "$have_png" == 'no' ; then - if test "x${var}" == 'x' ; then + if test "$have_png" = 'no' ; then + if test "x${var}" = 'x' ; then pnglib='png' else pnglib="png1${var}" @@ -30080,7 +30080,7 @@ fi # Test for compatible LIBPNG library failed=0 passed=0 - if test "$with_png" == 'yes' -o "$with_png" == "libpng1${var}" ; then + if test "$with_png" = 'yes' -o "$with_png" = "libpng1${var}" ; then if test "${pnglib}" != 'png' ; then { $as_echo "$as_me:${as_lineno-$LINENO}: checking for LIBPNG1${var} support " >&5 $as_echo_n "checking for LIBPNG1${var} support ... " >&6; } diff --git a/configure.ac b/configure.ac index 5bf3e67c2..c45a3e4d7 100755 --- a/configure.ac +++ b/configure.ac @@ -2436,8 +2436,8 @@ if test "$with_png" != 'no' -a "$have_zlib" != 'no' ; then if test $passed -gt 0; then for var in 5 4 2 '' ; do - if test "$have_png" == 'no' ; then - if test "x${var}" == 'x' ; then + if test "$have_png" = 'no' ; then + if test "x${var}" = 'x' ; then pnglib='png' else pnglib="png1${var}" @@ -2446,7 +2446,7 @@ if test "$with_png" != 'no' -a "$have_zlib" != 'no' ; then # Test for compatible LIBPNG library failed=0 passed=0 - if test "$with_png" == 'yes' -o "$with_png" == "libpng1${var}" ; then + if test "$with_png" = 'yes' -o "$with_png" = "libpng1${var}" ; then if test "${pnglib}" != 'png' ; then AC_MSG_CHECKING(for LIBPNG1${var} support ) AC_TRY_COMPILE( -- 2.40.0