Accepting request 179259 from graphics

- use AllCompliance instead of X11Compliance to cover also 'None'
  [bnc#825151]
  * adjusted no-XPMCompliance.patch

OBS-URL: https://build.opensuse.org/request/show/179259
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ImageMagick?expand=0&rev=94
This commit is contained in:
Stephan Kulow 2013-06-18 13:15:51 +00:00 committed by Git OBS Bridge
commit db5487db43
3 changed files with 12 additions and 1 deletions

View File

@ -7,7 +7,7 @@ Index: ImageMagick-6.8.5-7/coders/xpm.c
image->matte=MagickTrue;
}
- status=QueryColorCompliance(target,XPMCompliance,&image->colormap[j],
+ status=QueryColorCompliance(target,X11Compliance,&image->colormap[j],
+ status=QueryColorCompliance(target,AllCompliance,&image->colormap[j],
exception);
if (status == MagickFalse)
break;

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Mon Jun 17 08:37:56 UTC 2013 - pgajdos@suse.com
- use AllCompliance instead of X11Compliance to cover also 'None'
[bnc#825151]
* adjusted no-XPMCompliance.patch
-------------------------------------------------------------------
Mon Jun 3 15:37:32 UTC 2013 - pgajdos@suse.com

View File

@ -400,4 +400,8 @@ HTML documentation for ImageMagick library and scene examples.
%changelog