From: cristy Date: Thu, 14 Feb 2013 00:50:18 +0000 (+0000) Subject: (no commit message) X-Git-Tag: 7.0.1-0~4245 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=696c4f1134ec3c7d7295dd9157db5b419907abac;p=imagemagick --- diff --git a/MagickCore/version.h b/MagickCore/version.h index 15bbdccfb..0c96638b2 100644 --- a/MagickCore/version.h +++ b/MagickCore/version.h @@ -27,7 +27,7 @@ extern "C" { */ #define MagickPackageName "ImageMagick" #define MagickCopyright "Copyright (C) 1999-2013 ImageMagick Studio LLC" -#define MagickSVNRevision "11008:11027M" +#define MagickSVNRevision "11008:11029M" #define MagickLibVersion 0x700 #define MagickLibVersionText "7.0.0" #define MagickLibVersionNumber 1,0,0 diff --git a/Makefile.am b/Makefile.am index 53553f676..7eb3b38d4 100644 --- a/Makefile.am +++ b/Makefile.am @@ -153,7 +153,7 @@ pkgconfig_DATA = \ $(MAGICKPP_PKGCONFIG) # create a copy for pc file (ideally the non abi should be symlinked) -%@MAGICK_MAJOR_VERSION@.@MAGICK_ABI_SUFFIX@.pc: %.pc +%-@MAGICK_MAJOR_VERSION@.@MAGICK_ABI_SUFFIX@.pc: %.pc cp -f $^ $@ # Manual pages to install diff --git a/Makefile.in b/Makefile.in index 081133ea4..346c156ef 100644 --- a/Makefile.in +++ b/Makefile.in @@ -10773,7 +10773,7 @@ perl-sources: perl-quantum-sources @WITH_PERL_FALSE@distclean-perl: # create a copy for pc file (ideally the non abi should be symlinked) -%@MAGICK_MAJOR_VERSION@.@MAGICK_ABI_SUFFIX@.pc: %.pc +%-@MAGICK_MAJOR_VERSION@.@MAGICK_ABI_SUFFIX@.pc: %.pc cp -f $^ $@ all-local: $(MAGICKPP_LOCAL_TARGETS) $(PERLMAGICK_ALL_LOCAL_TARGETS) $(MAINTAINER_TARGETS) diff --git a/PerlMagick/t/filter.t b/PerlMagick/t/filter.t index 6d29991b0..ad619c889 100644 --- a/PerlMagick/t/filter.t +++ b/PerlMagick/t/filter.t @@ -28,7 +28,7 @@ use FileHandle; autoflush STDOUT 1; autoflush STDERR 1; -$fuzz=int(0.0*Image::Magick->new()->QuantumRange); +$fuzz=int(0.05*(Image::Magick->new()->QuantumRange)); testFilterCompare('input.miff', q//, 'reference/filter/AdaptiveThreshold.miff', 'AdaptiveThreshold', q/'5x5+5%'/, 0.0, 0.0); ++$test; diff --git a/configure b/configure index fe07e47d2..6fad49856 100755 --- a/configure +++ b/configure @@ -3668,7 +3668,7 @@ MAGICK_PATCHLEVEL_VERSION=0 MAGICK_VERSION=7.0.0-0 -MAGICK_SVN_REVISION=11008:11027M +MAGICK_SVN_REVISION=11008:11029M # Substitute library versioning