From 56cf2b1288c10bba083d3abc3ac0392c94eb6bc7727fe37beb82d9c97bb9ae42 Mon Sep 17 00:00:00 2001 From: OBS User buildservice-autocommit Date: Thu, 18 Mar 2010 14:32:12 +0000 Subject: [PATCH 1/5] Updating link to change in openSUSE:Factory/ImageMagick revision 32.0 OBS-URL: https://build.opensuse.org/package/show/graphics/ImageMagick?expand=0&rev=693e4598b87c35faa98eb9db1de727f5 --- ready | 0 1 file changed, 0 insertions(+), 0 deletions(-) delete mode 100644 ready diff --git a/ready b/ready deleted file mode 100644 index 473a0f4..0000000 From a743c21260e1531416bc01f17af6b7db55896d77687dd9a635d01c121810c3a6 Mon Sep 17 00:00:00 2001 From: Petr Gajdos Date: Tue, 6 Apr 2010 13:19:45 +0000 Subject: [PATCH 2/5] - updated to version 6.6.1-0: * Fixed bug in equal-size tile cropping, when image has a page offset. * The -recolor 4x4 matrix is now interpretted properly (previously it summed rather attenuating the alpha channel). * Support writing 1-bit PSD images. * Support LCMS 2.0. * Improved WMF support under Windows. * The new coders/png.c was failing to read a 1-bit paletted image properly. * Finished eliminating the deprecated direct references to members of the png_info structure. ImageMagick can now be built with libpng-1.5. * Respect the -density option when rendering a Postscript or PDF image. * Distort barrel no longer complains when 3 arguments are given (reference http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=15883). * Support -direction left-to-right option for rendering text * coders/png.c: Eliminated support of libpng versions older than 1.0.12. * Relocated the new, misplaced png_get_rowbytes() call. * Updated setjmp/longjmp/jmpbuf usage to work with libpng-1.5. * Add support for monochrome PSD images. * VignetteImage() no longer crashes when x and y arguments are both greater than half the width (x) and height (y) of the image. * Eliminated some of the deprecated direct references to members of the png_info structure. This must be finished before we can build with libpng-1.5. * The animate program no longer loops twice when -loop 1 is specified. * The caption format would sometimes hang when the text was not UTF-8. * Don't gamma correct log to linear color conversion unless the -gamma is specified (reference http://www.imagemagick.org/discourse-server/viewtopic.php?f=1&t=15799). * Detect CMYKProcessColor AI tag. * Delete image from command line cache for -write option. * Add support for the Adobe Large Document format. * Recognize -remap option for the mogrify utility. * The default Helvetica font is not always available, check for Century Schoolbook too (reference http://www.imagemagick.org/discourse-server/viewtopic.php?f=2&t=15780). OBS-URL: https://build.opensuse.org/package/show/graphics/ImageMagick?expand=0&rev=25 --- ImageMagick-6.6.0-5.tar.bz2 | 3 -- ImageMagick-6.6.1-0.tar.bz2 | 3 ++ ...doc.patch => ImageMagick-6.6.1.0-doc.patch | 0 ...atch => ImageMagick-6.6.1.0-examples.patch | 0 ImageMagick.changes | 40 +++++++++++++++++++ ImageMagick.spec | 4 +- 6 files changed, 45 insertions(+), 5 deletions(-) delete mode 100644 ImageMagick-6.6.0-5.tar.bz2 create mode 100644 ImageMagick-6.6.1-0.tar.bz2 rename ImageMagick-6.6.0.5-doc.patch => ImageMagick-6.6.1.0-doc.patch (100%) rename ImageMagick-6.6.0.5-examples.patch => ImageMagick-6.6.1.0-examples.patch (100%) diff --git a/ImageMagick-6.6.0-5.tar.bz2 b/ImageMagick-6.6.0-5.tar.bz2 deleted file mode 100644 index 84ed9fd..0000000 --- a/ImageMagick-6.6.0-5.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7d5cb30042ea1ee88485499aa6ed187893a24301be2b7e48eb975a813a68e940 -size 8779522 diff --git a/ImageMagick-6.6.1-0.tar.bz2 b/ImageMagick-6.6.1-0.tar.bz2 new file mode 100644 index 0000000..4c9e48a --- /dev/null +++ b/ImageMagick-6.6.1-0.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:069cb672ac0ffa0e46876c80ec746a8e5e30975b28c4af2bca0e3739f84a00d2 +size 8760944 diff --git a/ImageMagick-6.6.0.5-doc.patch b/ImageMagick-6.6.1.0-doc.patch similarity index 100% rename from ImageMagick-6.6.0.5-doc.patch rename to ImageMagick-6.6.1.0-doc.patch diff --git a/ImageMagick-6.6.0.5-examples.patch b/ImageMagick-6.6.1.0-examples.patch similarity index 100% rename from ImageMagick-6.6.0.5-examples.patch rename to ImageMagick-6.6.1.0-examples.patch diff --git a/ImageMagick.changes b/ImageMagick.changes index 1102a0b..55905de 100644 --- a/ImageMagick.changes +++ b/ImageMagick.changes @@ -1,3 +1,43 @@ +------------------------------------------------------------------- +Tue Apr 6 15:17:00 CEST 2010 - pgajdos@suse.cz + +- updated to version 6.6.1-0: + * Fixed bug in equal-size tile cropping, when image has a page offset. + * The -recolor 4x4 matrix is now interpretted properly (previously it + summed rather attenuating the alpha channel). + * Support writing 1-bit PSD images. + * Support LCMS 2.0. + * Improved WMF support under Windows. + * The new coders/png.c was failing to read a 1-bit paletted image properly. + * Finished eliminating the deprecated direct references to members of + the png_info structure. ImageMagick can now be built with libpng-1.5. + * Respect the -density option when rendering a Postscript or PDF image. + * Distort barrel no longer complains when 3 arguments are given (reference + http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=15883). + * Support -direction left-to-right option for rendering text + * coders/png.c: Eliminated support of libpng versions older than 1.0.12. + * Relocated the new, misplaced png_get_rowbytes() call. + * Updated setjmp/longjmp/jmpbuf usage to work with libpng-1.5. + * Add support for monochrome PSD images. + * VignetteImage() no longer crashes when x and y arguments are both greater + than half the width (x) and height (y) of the image. + * Eliminated some of the deprecated direct references to members of + the png_info structure. This must be finished before we can build + with libpng-1.5. + * The animate program no longer loops twice when -loop 1 is specified. + * The caption format would sometimes hang when the text was not UTF-8. + * Don't gamma correct log to linear color conversion unless the -gamma is + specified (reference + http://www.imagemagick.org/discourse-server/viewtopic.php?f=1&t=15799). + * Detect CMYKProcessColor AI tag. + * Delete image from command line cache for -write option. + * Add support for the Adobe Large Document format. + * Recognize -remap option for the mogrify utility. + * The default Helvetica font is not always available, check for + Century Schoolbook too (reference + http://www.imagemagick.org/discourse-server/viewtopic.php?f=2&t=15780). + + ------------------------------------------------------------------- Mon Mar 15 14:10:18 CET 2010 - pgajdos@suse.cz diff --git a/ImageMagick.spec b/ImageMagick.spec index 97a500b..8f0de76 100644 --- a/ImageMagick.spec +++ b/ImageMagick.spec @@ -29,9 +29,9 @@ Provides: imagemag License: PERMISSIVE-OSI-COMPLIANT Group: Productivity/Graphics/Other AutoReqProv: on -Version: 6.6.0.5 +Version: 6.6.1.0 Release: 1 -%define source_version 6.6.0-5 +%define source_version 6.6.1-0 %define libver 3 Summary: Viewer and Converter for Images Url: http://www.imagemagick.org From 164c8423ca4cb75afeffda18ca38c494214de3e97ea7db00bcb27589d445c3a2 Mon Sep 17 00:00:00 2001 From: Stephan Kulow Date: Wed, 7 Apr 2010 13:52:17 +0000 Subject: [PATCH 3/5] Accepting request 37216 from home:oertel:branches:openSUSE:Factory Copy from home:oertel:branches:openSUSE:Factory/ImageMagick via accept of submit request 37216 revision 2. Request was accepted with message: Reviewed ok OBS-URL: https://build.opensuse.org/request/show/37216 OBS-URL: https://build.opensuse.org/package/show/graphics/ImageMagick?expand=0&rev=26 --- ImageMagick.changes | 5 +++++ baselibs.conf | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/ImageMagick.changes b/ImageMagick.changes index 55905de..3229f8d 100644 --- a/ImageMagick.changes +++ b/ImageMagick.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Apr 7 14:51:13 CEST 2010 - ro@suse.de + +- update baselibs.conf + ------------------------------------------------------------------- Tue Apr 6 15:17:00 CEST 2010 - pgajdos@suse.cz diff --git a/baselibs.conf b/baselibs.conf index 5460201..2b4e90b 100644 --- a/baselibs.conf +++ b/baselibs.conf @@ -1,2 +1,2 @@ -libMagickCore2 -libMagickWand2 +libMagickCore3 +libMagickWand3 From 008848df727bc4613e89591d7c8261941b8cb72b2cadd117e90d3e2d63a6c258 Mon Sep 17 00:00:00 2001 From: OBS User autobuild Date: Wed, 7 Apr 2010 16:18:22 +0000 Subject: [PATCH 4/5] Accepting request 37224 from graphics checked in (request 37224) OBS-URL: https://build.opensuse.org/request/show/37224 OBS-URL: https://build.opensuse.org/package/show/graphics/ImageMagick?expand=0&rev=27 --- ImageMagick-6.6.0-5.tar.bz2 | 3 ++ ...doc.patch => ImageMagick-6.6.0.5-doc.patch | 0 ...atch => ImageMagick-6.6.0.5-examples.patch | 0 ImageMagick-6.6.1-0.tar.bz2 | 3 -- ImageMagick.changes | 45 ------------------- ImageMagick.spec | 4 +- baselibs.conf | 4 +- 7 files changed, 7 insertions(+), 52 deletions(-) create mode 100644 ImageMagick-6.6.0-5.tar.bz2 rename ImageMagick-6.6.1.0-doc.patch => ImageMagick-6.6.0.5-doc.patch (100%) rename ImageMagick-6.6.1.0-examples.patch => ImageMagick-6.6.0.5-examples.patch (100%) delete mode 100644 ImageMagick-6.6.1-0.tar.bz2 diff --git a/ImageMagick-6.6.0-5.tar.bz2 b/ImageMagick-6.6.0-5.tar.bz2 new file mode 100644 index 0000000..84ed9fd --- /dev/null +++ b/ImageMagick-6.6.0-5.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7d5cb30042ea1ee88485499aa6ed187893a24301be2b7e48eb975a813a68e940 +size 8779522 diff --git a/ImageMagick-6.6.1.0-doc.patch b/ImageMagick-6.6.0.5-doc.patch similarity index 100% rename from ImageMagick-6.6.1.0-doc.patch rename to ImageMagick-6.6.0.5-doc.patch diff --git a/ImageMagick-6.6.1.0-examples.patch b/ImageMagick-6.6.0.5-examples.patch similarity index 100% rename from ImageMagick-6.6.1.0-examples.patch rename to ImageMagick-6.6.0.5-examples.patch diff --git a/ImageMagick-6.6.1-0.tar.bz2 b/ImageMagick-6.6.1-0.tar.bz2 deleted file mode 100644 index 4c9e48a..0000000 --- a/ImageMagick-6.6.1-0.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:069cb672ac0ffa0e46876c80ec746a8e5e30975b28c4af2bca0e3739f84a00d2 -size 8760944 diff --git a/ImageMagick.changes b/ImageMagick.changes index 3229f8d..1102a0b 100644 --- a/ImageMagick.changes +++ b/ImageMagick.changes @@ -1,48 +1,3 @@ -------------------------------------------------------------------- -Wed Apr 7 14:51:13 CEST 2010 - ro@suse.de - -- update baselibs.conf - -------------------------------------------------------------------- -Tue Apr 6 15:17:00 CEST 2010 - pgajdos@suse.cz - -- updated to version 6.6.1-0: - * Fixed bug in equal-size tile cropping, when image has a page offset. - * The -recolor 4x4 matrix is now interpretted properly (previously it - summed rather attenuating the alpha channel). - * Support writing 1-bit PSD images. - * Support LCMS 2.0. - * Improved WMF support under Windows. - * The new coders/png.c was failing to read a 1-bit paletted image properly. - * Finished eliminating the deprecated direct references to members of - the png_info structure. ImageMagick can now be built with libpng-1.5. - * Respect the -density option when rendering a Postscript or PDF image. - * Distort barrel no longer complains when 3 arguments are given (reference - http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=15883). - * Support -direction left-to-right option for rendering text - * coders/png.c: Eliminated support of libpng versions older than 1.0.12. - * Relocated the new, misplaced png_get_rowbytes() call. - * Updated setjmp/longjmp/jmpbuf usage to work with libpng-1.5. - * Add support for monochrome PSD images. - * VignetteImage() no longer crashes when x and y arguments are both greater - than half the width (x) and height (y) of the image. - * Eliminated some of the deprecated direct references to members of - the png_info structure. This must be finished before we can build - with libpng-1.5. - * The animate program no longer loops twice when -loop 1 is specified. - * The caption format would sometimes hang when the text was not UTF-8. - * Don't gamma correct log to linear color conversion unless the -gamma is - specified (reference - http://www.imagemagick.org/discourse-server/viewtopic.php?f=1&t=15799). - * Detect CMYKProcessColor AI tag. - * Delete image from command line cache for -write option. - * Add support for the Adobe Large Document format. - * Recognize -remap option for the mogrify utility. - * The default Helvetica font is not always available, check for - Century Schoolbook too (reference - http://www.imagemagick.org/discourse-server/viewtopic.php?f=2&t=15780). - - ------------------------------------------------------------------- Mon Mar 15 14:10:18 CET 2010 - pgajdos@suse.cz diff --git a/ImageMagick.spec b/ImageMagick.spec index 8f0de76..97a500b 100644 --- a/ImageMagick.spec +++ b/ImageMagick.spec @@ -29,9 +29,9 @@ Provides: imagemag License: PERMISSIVE-OSI-COMPLIANT Group: Productivity/Graphics/Other AutoReqProv: on -Version: 6.6.1.0 +Version: 6.6.0.5 Release: 1 -%define source_version 6.6.1-0 +%define source_version 6.6.0-5 %define libver 3 Summary: Viewer and Converter for Images Url: http://www.imagemagick.org diff --git a/baselibs.conf b/baselibs.conf index 2b4e90b..5460201 100644 --- a/baselibs.conf +++ b/baselibs.conf @@ -1,2 +1,2 @@ -libMagickCore3 -libMagickWand3 +libMagickCore2 +libMagickWand2 From 69637f4fd6b46ba72a728817729ad1dc35f9bf06f0b891092166151081f88be4 Mon Sep 17 00:00:00 2001 From: OBS User buildservice-autocommit Date: Wed, 7 Apr 2010 16:18:25 +0000 Subject: [PATCH 5/5] Updating link to change in openSUSE:Factory/ImageMagick revision 33.0 OBS-URL: https://build.opensuse.org/package/show/graphics/ImageMagick?expand=0&rev=230c2d2b9635f20369c44a33f36a250d --- ImageMagick-6.6.0-5.tar.bz2 | 3 -- ImageMagick-6.6.1-0.tar.bz2 | 3 ++ ...doc.patch => ImageMagick-6.6.1.0-doc.patch | 0 ...atch => ImageMagick-6.6.1.0-examples.patch | 0 ImageMagick.changes | 45 +++++++++++++++++++ ImageMagick.spec | 8 ++-- baselibs.conf | 4 +- 7 files changed, 54 insertions(+), 9 deletions(-) delete mode 100644 ImageMagick-6.6.0-5.tar.bz2 create mode 100644 ImageMagick-6.6.1-0.tar.bz2 rename ImageMagick-6.6.0.5-doc.patch => ImageMagick-6.6.1.0-doc.patch (100%) rename ImageMagick-6.6.0.5-examples.patch => ImageMagick-6.6.1.0-examples.patch (100%) diff --git a/ImageMagick-6.6.0-5.tar.bz2 b/ImageMagick-6.6.0-5.tar.bz2 deleted file mode 100644 index 84ed9fd..0000000 --- a/ImageMagick-6.6.0-5.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7d5cb30042ea1ee88485499aa6ed187893a24301be2b7e48eb975a813a68e940 -size 8779522 diff --git a/ImageMagick-6.6.1-0.tar.bz2 b/ImageMagick-6.6.1-0.tar.bz2 new file mode 100644 index 0000000..4c9e48a --- /dev/null +++ b/ImageMagick-6.6.1-0.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:069cb672ac0ffa0e46876c80ec746a8e5e30975b28c4af2bca0e3739f84a00d2 +size 8760944 diff --git a/ImageMagick-6.6.0.5-doc.patch b/ImageMagick-6.6.1.0-doc.patch similarity index 100% rename from ImageMagick-6.6.0.5-doc.patch rename to ImageMagick-6.6.1.0-doc.patch diff --git a/ImageMagick-6.6.0.5-examples.patch b/ImageMagick-6.6.1.0-examples.patch similarity index 100% rename from ImageMagick-6.6.0.5-examples.patch rename to ImageMagick-6.6.1.0-examples.patch diff --git a/ImageMagick.changes b/ImageMagick.changes index 1102a0b..3229f8d 100644 --- a/ImageMagick.changes +++ b/ImageMagick.changes @@ -1,3 +1,48 @@ +------------------------------------------------------------------- +Wed Apr 7 14:51:13 CEST 2010 - ro@suse.de + +- update baselibs.conf + +------------------------------------------------------------------- +Tue Apr 6 15:17:00 CEST 2010 - pgajdos@suse.cz + +- updated to version 6.6.1-0: + * Fixed bug in equal-size tile cropping, when image has a page offset. + * The -recolor 4x4 matrix is now interpretted properly (previously it + summed rather attenuating the alpha channel). + * Support writing 1-bit PSD images. + * Support LCMS 2.0. + * Improved WMF support under Windows. + * The new coders/png.c was failing to read a 1-bit paletted image properly. + * Finished eliminating the deprecated direct references to members of + the png_info structure. ImageMagick can now be built with libpng-1.5. + * Respect the -density option when rendering a Postscript or PDF image. + * Distort barrel no longer complains when 3 arguments are given (reference + http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=15883). + * Support -direction left-to-right option for rendering text + * coders/png.c: Eliminated support of libpng versions older than 1.0.12. + * Relocated the new, misplaced png_get_rowbytes() call. + * Updated setjmp/longjmp/jmpbuf usage to work with libpng-1.5. + * Add support for monochrome PSD images. + * VignetteImage() no longer crashes when x and y arguments are both greater + than half the width (x) and height (y) of the image. + * Eliminated some of the deprecated direct references to members of + the png_info structure. This must be finished before we can build + with libpng-1.5. + * The animate program no longer loops twice when -loop 1 is specified. + * The caption format would sometimes hang when the text was not UTF-8. + * Don't gamma correct log to linear color conversion unless the -gamma is + specified (reference + http://www.imagemagick.org/discourse-server/viewtopic.php?f=1&t=15799). + * Detect CMYKProcessColor AI tag. + * Delete image from command line cache for -write option. + * Add support for the Adobe Large Document format. + * Recognize -remap option for the mogrify utility. + * The default Helvetica font is not always available, check for + Century Schoolbook too (reference + http://www.imagemagick.org/discourse-server/viewtopic.php?f=2&t=15780). + + ------------------------------------------------------------------- Mon Mar 15 14:10:18 CET 2010 - pgajdos@suse.cz diff --git a/ImageMagick.spec b/ImageMagick.spec index 97a500b..9c49e65 100644 --- a/ImageMagick.spec +++ b/ImageMagick.spec @@ -1,5 +1,5 @@ # -# spec file for package ImageMagick (Version 6.6.0.5) +# spec file for package ImageMagick (Version 6.6.1.0) # # Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany. # @@ -26,12 +26,12 @@ BuildRequires: fdupes libdjvulibre-devel libexif-devel libjasper-devel Obsoletes: imagemag Provides: imagemag %define xtp_version 5.4.3 -License: PERMISSIVE-OSI-COMPLIANT +License: Public Domain, Freeware Group: Productivity/Graphics/Other AutoReqProv: on -Version: 6.6.0.5 +Version: 6.6.1.0 Release: 1 -%define source_version 6.6.0-5 +%define source_version 6.6.1-0 %define libver 3 Summary: Viewer and Converter for Images Url: http://www.imagemagick.org diff --git a/baselibs.conf b/baselibs.conf index 5460201..2b4e90b 100644 --- a/baselibs.conf +++ b/baselibs.conf @@ -1,2 +1,2 @@ -libMagickCore2 -libMagickWand2 +libMagickCore3 +libMagickWand3