OBS User unknown 2008-03-28 17:57:10 +00:00 committed by Git OBS Bridge
parent c680662f97
commit 5b17739915
7 changed files with 201 additions and 183 deletions

View File

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

View File

@ -1,11 +0,0 @@
--- Makefile.am
+++ Makefile.am
@@ -21,7 +21,7 @@
AM_CPPFLAGS = -I$(top_builddir) -I$(top_srcdir)
-ACLOCAL_AMFLAGS = -Iltdl/m4 -I m4
+ACLOCAL_AMFLAGS = -I m4
MODULECOMMONFLAGS = -no-undefined -module -avoid-version

View File

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

View File

@ -1,11 +1,11 @@
--- configure.ac
+++ configure.ac
@@ -2132,7 +2132,7 @@
@@ -2325,7 +2325,7 @@
#
# Path to ImageMagick documentation files
-DOCUMENTATION_RELATIVE_PATH="${PACKAGE_NAME}-${PACKAGE_VERSION}"
+DOCUMENTATION_RELATIVE_PATH="packages/${PACKAGE_NAME}"
DOCUMENTATION_PATH="${DATA_DIR}/doc/${DOCUMENTATION_RELATIVE_PATH}/"
DOCUMENTATION_PATH="${DATA_DIR}/doc/${DOCUMENTATION_RELATIVE_PATH}"
DEFINE_DOCUMENTATION_PATH="${DATA_DIR}/doc/${DOCUMENTATION_RELATIVE_PATH}/"
if test "$native_win32_build" = 'yes'; then
DOCUMENTATION_PATH=`$WinPathScript "$DOCUMENTATION_PATH" 1`

View File

@ -1,3 +1,15 @@
-------------------------------------------------------------------
Wed Mar 26 13:57:14 CET 2008 - nadvornik@suse.cz
- updated to 6.3.9-7, see ChangeLog for details
* renamed shared library subpackages:
libMagick10 -> libMagickCore1
libWand10 -> libMagickWand1
libMagick++10 -> libMagick++1
* read EXIF data in TIFF images
* add -encipher / -decipher options to the command-line utilities
* many bugfixes and improvements
-------------------------------------------------------------------
Mon Dec 3 17:39:00 CET 2007 - nadvornik@suse.cz

View File

@ -1,7 +1,7 @@
#
# spec file for package ImageMagick (Version 6.3.7.2)
# spec file for package ImageMagick (Version 6.3.9.7)
#
# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine
# package are under the same license as the package itself.
#
@ -10,12 +10,13 @@
# norootforbuild
Name: ImageMagick
BuildRequires: dcraw freetype2-devel gcc-c++ ghostscript-fonts-other ghostscript-fonts-std
BuildRequires: ghostscript-library liblcms-devel libtiff-devel libwmf-devel
BuildRequires: libxml2-devel pkgconfig
%if %suse_version > 1020
BuildRequires: libdjvulibre-devel libexif-devel libjasper-devel
%if 0%suse_version > 1020
BuildRequires: fdupes libdjvulibre-devel libexif-devel libjasper-devel
%else
BuildRequires: djvulibre libexif libjasper
%endif
@ -27,30 +28,32 @@ Provides: imagemag
License: Any permissive
Group: Productivity/Graphics/Other
AutoReqProv: on
Version: 6.3.7.2
Release: 3
Version: 6.3.9.7
Release: 1
Summary: Viewer and Converter for Images
Url: http://www.imagemagick.org
Source: ImageMagick-6.3.7-2.tar.bz2
Source: ImageMagick-6.3.9-7.tar.bz2
Source2: xtp-%{xtp_version}.tar.bz2
Patch1: ImageMagick-%{version}-examples.patch
Patch2: ImageMagick-%{version}-doc.patch
Patch3: ImageMagick-%{version}-autoconf.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%package -n perl-PerlMagick
License: Public Domain, Freeware
Requires: perl = %{perl_version} ImageMagick = %{version} libMagick10 = %{version}
Summary: Perl interface for ImageMagick
Group: Development/Libraries/Perl
AutoReqProv: on
%package devel
License: Any permissive
Requires: ImageMagick = %{version} libMagick10 = %{version} libtiff-devel libjpeg-devel liblcms-devel freetype2-devel xorg-x11-devel libpng-devel bzip2 libxml2-devel libjasper libwmf-devel
Summary: Include Files and Libraries Mandatory for Development.
Summary: Include Files and Libraries Mandatory for Development
Group: Development/Libraries/C and C++
AutoReqProv: on
%package extra
License: Any permissive
Requires: ImageMagick = %{version} libMagick10 = %{version}
Summary: Viewer and Converter for Images - extra codecs
Group: Productivity/Graphics/Other
@ -58,18 +61,21 @@ Group: Productivity/Graphics/Other
Recommends: autotrace dcraw transfig ghostscript_any hp2xx netpbm ghostpcl libwmf
AutoReqProv: on
%package -n libMagick10
%package -n libMagickCore1
License: Any permissive
Summary: Viewer and Converter for Images - runtime library
Group: Productivity/Graphics/Other
Suggests: ImageMagick-extra = %{version}
AutoReqProv: on
%package -n libWand10
%package -n libMagickWand1
License: Any permissive
Summary: Viewer and Converter for Images - runtime library
Group: Productivity/Graphics/Other
AutoReqProv: on
%package -n libMagick++10
%package -n libMagick++1
License: Any permissive
Requires: ImageMagick = %{version}
Summary: C++ Interface for ImageMagick - runtime library
Group: Development/Libraries/C and C++
@ -79,6 +85,7 @@ Provides: ImageMagick-Magick++ = 6.3.3
Obsoletes: ImageMagick-Magick++ <= 6.3.3
%package -n libMagick++-devel
License: Any permissive
Requires: ImageMagick-devel = %{version} libMagick++10 = %{version} libstdc++-devel
Summary: C++ Interface for ImageMagick - files mandatory for development
Group: Development/Libraries/C and C++
@ -88,10 +95,9 @@ AutoReqProv: on
%prep
rm -rf xtp-%{xtp_version}
%setup -n ImageMagick-6.3.7 -b 2
%setup -n ImageMagick-6.3.9 -b 2
%patch1
%patch2
%patch3
%build
%define system_ltdl 0
@ -100,7 +106,7 @@ cp -f /usr/share/libtool/libltdl/*.{c,h} ltdl
mv ltdl/ltdl.c ltdl/ltdl.c.orig
sed -e "s:<config.h>:<magick/magick-config.h>:" ltdl/ltdl.c.orig >ltdl/ltdl.c
%endif
autoreconf --force --install
#autoreconf --force --install -v
pushd ../xtp-%{xtp_version}
autoreconf --force --install
popd
@ -156,27 +162,25 @@ cp -a scenes $RPM_BUILD_ROOT/%{_defaultdocdir}/%{name}/
find $RPM_BUILD_ROOT/%{_libdir} -name "*.la" -print0 | xargs -0 -r perl -spi -e "s@ -L/usr/src[^ ]*@@g;s@ /usr/lib/libltdl.la@@g"
rm -f $RPM_BUILD_ROOT/%{_libdir}/libltdl.*
rm -f $RPM_BUILD_ROOT/%{_libdir}/*.la
%if 0%{?suse_version} > 1020
%fdupes $RPM_BUILD_ROOT/usr/include/ImageMagick/wand
%fdupes $RPM_BUILD_ROOT/usr/share/doc/packages/ImageMagick/www/api
%endif
%clean
rm -rf $RPM_BUILD_ROOT
%post -n libMagick10
%run_ldconfig
%post -n libMagickCore1 -p /sbin/ldconfig
%postun -n libMagick10
%run_ldconfig
%postun -n libMagickCore1 -p /sbin/ldconfig
%post -n libWand10
%run_ldconfig
%post -n libMagickWand1 -p /sbin/ldconfig
%postun -n libWand10
%run_ldconfig
%postun -n libMagickWand1 -p /sbin/ldconfig
%post -n libMagick++10
%run_ldconfig
%post -n libMagick++1 -p /sbin/ldconfig
%postun -n libMagick++10
%run_ldconfig
%postun -n libMagick++1 -p /sbin/ldconfig
%files
%defattr(-,root,root)
@ -185,11 +189,11 @@ rm -rf $RPM_BUILD_ROOT
%{prefix}/bin/[^MW]*
%doc %{_mandir}/man1/*
%files -n libMagick10
%files -n libMagickCore1
%defattr(-,root,root)
%dir %{_libdir}/ImageMagick*/config
%config %{_libdir}/ImageMagick*/config/*
%{_libdir}/libMagick.so.10*
%{_libdir}/libMagickCore.so.1*
%dir %{_libdir}/ImageMagick*
%dir %{_libdir}/ImageMagick*/modules*
%dir %{_libdir}/ImageMagick*/modules*/*
@ -199,9 +203,9 @@ rm -rf $RPM_BUILD_ROOT
%{_libdir}/ImageMagick*/modules*/*/*.so
%{_libdir}/ImageMagick*/modules*/*/*.la
%files -n libWand10
%files -n libMagickWand1
%defattr(-,root,root)
%{_libdir}/libWand.so.10*
%{_libdir}/libMagickWand.so.1*
%files extra
%defattr(-,root,root)
@ -214,14 +218,19 @@ rm -rf $RPM_BUILD_ROOT
%files devel
%defattr(-,root,root)
%{_libdir}/libMagick.so
%{_libdir}/libWand.so
%{prefix}/include/magick
%{prefix}/include/wand
%{_libdir}/libMagickCore.so
%{_libdir}/libMagickWand.so
%dir %{prefix}/include/ImageMagick
%{prefix}/include/ImageMagick/magick
%{prefix}/include/ImageMagick/wand
%{prefix}/bin/MagickCore-config
%{prefix}/bin/MagickWand-config
%{prefix}/bin/Magick-config
%{prefix}/bin/Wand-config
%{_libdir}/pkgconfig/ImageMagick.pc
%{_libdir}/pkgconfig/Wand.pc
%{_libdir}/pkgconfig/MagickCore.pc
%{_libdir}/pkgconfig/MagickWand.pc
%files -n perl-PerlMagick
%defattr(-,root,root)
@ -232,19 +241,20 @@ rm -rf $RPM_BUILD_ROOT
%{perl_vendorarch}/auto/Image
%{perl_vendorarch}/Image
%files -n libMagick++10
%files -n libMagick++1
%defattr(-,root,root)
%{_libdir}/libMagick++.so.*
%files -n libMagick++-devel
%defattr(-,root,root)
%doc Magick++/demo
%doc Magick++/NEWS Magick++/README Magick++/AUTHORS Magick++/COPYING
%doc Magick++/NEWS Magick++/README Magick++/AUTHORS
%{_libdir}/libMagick++.so
%{prefix}/include/Magick++.h
%{prefix}/include/Magick++
%{prefix}/include/ImageMagick/Magick++.h
%{prefix}/include/ImageMagick/Magick++
%{prefix}/bin/Magick++-config
%{_libdir}/pkgconfig/ImageMagick++.pc
%{_libdir}/pkgconfig/Magick++.pc
%description
ImageMagick is a robust collection of tools and libraries to read,
@ -300,7 +310,7 @@ Authors:
--------
John Cristy <cristy@dupont.com>
%description -n libMagick10
%description -n libMagickCore1
ImageMagick is a robust collection of tools and libraries to read,
write, and manipulate an image in many image formats, including popular
formats like TIFF, JPEG, PNG, PDF, PhotoCD, and GIF. With ImageMagick,
@ -317,7 +327,7 @@ Authors:
--------
John Cristy <cristy@dupont.com>
%description -n libWand10
%description -n libMagickWand1
ImageMagick is a robust collection of tools and libraries to read,
write, and manipulate an image in many image formats, including popular
formats like TIFF, JPEG, PNG, PDF, PhotoCD, and GIF. With ImageMagick,
@ -338,8 +348,6 @@ Authors:
PerlMagick is an objected-oriented Perl interface to ImageMagick. Use
the module to read, manipulate, or write an image or image sequence
from within a Perl script. This makes it suitable for Web CGI scripts.
You must have ImageMagick 4.0.8 above and Perl version 5.002 or greater
installed on your system.
@ -347,7 +355,7 @@ Authors:
--------
John Cristy <cristy@dupont.com>
%description -n libMagick++10
%description -n libMagick++1
This is Magick++, the object-oriented C++ API for the ImageMagick
image-processing library.
@ -390,21 +398,30 @@ Authors:
Bob Friesenhahn <bfriesen@simple.dallas.tx.us>
%changelog
* Mon Dec 03 2007 - nadvornik@suse.cz
* Wed Mar 26 2008 nadvornik@suse.cz
- updated to 6.3.9-7, see ChangeLog for details
* renamed shared library subpackages:
libMagick10 -> libMagickCore1
libWand10 -> libMagickWand1
libMagick++10 -> libMagick++1
* read EXIF data in TIFF images
* add -encipher / -decipher options to the command-line utilities
* many bugfixes and improvements
* Mon Dec 03 2007 nadvornik@suse.cz
- fixed BuildRequires
* Fri Nov 30 2007 - nadvornik@suse.cz
* Fri Nov 30 2007 nadvornik@suse.cz
- updated to 6.3.7-2, see ChangeLog for details
* fixes conflicts in header files [#340485]
* Mon Oct 08 2007 - pth@suse.de
* Mon Oct 08 2007 pth@suse.de
- Add libMagick10 to Requires of perl-PerlMagick (#331611)
* Tue Sep 25 2007 - nadvornik@suse.cz
* Tue Sep 25 2007 nadvornik@suse.cz
- updated to 6.3.5-10: fixes CVE-2007-4985, CVE-2007-4986,
CVE-2007-4987, CVE-2007-4988 [#327021]
* Fri Aug 03 2007 - coolo@suse.de
* Fri Aug 03 2007 coolo@suse.de
- fix provides for ImageMagick-Magick++ (#293401)
* Sat Jul 28 2007 - coolo@suse.de
* Sat Jul 28 2007 coolo@suse.de
- remove requires on ImageMagick-Magick++
* Wed Jul 25 2007 - nadvornik@suse.cz
* Wed Jul 25 2007 nadvornik@suse.cz
- updated to 6.3.5-3, see ChangeLog for details
- reduced the requrements of the main package,
created ImageMagick-extra with full set of requirements
@ -412,307 +429,307 @@ Authors:
* created libMagick10 and libWand10
* renamed ImageMagick-Magick++ -> libMagick++10
* renamed ImageMagick-Magick++-devel -> libMagick++-devel
* Thu Apr 19 2007 - nadvornik@suse.cz
* Thu Apr 19 2007 nadvornik@suse.cz
- updated to 6.3.3-8, see ChangeLog for details
- fixed various crashes on malformed input, including
CVE-2007-1797 and CVE-2007-1667 [#258253]
- do not build static libs
- adjusted BuildRequires for libjasper-devel
* Tue Feb 27 2007 - dmueller@suse.de
* Tue Feb 27 2007 dmueller@suse.de
- adjust BuildRequires: libexif -> libexif-devel
* Mon Feb 19 2007 - mvaner@suse.cz
* Mon Feb 19 2007 mvaner@suse.cz
- Array boundaries fix in bezier path (#243280)
- bezier-array.patch
* Mon Oct 30 2006 - nadvornik@suse.cz
* Mon Oct 30 2006 nadvornik@suse.cz
- fixed overflows in dcm and palm codecs CVE-2006-5456 [#215685]
* Wed Oct 18 2006 - postadal@suse.cz
* Wed Oct 18 2006 postadal@suse.cz
- disabled -fstack-protector for %%suse_version <= 1000
* Tue Oct 17 2006 - nadvornik@suse.cz
* Tue Oct 17 2006 nadvornik@suse.cz
- updated to 1.3.0-0
* enhanced -fx
* many bugfixes, see ChangeLog
* Thu Jul 13 2006 - nadvornik@suse.cz
* Thu Jul 13 2006 nadvornik@suse.cz
- updated to 1.2.8-1
* security fixes merged upstream
* fixed compilation with new libpng
* many other fixes
* Wed Mar 15 2006 - nadvornik@suse.cz
* Wed Mar 15 2006 nadvornik@suse.cz
- fixed rpath in perl module
* Fri Feb 03 2006 - nadvornik@suse.cz
* Fri Feb 03 2006 nadvornik@suse.cz
- better fix for format string vulnerability
CVE-2006-0082 [#141390]
- fixed shell metacharacters in file names passed into delegates
CVE-2005-4601 [#141999]
- added version numbers to devel subpackage requirements
* Wed Jan 25 2006 - mls@suse.de
* Wed Jan 25 2006 mls@suse.de
- converted neededforbuild to BuildRequires
* Mon Jan 16 2006 - meissner@suse.de
* Mon Jan 16 2006 meissner@suse.de
- Use -fstack-protector.
* Tue Dec 20 2005 - nadvornik@suse.cz
* Tue Dec 20 2005 nadvornik@suse.cz
- updated to 6.2.5
* Wed Sep 21 2005 - nadvornik@suse.cz
* Wed Sep 21 2005 nadvornik@suse.cz
- updated to 6.2.4
* Sun Sep 18 2005 - postadal@suse.cz
* Sun Sep 18 2005 postadal@suse.cz
- parallelize build
* Wed Sep 07 2005 - nadvornik@suse.cz
* Wed Sep 07 2005 nadvornik@suse.cz
- fixed URL in man pages [#115568]
* Thu Jul 21 2005 - nadvornik@suse.cz
* Thu Jul 21 2005 nadvornik@suse.cz
- moved .la files back to main package, they are needed for runtime
* Fri Jul 15 2005 - nadvornik@suse.cz
* Fri Jul 15 2005 nadvornik@suse.cz
- updated to 6.2.3
- fixed incorrect char type usage [#95086]
* Tue May 03 2005 - nadvornik@suse.cz
* Tue May 03 2005 nadvornik@suse.cz
- updated to 6.2.2, fixes crash in PNM reader [#80428]
* Wed Mar 09 2005 - nadvornik@suse.cz
* Wed Mar 09 2005 nadvornik@suse.cz
- fixed format string vulnerability [#67273]
* Wed Mar 02 2005 - nadvornik@suse.cz
* Wed Mar 02 2005 nadvornik@suse.cz
- linked PerlMagick correcly
- added xorg-x11-devel to requires of devel subpackage
* Sat Jan 22 2005 - ro@suse.de
* Sat Jan 22 2005 ro@suse.de
- fix libltdl removal on lib64
* Tue Jan 18 2005 - nadvornik@suse.cz
* Tue Jan 18 2005 nadvornik@suse.cz
- updated to 6.1.8
* fixed .psd file read overflow (CAN-2005-0005) [#49839]
* Mon Nov 01 2004 - nadvornik@suse.cz
* Mon Nov 01 2004 nadvornik@suse.cz
- fixed integer overflow in EXIF handling [#47745]
* Tue Sep 14 2004 - nadvornik@suse.cz
* Tue Sep 14 2004 nadvornik@suse.cz
- branched new subpackage ImageMagick-Magick++-devel [#45245]
* Tue Sep 14 2004 - nadvornik@suse.cz
* Tue Sep 14 2004 nadvornik@suse.cz
- removed Requires: ImageMagick-devel from ImageMagick-Magick++ [#45245]
* Tue Sep 07 2004 - nadvornik@suse.cz
* Tue Sep 07 2004 nadvornik@suse.cz
- updated to 6.0.7
* fixed possible miscompilation of included headers
* fixed PerlMagick's Profile crash [#44710]
* other bugfixes
* Tue Aug 31 2004 - nadvornik@suse.cz
* Tue Aug 31 2004 nadvornik@suse.cz
- updated to 6.0.6-2:
* fixed decoding runlength-encoded BMP [#44081]
* enabled LZW compression
* Mon Aug 09 2004 - ro@suse.de
* Mon Aug 09 2004 ro@suse.de
- fix build with current automake
* Mon Jun 28 2004 - nadvornik@suse.cz
* Mon Jun 28 2004 nadvornik@suse.cz
- updated to 6.0.2
* Fri Mar 26 2004 - nadvornik@suse.cz
* Fri Mar 26 2004 nadvornik@suse.cz
- adjusted default fonts
* Fri Feb 06 2004 - nadvornik@suse.cz
* Fri Feb 06 2004 nadvornik@suse.cz
- update to 5.5.7-16
- added run_ldconfig macro
- build as user
* Tue Sep 09 2003 - nadvornik@suse.cz
* Tue Sep 09 2003 nadvornik@suse.cz
- fixed annotate function [29748]
* Mon Sep 08 2003 - nadvornik@suse.cz
* Mon Sep 08 2003 nadvornik@suse.cz
- fixed reading of tiff images [#25552]
* Thu Aug 28 2003 - nadvornik@suse.cz
* Thu Aug 28 2003 nadvornik@suse.cz
- fixed output from Magick++-config --version
- compiled with -fno-strict-aliasing
* Wed Aug 20 2003 - mjancar@suse.cz
* Wed Aug 20 2003 mjancar@suse.cz
- require the perl version we build with
* Tue Jul 29 2003 - nadvornik@suse.cz
* Tue Jul 29 2003 nadvornik@suse.cz
- lib64 fixed
- filelist fixed
* Fri Jul 25 2003 - nadvornik@suse.cz
* Fri Jul 25 2003 nadvornik@suse.cz
- updated to 5.5.7-10
- used perl_process_packlist
* Mon Feb 10 2003 - nadvornik@suse.cz
* Mon Feb 10 2003 nadvornik@suse.cz
- updated to 5.5.4-4:
- fixed bug [#23111]
- copied ltdl sources from libtool package
* Thu Dec 19 2002 - adrian@suse.de
* Thu Dec 19 2002 adrian@suse.de
- add liblcms-devel to #neededforbuild
* Thu Nov 21 2002 - nadvornik@suse.cz
* Thu Nov 21 2002 nadvornik@suse.cz
- updated to 5.5.1
* Wed Nov 20 2002 - ro@suse.de
* Wed Nov 20 2002 ro@suse.de
- fix build with latest automake
* Fri Nov 01 2002 - nadvornik@suse.cz
* Fri Nov 01 2002 nadvornik@suse.cz
- fixed detection of lpr [#21187]
- fixed to compile with new libjasper
* Tue Sep 03 2002 - nadvornik@suse.cz
* Tue Sep 03 2002 nadvornik@suse.cz
- do not try to detect supported ghostscript devices [#18424]
* Thu Aug 29 2002 - nadvornik@suse.cz
* Thu Aug 29 2002 nadvornik@suse.cz
- fixed typo in delegates.mgk
* Sat Aug 10 2002 - kukuk@suse.de
* Sat Aug 10 2002 kukuk@suse.de
- Fix filelist for threaded perl
* Fri Jul 26 2002 - adrian@suse.de
* Fri Jul 26 2002 adrian@suse.de
- fix neededforbuild
* Fri Jul 26 2002 - nadvornik@suse.cz
* Fri Jul 26 2002 nadvornik@suse.cz
- update to 5.4.7-4
* Tue Jul 02 2002 - nadvornik@suse.cz
* Tue Jul 02 2002 nadvornik@suse.cz
- update to 5.4.7
* Fri May 03 2002 - meissner@suse.de
* Fri May 03 2002 meissner@suse.de
- %%_lib fixes
* Wed Mar 06 2002 - nadvornik@suse.cz
* Wed Mar 06 2002 nadvornik@suse.cz
- added symlink index.html->ImageMagick.html in doc directory
* Mon Feb 04 2002 - nadvornik@suse.cz
* Mon Feb 04 2002 nadvornik@suse.cz
- update to 5.4.2-3, xtp updated to 5.4.3
* Fri Feb 01 2002 - ro@suse.de
* Fri Feb 01 2002 ro@suse.de
- changed neededforbuild <libpng> to <libpng-devel-packages>
* Thu Jan 17 2002 - nadvornik@suse.cz
* Thu Jan 17 2002 nadvornik@suse.cz
- html files installed correctly
* Tue Jan 15 2002 - nadvornik@suse.cz
* Tue Jan 15 2002 nadvornik@suse.cz
- update to 5.4.2:
- new scripting language utility, conjure
* Mon Dec 03 2001 - nadvornik@suse.cz
* Mon Dec 03 2001 nadvornik@suse.cz
- update to 5.4.1:
- better SVG support
- changed default background color to none
- eliminated the libMagick.so dependancy on libtiff, libpng, libjpeg
- coders/wmf.c updated for libwmf 0.2
* Thu Oct 18 2001 - nadvornik@suse.cz
* Thu Oct 18 2001 nadvornik@suse.cz
- update to 5.4.0:
- Text drawing now handles UTF8-encoding
- Added a MATLAB encoder
- Uses SHA instead of MD5 for image signatures
* Fri Aug 24 2001 - nadvornik@suse.cz
* Fri Aug 24 2001 nadvornik@suse.cz
- update to 5.3.8:
- Added a new method SetImageClipMask().
- Added @ to the image geometry specification. Use it to specify
the square-root of the maximum area in pixels of an image
- many bugfixes
* Tue Aug 21 2001 - nadvornik@suse.cz
* Tue Aug 21 2001 nadvornik@suse.cz
- removed wv-devel from neededforbuild, it is no longer needed
- fixed segfault in svg converting
- fixed doc installation
* Wed Aug 15 2001 - nadvornik@suse.cz
* Wed Aug 15 2001 nadvornik@suse.cz
- compiled with libjasper
* Tue Jul 24 2001 - nadvornik@suse.cz
* Tue Jul 24 2001 nadvornik@suse.cz
- update to 5.3.7
* Fri Jul 20 2001 - kukuk@suse.de
* Fri Jul 20 2001 kukuk@suse.de
- changed neededforbuild <gs_fonto> to <ghostscript-fonts-other>
- changed neededforbuild <gs_fonts> to <ghostscript-fonts-std>
- changed neededforbuild <gs_lib> to <ghostscript-library>
- changed neededforbuild <gs_serv> to <ghostscript-serv>
* Wed Jun 27 2001 - nadvornik@suse.cz
* Wed Jun 27 2001 nadvornik@suse.cz
- update to 5.3.6
- dropped ImageMagick-pictures subpackage
* Tue Jun 12 2001 - nadvornik@suse.cz
* Tue Jun 12 2001 nadvornik@suse.cz
- update to 5.3.5
- fixed to compile with new autoconf
* Tue Apr 17 2001 - kukuk@suse.de
* Tue Apr 17 2001 kukuk@suse.de
- Remove magickcpp_version macro
* Thu Apr 05 2001 - nadvornik@suse.cz
* Thu Apr 05 2001 nadvornik@suse.cz
- updated to 5.3.1
* Tue Mar 27 2001 - ro@suse.de
* Tue Mar 27 2001 ro@suse.de
- libtoolize main dir as well
* Tue Mar 27 2001 - ro@suse.de
* Tue Mar 27 2001 ro@suse.de
- libtoolize
* Fri Mar 09 2001 - nadvornik@suse.cz
* Fri Mar 09 2001 nadvornik@suse.cz
- updated to 5.3.0
- fixed neededforbuild
* Mon Feb 19 2001 - nadvornik@suse.cz
* Mon Feb 19 2001 nadvornik@suse.cz
- fixed filelist
* Tue Feb 13 2001 - nadvornik@suse.cz
* Tue Feb 13 2001 nadvornik@suse.cz
- update to 5.2.9
* Tue Dec 12 2000 - nadvornik@suse.cz
* Tue Dec 12 2000 nadvornik@suse.cz
- compiled with option --with-threads
* Tue Dec 05 2000 - nadvornik@suse.cz
* Tue Dec 05 2000 nadvornik@suse.cz
- update to 5.2.6
- now uses freetype2
* Thu Nov 16 2000 - nadvornik@suse.cz
* Thu Nov 16 2000 nadvornik@suse.cz
- update to 5.2.5
* Tue Nov 14 2000 - nadvornik@suse.cz
* Tue Nov 14 2000 nadvornik@suse.cz
- fixed writing transparent xpm files
* Wed Nov 08 2000 - nadvornik@suse.cz
* Wed Nov 08 2000 nadvornik@suse.cz
- changed to long names
- imagemag -> ImageMagick
- magickd -> ImageMagick-devel
- magickpp -> ImageMagick-Magick++
- plmagick -> perl-PerlMagick
- impict -> ImageMagick-pictures
* Wed Oct 18 2000 - nadvornik@suse.cz
* Wed Oct 18 2000 nadvornik@suse.cz
- update to 5.2.4
- compiled with --with-modules
* Mon Sep 18 2000 - nadvornik@suse.cz
* Mon Sep 18 2000 nadvornik@suse.cz
- fixed usage of suse_update_config
* Thu Sep 14 2000 - nadvornik@suse.cz
* Thu Sep 14 2000 nadvornik@suse.cz
- drop subpackage imfilm, removed povray from neededforbuild
- povray scripts are now in /usr/share/doc/imagemag/scenes
* Thu Sep 14 2000 - nadvornik@suse.cz
* Thu Sep 14 2000 nadvornik@suse.cz
- update to 5.2.3
- new subpackage magickd for includes and static libs
- changed prefix to /usr
- removed --without-largefiles
* Wed Aug 23 2000 - ro@suse.de
* Wed Aug 23 2000 ro@suse.de
- fixed perl path
* Thu Jun 08 2000 - nadvornik@suse.cz
* Thu Jun 08 2000 nadvornik@suse.cz
- update to latest source from ftp
- added source url
* Tue Jun 06 2000 - nadvornik@suse.cz
* Tue Jun 06 2000 nadvornik@suse.cz
- images, scenes -> /usr/share/ImageMagick
- doc -> %%{_defaultdocdir}/imagemag
* Mon Jun 05 2000 - nadvornik@suse.cz
* Mon Jun 05 2000 nadvornik@suse.cz
- used --without-largefiles
* Thu Jun 01 2000 - nadvornik@suse.cz
* Thu Jun 01 2000 nadvornik@suse.cz
- xtp updated to 5.2.0
* Mon May 29 2000 - nadvornik@suse.cz
* Mon May 29 2000 nadvornik@suse.cz
- updated to 5.2.0
* Fri May 19 2000 - nadvornik@suse.cz
* Fri May 19 2000 nadvornik@suse.cz
- used %%{_defaultdocdir}
- changed group
* Fri Apr 28 2000 - nadvornik@suse.cz
* Fri Apr 28 2000 nadvornik@suse.cz
- fixed to compile with xf86-4.0
* Mon Apr 10 2000 - nadvornik@suse.cz
* Mon Apr 10 2000 nadvornik@suse.cz
- added URL
* Fri Apr 07 2000 - bk@suse.de
* Fri Apr 07 2000 bk@suse.de
- added suse config update macro
* Thu Apr 06 2000 - nadvornik@suse.cz
* Thu Apr 06 2000 nadvornik@suse.cz
- update to 5.1.1
- added BuildRoot
* Wed Jan 19 2000 - ro@suse.de
* Wed Jan 19 2000 ro@suse.de
- fixed specfile
* Mon Jan 03 2000 - ro@suse.de
* Mon Jan 03 2000 ro@suse.de
- update to 5.1.0
* Mon Sep 27 1999 - bs@suse.de
* Mon Sep 27 1999 bs@suse.de
- fixed requirements for sub packages
* Mon Sep 13 1999 - bs@suse.de
* Mon Sep 13 1999 bs@suse.de
- ran old prepare_spec on spec file to switch to new prepare_spec.
* Thu Sep 02 1999 - ro@suse.de
* Thu Sep 02 1999 ro@suse.de
- update to 4.2.9
* Mon Jun 28 1999 - ro@suse.de
* Mon Jun 28 1999 ro@suse.de
- update to 4.2.7
* Wed May 19 1999 - ro@suse.de
* Wed May 19 1999 ro@suse.de
- fixed path in specfile
* Wed May 19 1999 - ro@suse.de
* Wed May 19 1999 ro@suse.de
- fixed specfile
* Wed May 19 1999 - ro@suse.de
* Wed May 19 1999 ro@suse.de
- update to 4.2.5
- new subpackage: magickpp (aka Magick++) a C++-API for libmagick
* Fri Feb 19 1999 - ro@suse.de
* Fri Feb 19 1999 ro@suse.de
- update to 4.2.0
* Mon Jan 18 1999 - bs@suse.de
* Mon Jan 18 1999 bs@suse.de
- set libraries to 755
* Wed Jan 13 1999 - ro@suse.de
* Wed Jan 13 1999 ro@suse.de
- update to 4.1.7 / PerlMagick 1.58
* Mon Dec 14 1998 - ro@suse.de
* Mon Dec 14 1998 ro@suse.de
- update to 4.1.6
- disabled unix98/ptys in configure.in
* Tue Dec 01 1998 - ro@suse.de
* Tue Dec 01 1998 ro@suse.de
- update to 4.1.5 / PerlMagick 1.53
* Tue Nov 17 1998 - ro@suse.de
* Tue Nov 17 1998 ro@suse.de
- update to 4.1.4
- switched to use configure instead of imake
* Mon Aug 17 1998 - ro@suse.de
* Mon Aug 17 1998 ro@suse.de
- update to 4.0.9
* Fri Aug 14 1998 - ro@suse.de
* Fri Aug 14 1998 ro@suse.de
- fixed online documentation
/usr/doc/packages/ImageMagick/ImageMagick.html is start page
- added new subpackage PerlMagick "plmagick"
* Thu Aug 13 1998 - ro@suse.de
* Thu Aug 13 1998 ro@suse.de
- update to 4.0.8
fixed default for printCommand in Display with a app-defaults file
* Mon Jun 29 1998 - ro@suse.de
* Mon Jun 29 1998 ro@suse.de
- update to version 4.0.7
needs libpng-1.0.1 (and povray built with that version)
* Tue Apr 07 1998 - ro@suse.de
* Tue Apr 07 1998 ro@suse.de
- update to version 4.0.4
added freetype support
needs libpng-1.0.1 (and povray built with that version)
* Sun Mar 01 1998 - ro@suse.de
* Sun Mar 01 1998 ro@suse.de
- update to version 4.0.1
* Sun Nov 16 1997 - ro@suse.de
* Sun Nov 16 1997 ro@suse.de
- fixed Symlink /usr/doc/packages/ImageMagick
* Fri Nov 14 1997 - ro@suse.de
* Fri Nov 14 1997 ro@suse.de
- new version 3.9.2
* Tue Nov 11 1997 - ro@suse.de
* Tue Nov 11 1997 ro@suse.de
- imfilm and impict are built from same specfile
* Mon Nov 03 1997 - ro@suse.de
* Mon Nov 03 1997 ro@suse.de
- ready for autobuild