- updated to 6.7.6.9:

* Don't write an invalid PNG sRGB chunk when rendering intent is undefined.
  * EXR images are in the linear RGB colorspace with a gamma of 1.0.
  * Correct annotation offset for right-to-left labels.
  * The -level 100x0% now produces the equivalent of -negate.
  * etc., see ChangeLog

OBS-URL: https://build.opensuse.org/package/show/graphics/ImageMagick?expand=0&rev=125
This commit is contained in:
Petr Gajdos 2012-05-16 10:15:32 +00:00 committed by Git OBS Bridge
parent 5425850c64
commit a6dd7aea2c
5 changed files with 20 additions and 6 deletions

View File

@ -2,11 +2,11 @@ Index: configure.ac
===================================================================
--- configure.ac.orig
+++ configure.ac
@@ -2751,7 +2751,7 @@ AC_SUBST(FILTER_PATH)
@@ -2973,7 +2973,7 @@ AC_SUBST(FILTER_PATH)
#
# Path to ImageMagick documentation files
-DOCUMENTATION_RELATIVE_PATH=""
-DOCUMENTATION_RELATIVE_PATH="${PACKAGE_NAME}-${PACKAGE_VERSION}"
+DOCUMENTATION_RELATIVE_PATH="packages/${PACKAGE_NAME}"
DOCUMENTATION_PATH="${DOC_DIR}/${DOCUMENTATION_RELATIVE_PATH}"
DEFINE_DOCUMENTATION_PATH="${DOC_DIR}/${DOCUMENTATION_RELATIVE_PATH}/"

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:fb96ebd585f8a3e0c4638fc6383ef6fedcb2f36783c0a90ff8e2c95af20f9baa
size 10417616

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:7c8e0169f07ad541c1665c57101f1c8d5f908aa89675c3480955d36c2c4836d9
size 10490159

View File

@ -1,3 +1,13 @@
-------------------------------------------------------------------
Wed May 16 09:48:34 UTC 2012 - pgajdos@suse.com
- updated to 6.7.6.9:
* Don't write an invalid PNG sRGB chunk when rendering intent is undefined.
* EXR images are in the linear RGB colorspace with a gamma of 1.0.
* Correct annotation offset for right-to-left labels.
* The -level 100x0% now produces the equivalent of -negate.
* etc., see ChangeLog
-------------------------------------------------------------------
Tue Mar 27 16:20:53 UTC 2012 - pgajdos@suse.com

View File

@ -41,7 +41,7 @@ BuildRequires: libwebp-devel
BuildRequires: librsvg-devel
%define mfr_version 6.7.6
%define mfr_revision 1
%define mfr_revision 9
%define source_version %{mfr_version}-%{mfr_revision}
Version: %{mfr_version}.%{mfr_revision}
Release: 0
@ -395,6 +395,10 @@ HTML documentation for ImageMagick library and scene examples.
%changelog