%define perl_ver %(eval `perl -V:version`; echo $version) %define perl_major_ver %(eval `perl -V:version`; echo ${version%*.[0-9]*}.0) %define pl_num %(echo %version | cut -d. -f 4) %define majver %(echo %version | cut -d. -f 1-3) %define maj2ver %(echo %version | cut -d. -f 1-2) %define MAJver %(echo %version | cut -d. -f 1) Name: ImageMagick69 Version: 6.9.5.3 Release: 2mamba Summary: Tools and libraries to read, write, and manipulate an image in many image formats Group: Applications/Graphics Vendor: openmamba Distribution: openmamba Packager: Silvan Calarco URL: http://www.imagemagick.org Source: ftp://ftp.imagemagick.org/pub/ImageMagick/ImageMagick-%{majver}-%{pl_num}.tar.xz License: GPL ## AUTOBUILDREQ-BEGIN BuildRequires: ghostscript-devel BuildRequires: glibc-devel %if "%{stage1}" != "1" BuildRequires: libautotrace-devel %endif BuildRequires: libbzip2-devel BuildRequires: libcairo-devel BuildRequires: libdjvulibre-devel BuildRequires: libEMF-devel BuildRequires: libexpat-devel BuildRequires: libffi-devel BuildRequires: libfftw-devel BuildRequires: libfontconfig-devel BuildRequires: libfreetype-devel BuildRequires: libgcc BuildRequires: libgd-devel BuildRequires: libglib-devel BuildRequires: libgomp-devel BuildRequires: libgraphite2-devel BuildRequires: libharfbuzz-devel BuildRequires: libICE-devel BuildRequires: libilmbase-devel BuildRequires: libjasper-devel BuildRequires: libjbig-devel BuildRequires: libjpeg-devel BuildRequires: liblcms2-devel BuildRequires: liblqr-devel BuildRequires: libltdl-devel BuildRequires: liblzma-devel BuildRequires: libming-devel BuildRequires: libopenexr-devel BuildRequires: libpango-devel BuildRequires: libplot-devel BuildRequires: libpng-devel %if "%{stage1}" != "1" BuildRequires: libpstoedit-devel %endif BuildRequires: libSM-devel BuildRequires: libstdc++6-devel BuildRequires: libtiff-devel BuildRequires: libgif-devel BuildRequires: libuuid-devel BuildRequires: libwebp-devel BuildRequires: libX11-devel BuildRequires: libXau-devel BuildRequires: libXaw-devel BuildRequires: libxcb-devel BuildRequires: libXdmcp-devel BuildRequires: libXext-devel BuildRequires: libxml2-devel BuildRequires: libXmu-devel BuildRequires: libXpm-devel BuildRequires: libXt-devel BuildRequires: libz-devel BuildRequires: perl-devel ## AUTOBUILDREQ-END BuildRequires: libsane-backends >= 1.0.13 BuildRequires: tetex-dvips BuildRequires: netpbm >= 10.20 BuildRequires: groff >= 1.19.1 BuildRequires: ghostscript >= 7.07.1 BuildRequires: transfig %if "%{stage1}" != "1" BuildRequires: gnuplot %endif #BuildRequires: xterm BuildRoot: %{_tmppath}/%{name}-%{version}-root Requires: libMagick69 = %{version}-%{release} # FIXME: FlashPIX is missing (fpxlib.h) # FIXME: checking jbig.h presence... no %description ImageMagickTM is a robust collection of tools and libraries to read, write, and manipulate an image in many image formats (over 89 major formats) including popular formats like TIFF, JPEG, PNG, PDF, PhotoCD, and GIF. With ImageMagick you can create images dynamically, making it suitable for Web applications. You can also resize, rotate, sharpen, color reduce, or add special effects to an image or image sequence and save your completed work in the same or differing image format. Image processing operations are available from the command line, or from the C, C++, Perl, Java, PHP, Python, or Ruby programming languages. A high-quality 2D renderer is included, which provides a subset of SVG capabilities. ImageMagick's focus is on performance, minimizing bugs, and providing stable APIs and ABIs. Here are just a few examples of what ImageMagick can do: * Convert an image from one format to another (e.g. TIFF to JPEG) * Resize, rotate, sharpen, color reduce, or add special effects to an image * Create a montage of image thumbnails * Create a transparent image suitable for use on the Web * Turn a group of images into a GIF animation sequence * Create a composite image by combining several separate images * Draw shapes or text on an image * Decorate an image with a border or frame * Describe the format and characteristics of an image %package -n libMagick69 Summary: Libraries to read, write, and manipulate an image in many image formats Group: System/Libraries %description -n libMagick69 ImageMagickTM is a robust collection of tools and libraries to read, write, and manipulate an image in many image formats (over 89 major formats) including popular formats like TIFF, JPEG, PNG, PDF, PhotoCD, and GIF. With ImageMagick you can create images dynamically, making it suitable for Web applications. You can also resize, rotate, sharpen, color reduce, or add special effects to an image or image sequence and save your completed work in the same or differing image format. Image processing operations are available from the command line, or from the C, C++, Perl, Java, PHP, Python, or Ruby programming languages. A high-quality 2D renderer is included, which provides a subset of SVG capabilities. ImageMagick's focus is on performance, minimizing bugs, and providing stable APIs and ABIs. This package contains the shared libraries. %package -n libMagick69-devel Summary: Devel files for ImageMagick Group: Development/Libraries Requires: libMagick69 = %{version}-%{release} %description -n libMagick69-devel ImageMagickTM is a robust collection of tools and libraries to read, write, and manipulate an image in many image formats (over 89 major formats) including popular formats like TIFF, JPEG, PNG, PDF, PhotoCD, and GIF. With ImageMagick you can create images dynamically, making it suitable for Web applications. You can also resize, rotate, sharpen, color reduce, or add special effects to an image or image sequence and save your completed work in the same or differing image format. Image processing operations are available from the command line, or from the C, C++, Perl, Java, PHP, Python, or Ruby programming languages. A high-quality 2D renderer is included, which provides a subset of SVG capabilities. ImageMagick's focus is on performance, minimizing bugs, and providing stable APIs and ABIs. This package contains static libraries and header files need for development. %package -n perl-Magick69 Summary: PerlMagick - An objected-oriented Perl interface to ImageMagick Group: System/Libraries/Perl Requires: %{name} = %{version}-%{release} Requires: perl >= %{perl_major_ver} %description -n perl-Magick69 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 very suitable for Web CGI scripts. %package apidocs Summary: ImageMagick API documentation Group: Documentation %description apidocs ImageMagick API documentation. %prep %setup -q -n ImageMagick-%{majver}-%{pl_num} find utilities/* -type f -name \*.1.in \ -exec sed -i "s,\(file://@MagickDocumentPath@/index.html\)\.,\1," {} \; %build %configure \ --with-modules=yes \ --with-windows-font-dir=%{_datadir}/fonts/msttcorefonts \ --enable-shared \ --with-gslib=yrs \ --enable-hdri \ --with-autotrace \ --with-perl=yes \ PKG_CONFIG=pkg-config %make \ %ifarch x86_64 LDFLAGS="-L%{_libdir}" %endif %install [ "%{buildroot}" != / ] && rm -rf %{buildroot} %makeinstall # already provided by 'libltdl' rm -f %{buildroot}%{_libdir}/libltdl.{so.*,a,la,so} # cleanup unpackaged files find %{buildroot}%{_libdir} \ -type f \( -name perllocal.pod -o -name .packlist \) -exec rm -f {} \; #ln -s ImageMagick-%{MAJver} %{buildroot}%{_includedir}/ImageMagick #ln -s libMagickWand-Q16HDRI.so.7.0.0 %{buildroot}%{_libdir}/libMagickWand-Q16HDRI.so #ln -s libMagick++-Q16HDRI.so.7.0.0 %{buildroot}%{_libdir}/libMagick++-Q16HDRI.so #ln -s libMagickCore-Q16HDRI.so.7.0.0 %{buildroot}%{_libdir}/libMagickCore-Q16HDRI.so %clean [ "%{buildroot}" != / ] && rm -rf %{buildroot} %post -n libMagick69 -p /sbin/ldconfig %postun -n libMagick69 -p /sbin/ldconfig %files %defattr(-,root,root) %{_bindir}/animate %{_bindir}/compare %{_bindir}/composite %{_bindir}/conjure %{_bindir}/convert %{_bindir}/display %{_bindir}/identify %{_bindir}/import %{_bindir}/mogrify %{_bindir}/montage %{_bindir}/stream %{_mandir}/man1/* %files -n libMagick69 %defattr(-,root,root) %{_sysconfdir}/ImageMagick-%{MAJver}/*.xml #%{_sysconfdir}/ImageMagick/sRGB.icc %dir %{_libdir}/ImageMagick-%{majver} %{_libdir}/ImageMagick-%{majver}/* %{_libdir}/lib*.so.* %dir %{_datadir}/ImageMagick-%{MAJver} %{_datadir}/ImageMagick-%{MAJver}/* %doc LICENSE AUTHORS.txt %files -n libMagick69-devel %defattr(-,root,root) %{_bindir}/Magick++-config %{_bindir}/Magick-config %{_bindir}/Wand-config %{_bindir}/MagickCore-config %{_bindir}/MagickWand-config %dir %{_includedir}/ImageMagick-%{MAJver} %{_includedir}/ImageMagick-%{MAJver}/Magick++.h %dir %{_includedir}/ImageMagick-%{MAJver}/Magick++ %{_includedir}/ImageMagick-%{MAJver}/Magick++/* %dir %{_includedir}/ImageMagick-%{MAJver}/magick %{_includedir}/ImageMagick-%{MAJver}/magick/* %dir %{_includedir}/ImageMagick-%{MAJver}/wand %{_includedir}/ImageMagick-%{MAJver}/wand/* %{_libdir}/lib*.so %{_libdir}/lib*.la %{_libdir}/lib*.a %{_libdir}/pkgconfig/* %doc NEWS.txt README.txt %doc ChangeLog NOTICE %files -n perl-Magick69 %defattr(-,root,root) %{_prefix}/lib/perl5/5* %{perl_sitearch}/* %{_mandir}/man3/Image::Magick* %files apidocs %defattr(-,root,root) %dir %{_docdir}/ImageMagick-%{MAJver} %dir %{_docdir}/ImageMagick-%{MAJver}/images %{_docdir}/ImageMagick-%{MAJver}/images/* %{_docdir}/ImageMagick-%{MAJver}/ChangeLog %{_docdir}/ImageMagick-%{MAJver}/LICENSE %{_docdir}/ImageMagick-%{MAJver}/NEWS.txt %{_docdir}/ImageMagick-%{MAJver}/index.html %dir %{_docdir}/ImageMagick-%{MAJver}/www %{_docdir}/ImageMagick-%{MAJver}/www/* %changelog * Thu Oct 06 2016 Silvan Calarco 6.9.5.3-2mamba - legacy package * Sun Jul 24 2016 Silvan Calarco 6.9.5.3-1mamba - update to 6.9.5.3 * Mon Apr 11 2016 Automatic Build System 6.9.3.8-1mamba - automatic version update by autodist * Mon Mar 07 2016 Automatic Build System 6.9.3.7-1mamba - automatic version update by autodist * Sun Feb 28 2016 Automatic Build System 6.9.3.6-1mamba - automatic version update by autodist * Sat Feb 20 2016 Automatic Build System 6.9.3.5-1mamba - automatic version update by autodist * Sat Feb 13 2016 Automatic Build System 6.9.3.4-1mamba - automatic version update by autodist * Sat Feb 06 2016 Automatic Build System 6.9.3.3-1mamba - automatic version update by autodist * Sun Jan 24 2016 Automatic Build System 6.9.3.2-1mamba - automatic version update by autodist * Mon Jan 18 2016 Automatic Build System 6.9.3.1-1mamba - automatic version update by autodist * Sun Jan 03 2016 Automatic Build System 6.9.3.0-1mamba - automatic version update by autodist * Sun Dec 20 2015 Automatic Build System 6.9.2.10-1mamba - automatic version update by autodist * Sun Dec 20 2015 Automatic Build System 6.9.2.9-1mamba - automatic version update by autodist * Sun Dec 06 2015 Automatic Build System 6.9.2.8-1mamba - automatic version update by autodist * Sat Nov 28 2015 Automatic Build System 6.9.2.7-1mamba - automatic version update by autodist * Sun Nov 15 2015 Automatic Build System 6.9.2.6-1mamba - automatic version update by autodist * Sun Nov 01 2015 Automatic Build System 6.9.2.5-1mamba - automatic version update by autodist * Sat Oct 10 2015 Automatic Build System 6.9.2.4-1mamba - automatic version update by autodist * Sun Sep 20 2015 Automatic Build System 6.9.2.3-1mamba - automatic version update by autodist * Sun Sep 20 2015 Automatic Build System 6.9.2.2-1mamba - automatic version update by autodist * Mon Sep 14 2015 Automatic Build System 6.9.2.1-1mamba - automatic version update by autodist * Sat Aug 15 2015 Automatic Build System 6.9.2.0-1mamba - automatic version update by autodist * Sat Jul 25 2015 Automatic Build System 6.9.1.10-1mamba - automatic version update by autodist * Sun Jul 19 2015 Automatic Build System 6.9.1.9-1mamba - automatic version update by autodist * Sun Jul 12 2015 Automatic Build System 6.9.1.8-1mamba - automatic version update by autodist * Sun Jul 05 2015 Automatic Build System 6.9.1.7-1mamba - automatic version update by autodist * Sat Jun 20 2015 Automatic Build System 6.9.1.6-1mamba - automatic version update by autodist * Wed Jun 17 2015 Automatic Build System 6.9.1.5-5mamba - automatic version update by autodist * Tue Jun 16 2015 Automatic Build System 6.9.1.5-4mamba - automatic version update by autodist * Mon Jun 15 2015 Automatic Build System 6.9.1.5-3mamba - automatic version update by autodist * Sun Jun 14 2015 Automatic Build System 6.9.1.5-2mamba - automatic version update by autodist * Sun Jun 14 2015 Automatic Build System 6.9.1.5-1mamba - automatic version update by autodist * Mon Jun 01 2015 Automatic Build System 6.9.1.4-1mamba - automatic version update by autodist * Mon May 25 2015 Automatic Build System 6.9.1.3-2mamba - automatic version update by autodist * Mon May 25 2015 Automatic Build System 6.9.1.3-1mamba - automatic version update by autodist * Mon Apr 27 2015 Automatic Build System 6.9.1.2-2mamba - automatic version update by autodist * Mon Apr 27 2015 Automatic Build System 6.9.1.2-1mamba - automatic version update by autodist * Sun Apr 05 2015 Automatic Build System 6.9.1.1-1mamba - automatic update by autodist * Mon Mar 30 2015 Automatic Build System 6.9.1.0-1mamba - automatic update by autodist * Sun Feb 22 2015 Automatic Build System 6.9.0.7-1mamba - automatic version update by autodist * Sun Feb 15 2015 Automatic Build System 6.9.0.6-1mamba - automatic version update by autodist * Sat Feb 07 2015 Automatic Build System 6.9.0.5-1mamba - automatic version update by autodist * Sat Jan 17 2015 Automatic Build System 6.9.0.4-1mamba - automatic version update by autodist * Sun Jan 04 2015 Automatic Build System 6.9.0.3-1mamba - automatic version update by autodist * Mon Nov 17 2014 Automatic Build System 6.9.0.0-1mamba - automatic version update by autodist * Mon Nov 03 2014 Automatic Build System 6.8.9.10-1mamba - automatic version update by autodist * Sun Oct 26 2014 Automatic Build System 6.8.9.9-1mamba - automatic version update by autodist * Mon Sep 22 2014 Automatic Build System 6.8.9.8-1mamba - automatic version update by autodist * Sun Aug 17 2014 Automatic Build System 6.8.9.7-1mamba - automatic version update by autodist * Mon Jul 28 2014 Automatic Build System 6.8.9.6-1mamba - automatic version update by autodist * Tue Jul 01 2014 Automatic Build System 6.8.9.5-1mamba - automatic version update by autodist * Tue Jun 24 2014 Automatic Build System 6.8.9.4-1mamba - automatic version update by autodist * Mon Jun 09 2014 Automatic Build System 6.8.9.3-1mamba - automatic version update by autodist * Thu Jun 05 2014 Automatic Build System 6.8.9.2-1mamba - automatic version update by autodist * Sat May 10 2014 Automatic Build System 6.8.9.1-1mamba - automatic version update by autodist * Sat Apr 12 2014 Automatic Build System 6.8.9.0-1mamba - automatic version update by autodist * Mon Mar 31 2014 Silvan Calarco 6.8.8.10-2mamba - rebuilt with openexr 2.1.0 * Sat Mar 29 2014 Automatic Build System 6.8.8.10-1mamba - automatic version update by autodist * Thu Mar 20 2014 Automatic Build System 6.8.8.9-1mamba - automatic version update by autodist * Fri Mar 14 2014 Automatic Build System 6.8.8.8-1mamba - automatic version update by autodist * Tue Feb 18 2014 Automatic Build System 6.8.8.7-1mamba - automatic version update by autodist * Fri Feb 14 2014 Automatic Build System 6.8.8.6-1mamba - automatic version update by autodist * Sun Feb 09 2014 Automatic Build System 6.8.8.5-1mamba - automatic version update by autodist * Thu Jan 30 2014 Automatic Build System 6.8.8.4-1mamba - automatic version update by autodist * Tue Jan 28 2014 Automatic Build System 6.8.8.3-1mamba - automatic version update by autodist * Mon Jan 13 2014 Automatic Build System 6.8.8.2-1mamba - automatic version update by autodist * Mon Dec 30 2013 Automatic Build System 6.8.8.1-1mamba - automatic version update by autodist * Thu Dec 26 2013 Automatic Build System 6.8.8.0-1mamba - automatic version update by autodist * Mon Dec 16 2013 Automatic Build System 6.8.7.10-1mamba - automatic version update by autodist * Mon Dec 09 2013 Automatic Build System 6.8.7.9-1mamba - automatic version update by autodist * Fri Nov 29 2013 Automatic Build System 6.8.7.8-1mamba - automatic version update by autodist * Mon Nov 25 2013 Automatic Build System 6.8.7.7-1mamba - automatic version update by autodist * Sat Nov 16 2013 Automatic Build System 6.8.7.6-1mamba - automatic version update by autodist * Thu Nov 07 2013 Automatic Build System 6.8.7.5-1mamba - automatic version update by autodist * Thu Oct 31 2013 Automatic Build System 6.8.7.4-1mamba - automatic version update by autodist * Fri Oct 25 2013 Automatic Build System 6.8.7.3-1mamba - automatic version update by autodist * Thu Oct 24 2013 Automatic Build System 6.8.7.2-1mamba - automatic version update by autodist * Sat Oct 19 2013 Automatic Build System 6.8.7.1-1mamba - automatic version update by autodist * Wed Sep 25 2013 Automatic Build System 6.8.7.0-1mamba - automatic version update by autodist * Fri Aug 30 2013 Silvan Calarco 6.8.6.9-3mamba - add compatibility symlink /usr/include/ImageMagick * Tue Aug 27 2013 Silvan Calarco 6.8.6.9-2mamba - fix png 1.5/1.6 mismatch * Mon Aug 26 2013 Automatic Build System 6.8.6.9-1mamba - automatic version update by autodist * Tue Aug 06 2013 Automatic Build System 6.8.6.8-1mamba - automatic version update by autodist * Thu Jul 25 2013 Automatic Build System 6.8.6.7-1mamba - automatic version update by autodist * Thu Jul 18 2013 Automatic Build System 6.8.6.6-1mamba - automatic version update by autodist * Sun Jul 14 2013 Automatic Build System 6.8.6.5-1mamba - automatic version update by autodist * Wed Jul 10 2013 Automatic Build System 6.8.6.4-1mamba - automatic version update by autodist * Sat Jun 29 2013 Automatic Build System 6.8.6.3-1mamba - automatic version update by autodist * Wed Jun 26 2013 Automatic Build System 6.8.6.2-1mamba - automatic version update by autodist * Fri Jun 21 2013 Automatic Build System 6.8.6.1-1mamba - automatic version update by autodist * Mon Jun 17 2013 Automatic Build System 6.8.6.0-1mamba - automatic version update by autodist * Wed Jun 12 2013 Automatic Build System 6.8.5.10-1mamba - automatic version update by autodist * Mon Jun 03 2013 Automatic Build System 6.8.5.9-1mamba - automatic version update by autodist * Wed May 08 2013 Automatic Build System 6.8.5.5-1mamba - automatic version update by autodist * Thu May 02 2013 Automatic Build System 6.8.5.4-1mamba - automatic version update by autodist * Sun Apr 28 2013 Automatic Build System 6.8.5.3-1mamba - automatic version update by autodist * Sat Apr 27 2013 Automatic Build System 6.8.5.2-1mamba - automatic version update by autodist * Fri Apr 26 2013 Automatic Build System 6.8.5.1-1mamba - automatic version update by autodist * Wed Apr 24 2013 Automatic Build System 6.8.5.0-1mamba - automatic version update by autodist * Sat Apr 13 2013 Automatic Build System 6.8.4.9-1mamba - automatic version update by autodist * Mon Apr 08 2013 Automatic Build System 6.8.4.8-1mamba - automatic version update by autodist * Sat Apr 06 2013 Automatic Build System 6.8.4.7-1mamba - automatic version update by autodist * Tue Apr 02 2013 Automatic Build System 6.8.4.6-1mamba - automatic version update by autodist * Mon Apr 01 2013 Automatic Build System 6.8.4.5-1mamba - automatic version update by autodist * Sat Mar 30 2013 Automatic Build System 6.8.4.4-1mamba - automatic version update by autodist * Fri Mar 29 2013 Automatic Build System 6.8.4.3-1mamba - automatic version update by autodist * Wed Mar 27 2013 Automatic Build System 6.8.4.2-1mamba - automatic version update by autodist * Wed Mar 27 2013 Automatic Build System 6.8.4.1-1mamba - automatic version update by autodist * Tue Mar 26 2013 Automatic Build System 6.8.4.0-1mamba - automatic version update by autodist * Thu Mar 21 2013 Automatic Build System 6.8.3.10-1mamba - automatic version update by autodist * Sun Mar 10 2013 Automatic Build System 6.8.3.9-1mamba - automatic version update by autodist * Sat Mar 09 2013 Automatic Build System 6.8.3.8-1mamba - automatic version update by autodist * Fri Mar 01 2013 Automatic Build System 6.8.3.6-1mamba - automatic version update by autodist * Tue Feb 26 2013 Automatic Build System 6.8.3.5-1mamba - automatic version update by autodist * Sat Feb 23 2013 Automatic Build System 6.8.3.4-1mamba - automatic version update by autodist * Wed Feb 20 2013 Automatic Build System 6.8.3.3-1mamba - automatic version update by autodist * Tue Feb 19 2013 Automatic Build System 6.8.3.2-1mamba - automatic version update by autodist * Mon Feb 18 2013 Automatic Build System 6.8.3.1-1mamba - automatic version update by autodist * Mon Feb 11 2013 Automatic Build System 6.8.2.9-1mamba - automatic version update by autodist * Sun Feb 10 2013 Automatic Build System 6.8.2.8-1mamba - automatic version update by autodist * Sat Feb 09 2013 Automatic Build System 6.8.2.7-1mamba - automatic version update by autodist * Fri Feb 08 2013 Automatic Build System 6.8.2.6-1mamba - automatic version update by autodist * Wed Feb 06 2013 Automatic Build System 6.8.2.5-1mamba - automatic version update by autodist * Tue Feb 05 2013 Automatic Build System 6.8.2.4-1mamba - automatic version update by autodist * Sun Feb 03 2013 Automatic Build System 6.8.2.3-1mamba - automatic version update by autodist * Thu Jan 31 2013 Automatic Build System 6.8.2.2-1mamba - automatic version update by autodist * Tue Jan 29 2013 Automatic Build System 6.8.2.1-1mamba - automatic version update by autodist * Mon Jan 28 2013 Automatic Build System 6.8.2.0-1mamba - automatic version update by autodist * Wed Jan 23 2013 Automatic Build System 6.8.1.10-1mamba - automatic version update by autodist * Sun Jan 06 2013 Automatic Build System 6.8.1.9-1mamba - automatic version update by autodist * Thu Jan 03 2013 Automatic Build System 6.8.1.8-1mamba - automatic version update by autodist * Tue Jan 01 2013 Automatic Build System 6.8.1.7-1mamba - automatic version update by autodist * Mon Dec 31 2012 Automatic Build System 6.8.1.6-1mamba - automatic version update by autodist * Sun Dec 30 2012 Automatic Build System 6.8.1.5-1mamba - automatic version update by autodist * Sat Dec 29 2012 Automatic Build System 6.8.1.4-1mamba - automatic version update by autodist * Tue Dec 25 2012 Automatic Build System 6.8.1.3-1mamba - automatic version update by autodist * Sun Dec 23 2012 Automatic Build System 6.8.1.2-1mamba - automatic version update by autodist * Sat Dec 22 2012 Automatic Build System 6.8.1.1-1mamba - automatic version update by autodist * Thu Dec 20 2012 Automatic Build System 6.8.1.0-1mamba - automatic version update by autodist * Sat Dec 15 2012 Silvan Calarco 6.8.0.10-1mamba - update to 6.8.0.10 * Tue Dec 11 2012 Silvan Calarco 6.8.0.8-2mamba - install missing libMagick*-Q16HDRI.so links for development * Sat Dec 08 2012 Automatic Build System 6.8.0.8-1mamba - automatic version update by autodist * Mon Nov 26 2012 Automatic Build System 6.8.0.7-1mamba - automatic version update by autodist * Sat Nov 24 2012 Automatic Build System 6.8.0.6-1mamba - automatic version update by autodist * Wed Nov 21 2012 Automatic Build System 6.8.0.5-1mamba - update to 6.8.0.5 * Thu Nov 01 2012 Automatic Build System 6.8.0.4-1mamba - automatic version update by autodist * Sat Oct 27 2012 Automatic Build System 6.8.0.3-1mamba - automatic version update by autodist * Sun Oct 21 2012 Automatic Build System 6.8.0.2-1mamba - automatic version update by autodist * Tue Oct 16 2012 Automatic Build System 6.8.0.1-1mamba - automatic version update by autodist * Fri Oct 12 2012 Automatic Build System 6.8.0.0-1mamba - automatic version update by autodist * Sat Oct 06 2012 Automatic Build System 6.7.9.10-1mamba - automatic version update by autodist * Mon Oct 01 2012 Automatic Build System 6.7.9.9-1mamba - automatic version update by autodist * Wed Sep 26 2012 Automatic Build System 6.7.9.8-1mamba - automatic version update by autodist * Sun Sep 23 2012 Automatic Build System 6.7.9.7-1mamba - automatic version update by autodist * Sun Sep 16 2012 Automatic Build System 6.7.9.6-1mamba - automatic version update by autodist * Fri Sep 14 2012 Automatic Build System 6.7.9.5-1mamba - automatic version update by autodist * Mon Sep 10 2012 Automatic Build System 6.7.9.4-1mamba - automatic version update by autodist * Sat Sep 01 2012 Automatic Build System 6.7.9.3-1mamba - automatic version update by autodist * Sun Aug 26 2012 Automatic Build System 6.7.9.2-1mamba - automatic version update by autodist * Fri Aug 24 2012 Automatic Build System 6.7.9.1-1mamba - automatic version update by autodist * Thu Aug 16 2012 Automatic Build System 6.7.9.0-1mamba - automatic version update by autodist * Mon Aug 13 2012 Automatic Build System 6.7.8.10-1mamba - automatic version update by autodist * Sat Aug 11 2012 Automatic Build System 6.7.8.9-1mamba - automatic version update by autodist * Mon Aug 06 2012 Automatic Build System 6.7.8.8-1mamba - automatic version update by autodist * Tue Jul 31 2012 Automatic Build System 6.7.8.7-1mamba - automatic version update by autodist * Mon Jul 23 2012 Automatic Build System 6.7.8.6-1mamba - automatic version update by autodist * Sun Jul 22 2012 Automatic Build System 6.7.8.5-1mamba - automatic version update by autodist * Thu Jul 19 2012 Automatic Build System 6.7.8.4-1mamba - automatic version update by autodist * Sun Jul 15 2012 Automatic Build System 6.7.8.3-1mamba - automatic version update by autodist * Sun Jul 08 2012 Automatic Build System 6.7.8.2-1mamba - automatic version update by autodist * Thu Jul 05 2012 Automatic Build System 6.7.8.1-1mamba - automatic version update by autodist * Sat Jun 30 2012 Automatic Build System 6.7.8.0-1mamba - automatic version update by autodist * Tue Jun 26 2012 Automatic Build System 6.7.7.9-1mamba - automatic version update by autodist * Sat Jun 23 2012 Automatic Build System 6.7.7.8-1mamba - automatic version update by autodist * Mon Jun 11 2012 Automatic Build System 6.7.7.7-1mamba - automatic version update by autodist * Fri Jun 08 2012 Automatic Build System 6.7.7.6-1mamba - automatic version update by autodist * Thu May 31 2012 Automatic Build System 6.7.7.5-1mamba - automatic version update by autodist * Wed May 30 2012 Automatic Build System 6.7.7.4-1mamba - automatic version update by autodist * Tue May 29 2012 Automatic Build System 6.7.7.3-1mamba - automatic version update by autodist * Sun May 27 2012 Automatic Build System 6.7.7.2-1mamba - automatic version update by autodist * Sat May 19 2012 Automatic Build System 6.7.7.0-1mamba - automatic version update by autodist * Mon May 07 2012 Automatic Build System 6.7.6.9-1mamba - automatic version update by autodist * Tue May 01 2012 Automatic Build System 6.7.6.8-1mamba - automatic version update by autodist * Mon Apr 23 2012 Automatic Build System 6.7.6.7-1mamba - automatic version update by autodist * Sun Apr 08 2012 Automatic Build System 6.7.6.5-1mamba - automatic version update by autodist * Thu Apr 05 2012 Automatic Build System 6.7.6.4-1mamba - automatic version update by autodist * Sat Mar 31 2012 Automatic Build System 6.7.6.3-1mamba - automatic version update by autodist * Wed Mar 28 2012 Automatic Build System 6.7.6.2-1mamba - automatic version update by autodist * Mon Mar 19 2012 Automatic Build System 6.7.6.1-1mamba - automatic version update by autodist * Mon Mar 12 2012 Automatic Build System 6.7.6.0-1mamba - automatic version update by autodist * Mon Mar 05 2012 Automatic Build System 6.7.5.9-1mamba - automatic version update by autodist * Sat Mar 03 2012 Automatic Build System 6.7.5.8-1mamba - automatic version update by autodist * Sun Feb 26 2012 Automatic Build System 6.7.5.7-1mamba - automatic version update by autodist * Tue Feb 14 2012 Automatic Build System 6.7.5.6-1mamba - automatic version update by autodist * Mon Feb 13 2012 Automatic Build System 6.7.5.5-1mamba - automatic version update by autodist * Sun Feb 12 2012 Automatic Build System 6.7.5.4-1mamba - automatic version update by autodist * Tue Feb 07 2012 Automatic Build System 6.7.5.3-1mamba - automatic version update by autodist * Mon Feb 06 2012 Automatic Build System 6.7.5.2-1mamba - automatic version update by autodist * Sun Feb 05 2012 Automatic Build System 6.7.5.1-1mamba - automatic version update by autodist * Sun Jan 29 2012 Automatic Build System 6.7.5.0-1mamba - automatic version update by autodist * Wed Jan 25 2012 Automatic Build System 6.7.4.9-1mamba - automatic version update by autodist * Sat Jan 21 2012 Automatic Build System 6.7.4.8-1mamba - automatic version update by autodist * Mon Jan 16 2012 Automatic Build System 6.7.4.7-1mamba - automatic version update by autodist * Fri Jan 13 2012 Automatic Build System 6.7.4.6-1mamba - automatic version update by autodist * Mon Jan 02 2012 Automatic Build System 6.7.4.4-1mamba - automatic version update by autodist * Sun Jan 01 2012 Automatic Build System 6.7.4.3-1mamba - automatic version update by autodist * Sun Dec 25 2011 Automatic Build System 6.7.4.2-1mamba - automatic version update by autodist * Thu Dec 22 2011 Automatic Build System 6.7.4.1-1mamba - automatic version update by autodist * Sat Dec 10 2011 Automatic Build System 6.7.4.0-1mamba - automatic version update by autodist * Mon Nov 28 2011 Automatic Build System 6.7.3.9-1mamba - automatic version update by autodist * Fri Nov 25 2011 Automatic Build System 6.7.3.8-1mamba - automatic version update by autodist * Sat Nov 19 2011 Automatic Build System 6.7.3.7-1mamba - automatic version update by autodist * Tue Nov 15 2011 Automatic Build System 6.7.3.6-1mamba - automatic version update by autodist * Thu Nov 10 2011 Automatic Build System 6.7.3.5-1mamba - automatic version update by autodist * Sun Nov 06 2011 Automatic Build System 6.7.3.4-1mamba - automatic version update by autodist * Mon Oct 31 2011 Automatic Build System 6.7.3.3-1mamba - automatic version update by autodist * Mon Oct 24 2011 Automatic Build System 6.7.3.2-1mamba - automatic version update by autodist * Tue Oct 18 2011 Automatic Build System 6.7.3.1-1mamba - update to 6.7.3.0 * Tue Oct 04 2011 Silvan Calarco 6.7.2.3-2mamba - move all documentation and images to the apidocs package * Wed Sep 07 2011 Automatic Build System 6.7.2.3-1mamba - automatic version update by autodist * Tue Sep 06 2011 Automatic Build System 6.7.2.2-1mamba - automatic version update by autodist * Tue Aug 30 2011 Automatic Build System 6.7.2.1-1mamba - automatic version update by autodist * Sat Aug 27 2011 Automatic Build System 6.7.2.0-1mamba - automatic version update by autodist * Tue Aug 23 2011 Automatic Build System 6.7.1.10-1mamba - automatic version update by autodist * Sun Aug 21 2011 Automatic Build System 6.7.1.9-1mamba - automatic version update by autodist * Sat Aug 20 2011 Automatic Build System 6.7.1.8-1mamba - automatic version update by autodist * Thu Aug 18 2011 Automatic Build System 6.7.1.7-1mamba - automatic version update by autodist * Sun Aug 14 2011 Automatic Build System 6.7.1.6-1mamba - automatic version update by autodist * Sat Aug 13 2011 Automatic Build System 6.7.1.5-1mamba - automatic version update by autodist * Thu Aug 11 2011 Automatic Build System 6.7.1.4-1mamba - automatic version update by autodist * Sun Aug 07 2011 Automatic Build System 6.7.1.3-1mamba - automatic version update by autodist * Thu Aug 04 2011 Automatic Build System 6.7.1.2-1mamba - automatic version update by autodist * Tue Aug 02 2011 Automatic Build System 6.7.1.1-1mamba - automatic update by autodist * Sun Jul 10 2011 Automatic Build System 6.7.1.0-1mamba - automatic update by autodist * Fri Jul 01 2011 Automatic Build System 6.7.0.10-1mamba - automatic update by autodist * Sun Jun 26 2011 Automatic Build System 6.7.0.9-1mamba - automatic update by autodist * Thu Jun 16 2011 Automatic Build System 6.7.0.8-1mamba - automatic update by autodist * Tue Jun 14 2011 Automatic Build System 6.7.0.7-1mamba - automatic update by autodist * Wed Jun 08 2011 Automatic Build System 6.7.0.5-1mamba - automatic update by autodist * Tue Jun 07 2011 Automatic Build System 6.7.0.4-1mamba - automatic update by autodist * Fri Jun 03 2011 Automatic Build System 6.7.0.3-1mamba - automatic update by autodist * Fri May 27 2011 Automatic Build System 6.7.0.2-1mamba - automatic update by autodist * Thu May 26 2011 Automatic Build System 6.7.0.1-1mamba - automatic update by autodist * Tue May 24 2011 Automatic Build System 6.7.0.0-1mamba - automatic update by autodist * Sun May 22 2011 Automatic Build System 6.6.9.10-1mamba - automatic update by autodist * Mon May 16 2011 Automatic Build System 6.6.9.9-1mamba - automatic update by autodist * Thu May 05 2011 Automatic Build System 6.6.9.8-1mamba - automatic update by autodist * Sun May 01 2011 Automatic Build System 6.6.9.7-1mamba - automatic update by autodist * Tue Apr 26 2011 Automatic Build System 6.6.9.6-1mamba - automatic update by autodist * Fri Apr 15 2011 Automatic Build System 6.6.9.5-1mamba - automatic update by autodist * Thu Apr 07 2011 Automatic Build System 6.6.9.4-1mamba - automatic update by autodist * Sat Apr 02 2011 Automatic Build System 6.6.9.3-1mamba - automatic update by autodist * Wed Mar 30 2011 Automatic Build System 6.6.9.1-1mamba - automatic update by autodist * Sun Mar 27 2011 Automatic Build System 6.6.8.8-1mamba - automatic update by autodist * Thu Mar 17 2011 Automatic Build System 6.6.8.5-1mamba - automatic update by autodist * Sun Mar 13 2011 Automatic Build System 6.6.8.4-1mamba - automatic update by autodist * Thu Mar 10 2011 Automatic Build System 6.6.8.2-1mamba - automatic update by autodist * Mon Mar 07 2011 Automatic Build System 6.6.8.1-1mamba - automatic update by autodist * Tue Feb 22 2011 Automatic Build System 6.6.7.9-1mamba - automatic update by autodist * Sun Feb 20 2011 Automatic Build System 6.6.7.8-1mamba - automatic update by autodist * Sat Feb 19 2011 Silvan Calarco 6.6.7.7-2mamba - rebuilt with ghostscript 9.01 * Mon Feb 14 2011 Automatic Build System 6.6.7.7-1mamba - automatic update by autodist * Tue Feb 08 2011 Automatic Build System 6.6.7.6-1mamba - automatic update by autodist * Sat Feb 05 2011 Automatic Build System 6.6.7.5-1mamba - automatic update by autodist * Sun Jan 30 2011 Automatic Build System 6.6.7.4-1mamba - automatic update by autodist * Thu Jan 27 2011 Automatic Build System 6.6.7.3-1mamba - automatic update by autodist * Tue Jan 25 2011 Automatic Build System 6.6.7.2-1mamba - automatic update by autodist * Sun Jan 16 2011 Automatic Build System 6.6.7.1-1mamba - automatic update by autodist * Wed Jan 12 2011 Automatic Build System 6.6.7.0-1mamba - automatic update by autodist * Sun Jan 02 2011 Automatic Build System 6.6.6.10-1mamba - automatic update by autodist * Sat Jan 01 2011 Automatic Build System 6.6.6.9-1mamba - automatic update by autodist * Thu Dec 30 2010 Automatic Build System 6.6.6.8-1mamba - automatic update by autodist * Sat Dec 25 2010 Automatic Build System 6.6.6.7-1mamba - automatic update to 6.6.6.7 by autodist * Mon Dec 20 2010 Automatic Build System 6.6.6.6-1mamba - automatic update to 6.6.6.6 by autodist * Mon Dec 13 2010 Automatic Build System 6.6.6.5-1mamba - automatic update to 6.6.6.5 by autodist * Fri Dec 10 2010 Automatic Build System 6.6.6.4-1mamba - automatic update to 6.6.6.4 by autodist * Sun Dec 05 2010 Automatic Build System 6.6.6.3-1mamba - automatic update to 6.6.6.3 by autodist * Thu Dec 02 2010 Automatic Build System 6.6.6.2-1mamba - automatic update by autodist * Mon Nov 29 2010 Automatic Build System 6.6.6.1-1mamba - automatic update to 6.6.6.1 by autodist * Sun Nov 28 2010 Automatic Build System 6.6.6.0-1mamba - automatic update to 6.6.6.0 by autodist * Thu Nov 11 2010 Automatic Build System 6.6.5.8-1mamba - automatic update to 6.6.5.8 by autodist * Mon Nov 08 2010 Automatic Build System 6.6.5.7-1mamba - automatic update to 6.6.5.7 by autodist * Sat Nov 06 2010 Automatic Build System 6.6.5.6-1mamba - automatic update to 6.6.5.6 by autodist * Sun Oct 31 2010 Automatic Build System 6.6.5.5-1mamba - automatic update to 6.6.5.5 by autodist * Tue Oct 26 2010 Automatic Build System 6.6.5.4-1mamba - automatic update to 6.6.5.4 by autodist * Sun Oct 24 2010 Automatic Build System 6.6.5.3-1mamba - automatic update to 6.6.5.3 by autodist * Fri Oct 22 2010 Automatic Build System 6.6.5.2-1mamba - automatic update to 6.6.5.2 by autodist * Wed Oct 20 2010 Automatic Build System 6.6.5.1-1mamba - automatic update to 6.6.5.1 by autodist * Thu Oct 14 2010 Automatic Build System 6.6.5.0-1mamba - automatic update to 6.6.5.0 by autodist * Sun Oct 10 2010 Automatic Build System 6.6.4.10-1mamba - automatic update to 6.6.4.10 by autodist * Wed Oct 06 2010 Automatic Build System 6.6.4.9-1mamba - automatic update to 6.6.4.9 by autodist * Thu Sep 30 2010 Automatic Build System 6.6.4.8-1mamba - automatic update to 6.6.4.8 by autodist * Mon Sep 27 2010 Automatic Build System 6.6.4.7-1mamba - automatic update to 6.6.4.7 by autodist * Fri Sep 24 2010 Automatic Build System 6.6.4.6-1mamba - automatic update to 6.6.4.6 by autodist * Wed Sep 22 2010 Automatic Build System 6.6.4.5-1mamba - automatic update to 6.6.4.5 by autodist * Sun Sep 19 2010 Automatic Build System 6.6.4.4-1mamba - automatic update to 6.6.4.4 by autodist * Sat Sep 18 2010 Automatic Build System 6.6.4.3-1mamba - automatic update to 6.6.4.3 by autodist * Wed Sep 15 2010 Automatic Build System 6.6.4.2-1mamba - automatic update to 6.6.4.2 by autodist * Mon Sep 13 2010 Automatic Build System 6.6.4.1-1mamba - automatic update to 6.6.4.1 by autodist * Sun Sep 05 2010 Automatic Build System 6.6.4.0-1mamba - automatic update to 6.6.4.0 by autodist * Wed Sep 01 2010 Automatic Build System 6.6.3.10-1mamba - automatic update to 6.6.3.10 by autodist * Mon Aug 23 2010 Automatic Build System 6.6.3.9-1mamba - automatic update to 6.6.3.9 by autodist * Sat Aug 21 2010 Automatic Build System 6.6.3.8-1mamba - automatic update to 6.6.3.8 by autodist * Tue Aug 17 2010 Automatic Build System 6.6.3.7-1mamba - automatic update to 6.6.3.7 by autodist * Sun Aug 15 2010 Automatic Build System 6.6.3.6-1mamba - automatic update to 6.6.3.6 by autodist * Mon Aug 09 2010 Automatic Build System 6.6.3.4-1mamba - automatic update to 6.6.3.4 by autodist * Sat Aug 07 2010 Automatic Build System 6.6.3.3-1mamba - automatic update to 6.6.3.3 by autodist * Mon Aug 02 2010 Automatic Build System 6.6.3.2-1mamba - automatic update to 6.6.3.2 by autodist * Wed Jul 28 2010 Automatic Build System 6.6.3.1-1mamba - automatic update to 6.6.3.1 by autodist * Fri Jul 09 2010 Silvan Calarco 6.6.3.0-2mamba - added libMagick subpackage; ImageMagick-devel renamed to libMagick-devel - added ImageMagick-apidocs package * Wed Jul 07 2010 Automatic Build System 6.6.3.0-1mamba - automatic update to 6.6.3.0 by autodist * Thu Jul 01 2010 Automatic Build System 6.6.2.10-1mamba - automatic update to 6.6.2.10 by autodist * Tue Jun 29 2010 Automatic Build System 6.6.2.9-1mamba - automatic update to 6.6.2.9 by autodist * Sat Jun 26 2010 Automatic Build System 6.6.2.8-1mamba - automatic update to 6.6.2.8 by autodist * Tue Jun 22 2010 Automatic Build System 6.6.2.7-1mamba - automatic update to 6.6.2.7 by autodist * Wed Jun 16 2010 Automatic Build System 6.6.2.6-1mamba - automatic update to 6.6.2.6 by autodist * Wed Jun 16 2010 Automatic Build System 6.6.2.5-1mamba - automatic update to 6.6.2.5 by autodist * Thu Jun 10 2010 Automatic Build System 6.6.2.4-1mamba - automatic update to 6.6.2.4 by autodist * Mon Jun 07 2010 Automatic Build System 6.6.2.3-1mamba - automatic update to 6.6.2.3 by autodist * Sat Jun 05 2010 Automatic Build System 6.6.2.2-1mamba - automatic update to 6.6.2.2 by autodist * Mon May 31 2010 Automatic Build System 6.6.2.1-1mamba - automatic update to 6.6.2.1 by autodist * Mon May 24 2010 Automatic Build System 6.6.2.0-1mamba - automatic update to 6.6.2.0 by autodist * Sun May 16 2010 Automatic Build System 6.6.1.9-1mamba - automatic update to 6.6.1.9 by autodist * Fri May 14 2010 Automatic Build System 6.6.1.8-1mamba - automatic update to 6.6.1.8 by autodist * Sun May 09 2010 Automatic Build System 6.6.1.7-1mamba - automatic update to 6.6.1.7 by autodist * Sat Apr 24 2010 Automatic Build System 6.6.1.5-1mamba - automatic update to 6.6.1.5 by autodist * Sat Apr 17 2010 Automatic Build System 6.6.1.4-1mamba - automatic update to 6.6.1.4 by autodist * Thu Apr 15 2010 Automatic Build System 6.6.1.3-1mamba - automatic update to 6.6.1.3 by autodist * Sun Apr 11 2010 Automatic Build System 6.6.1.2-1mamba - automatic update to 6.6.1.2 by autodist * Thu Apr 08 2010 Automatic Build System 6.6.1.1-1mamba - automatic update to 6.6.1.1 by autodist * Sun Apr 04 2010 Automatic Build System 6.6.1.0-1mamba - automatic update to 6.6.1.0 by autodist * Mon Mar 29 2010 Automatic Build System 6.6.0.10-1mamba - automatic update to 6.6.0.10 by autodist * Sun Mar 21 2010 Automatic Build System 6.6.0.8-1mamba - automatic update to 6.6.0.8 by autodist * Thu Mar 18 2010 Automatic Build System 6.6.0.7-1mamba - automatic update to 6.6.0.7 by autodist * Tue Mar 16 2010 Automatic Build System 6.6.0.6-1mamba - automatic update to 6.6.0.6 by autodist * Sat Mar 13 2010 Automatic Build System 6.6.0.5-1mamba - automatic update to 6.6.0.5 by autodist * Tue Mar 09 2010 Automatic Build System 6.6.0.4-1mamba - automatic update to 6.6.0.4 by autodist * Sat Mar 06 2010 Automatic Build System 6.6.0.3-1mamba - automatic update to 6.6.0.3 by autodist * Fri Mar 05 2010 Automatic Build System 6.6.0.1-1mamba - automatic update to 6.6.0.1 by autodist * Sat Feb 27 2010 Automatic Build System 6.6.0.0-1mamba - automatic update to 6.6.0.0 by autodist * Mon Feb 22 2010 Automatic Build System 6.5.9.10-1mamba - automatic update to 6.5.9.10 by autodist * Sun Feb 21 2010 Automatic Build System 6.5.9.9-1mamba - automatic update to 6.5.9.9 by autodist * Fri Feb 19 2010 Automatic Build System 6.5.9.8-1mamba - automatic update to 6.5.9.8 by autodist * Thu Feb 18 2010 Automatic Build System 6.5.9.7-1mamba - automatic update to 6.5.9.7 by autodist * Tue Feb 16 2010 Automatic Build System 6.5.9.6-1mamba - automatic update to 6.5.9.6 by autodist * Sun Feb 14 2010 Automatic Build System 6.5.9.5-1mamba - automatic update to 6.5.9.5 by autodist * Sat Feb 13 2010 Automatic Build System 6.5.9.4-1mamba - automatic update to 6.5.9.4 by autodist * Mon Feb 08 2010 Automatic Build System 6.5.9.3-1mamba - automatic update to 6.5.9.3 by autodist * Fri Feb 05 2010 Automatic Build System 6.5.9.2-1mamba - automatic update to 6.5.9.2 by autodist * Fri Feb 05 2010 Automatic Build System 6.5.9.2-1mamba - automatic update to 6.5.9.2 by autodist * Tue Feb 02 2010 Automatic Build System 6.5.9.1-1mamba - automatic update to 6.5.9.1 by autodist * Thu Jan 14 2010 Automatic Build System 6.5.9.0-1mamba - automatic update to 6.5.9.0 by autodist * Tue Dec 29 2009 Automatic Build System 6.5.8.10-1mamba - automatic update to 6.5.8.10 by autodist * Mon Dec 28 2009 Automatic Build System 6.5.8.9-1mamba - automatic update to 6.5.8.9 by autodist * Tue Dec 22 2009 Automatic Build System 6.5.8.8-1mamba - automatic update to 6.5.8.8 by autodist * Sat Dec 19 2009 Automatic Build System 6.5.8.7-1mamba - automatic update to 6.5.8.7 by autodist * Mon Dec 14 2009 Automatic Build System 6.5.8.6-1mamba - automatic update to 6.5.8.6 by autodist * Sat Dec 12 2009 Automatic Build System 6.5.8.5-1mamba - automatic update to 6.5.8.5 by autodist * Mon Dec 07 2009 Automatic Build System 6.5.8.4-1mamba - automatic update to 6.5.8.4 by autodist * Sat Dec 05 2009 Automatic Build System 6.5.8.3-1mamba - automatic update to 6.5.8.3 by autodist * Sun Nov 29 2009 Automatic Build System 6.5.8.2-1mamba - automatic update to 6.5.8.2 by autodist * Sat Nov 28 2009 Automatic Build System 6.5.8.1-1mamba - automatic update to 6.5.8.1 by autodist * Wed Nov 25 2009 Automatic Build System 6.5.8.0-1mamba - automatic update to 6.5.8.0 by autodist * Mon Nov 23 2009 Automatic Build System 6.5.7.10-1mamba - automatic update to 6.5.7.10 by autodist * Fri Nov 20 2009 Automatic Build System 6.5.7.9-1mamba - automatic update to 6.5.7.9 by autodist * Mon Nov 16 2009 Automatic Build System 6.5.7.8-1mamba - automatic update to 6.5.7.8 by autodist * Wed Nov 11 2009 Automatic Build System 6.5.7.7-1mamba - automatic update to 6.5.7.7 by autodist * Mon Nov 09 2009 Automatic Build System 6.5.7.6-1mamba - automatic update to 6.5.7.6 by autodist * Fri Nov 06 2009 Automatic Build System 6.5.7.5-1mamba - automatic update to 6.5.7.5 by autodist * Tue Nov 03 2009 Automatic Build System 6.5.7.4-1mamba - automatic update to 6.5.7.4 by autodist * Wed Oct 28 2009 Automatic Build System 6.5.7.3-1mamba - automatic update to 6.5.7.3 by autodist * Tue Oct 27 2009 Automatic Build System 6.5.7.2-1mamba - automatic update to 6.5.7.2 by autodist * Sun Oct 25 2009 Automatic Build System 6.5.7.1-1mamba - automatic update to 6.5.7.1 by autodist * Sat Oct 17 2009 Automatic Build System 6.5.7.0-1mamba - automatic update to 6.5.7.0 by autodist * Sat Oct 10 2009 Automatic Build System 6.5.6.10-1mamba - automatic update to 6.5.6.10 by autodist * Tue Oct 06 2009 Automatic Build System 6.5.6.9-1mamba - automatic update to 6.5.6.9 by autodist * Tue Oct 06 2009 Automatic Build System 6.5.6.8-1mamba - automatic update to 6.5.6.8 by autodist * Fri Oct 02 2009 Automatic Build System 6.5.6.7-1mamba - automatic update to 6.5.6.7 by autodist * Thu Oct 01 2009 Automatic Build System 6.5.6.6-1mamba - automatic update to 6.5.6.6 by autodist * Sun Sep 27 2009 Automatic Build System 6.5.6.5-1mamba - automatic update to 6.5.6.5 by autodist * Wed Sep 23 2009 Automatic Build System 6.5.6.4-1mamba - automatic update to 6.5.6.4 by autodist * Tue Sep 22 2009 Automatic Build System 6.5.6.3-1mamba - automatic update to 6.5.6.3 by autodist * Mon Sep 21 2009 Automatic Build System 6.5.6.2-1mamba - automatic update to 6.5.6.2 by autodist * Wed Sep 16 2009 Automatic Build System 6.5.6.1-1mamba - automatic update to 6.5.6.1 by autodist * Tue Sep 15 2009 Automatic Build System 6.5.6.0-1mamba - automatic update to 6.5.6.0 by autodist * Sun Sep 13 2009 Automatic Build System 6.5.5.10-1mamba - automatic update to 6.5.5.10 by autodist * Fri Sep 11 2009 Automatic Build System 6.5.5.9-1mamba - automatic update to 6.5.5.9 by autodist * Tue Sep 08 2009 Automatic Build System 6.5.5.8-1mamba - automatic update to 6.5.5.8 by autodist * Tue Sep 08 2009 Automatic Build System 6.5.5.7-1mamba - automatic update to 6.5.5.7 by autodist * Tue Sep 01 2009 Automatic Build System 6.5.5.6-1mamba - automatic update to 6.5.5.6 by autodist * Tue Sep 01 2009 Automatic Build System 6.5.5.5-1mamba - automatic update to 6.5.5.5 by autodist * Fri Aug 28 2009 Automatic Build System 6.5.5.4-1mamba - automatic update to 6.5.5.4 by autodist * Thu Aug 27 2009 Automatic Build System 6.5.5.3-1mamba - automatic update to 6.5.5.3 by autodist * Wed Aug 26 2009 Automatic Build System 6.5.5.2-1mamba - automatic update to 6.5.5.2 by autodist * Tue Aug 25 2009 Automatic Build System 6.5.5.1-1mamba - automatic update to 6.5.5.1 by autodist * Sat Aug 22 2009 Automatic Build System 6.5.5.0-1mamba - automatic update to 6.5.5.0 by autodist * Mon Aug 10 2009 Automatic Build System 6.5.4.10-1mamba - automatic update to 6.5.4.10 by autodist * Thu Aug 06 2009 Automatic Build System 6.5.4.9-1mamba - automatic update to 6.5.4.9 by autodist * Tue Aug 04 2009 Automatic Build System 6.5.4.8-1mamba - automatic update to 6.5.4.8 by autodist * Sat Aug 01 2009 Automatic Build System 6.5.4.7-1mamba - automatic update to 6.5.4.7 by autodist * Mon Jul 27 2009 Automatic Build System 6.5.4.6-1mamba - automatic update to 6.5.4.6 by autodist * Fri Jul 24 2009 Automatic Build System 6.5.4.5-1mamba - automatic update to 6.5.4.5 by autodist * Thu Jul 02 2009 Automatic Build System 6.5.4.2-1mamba - automatic update to 6.5.4.2 by autodist * Sat Jun 27 2009 Automatic Build System 6.5.4.0-1mamba - automatic update to 6.5.4.0 by autodist * Fri Jun 19 2009 Automatic Build System 6.5.3.10-1mamba - automatic update to 6.5.3.10 by autodist * Fri Jun 19 2009 Automatic Build System 6.5.3.9-1mamba - automatic update to 6.5.3.9 by autodist * Tue Jun 16 2009 Automatic Build System 6.5.3.8-1mamba - automatic update to 6.5.3.8 by autodist * Mon Jun 15 2009 Automatic Build System 6.5.3.7-1mamba - automatic update to 6.5.3.7 by autodist * Fri Jun 12 2009 Automatic Build System 6.5.3.6-1mamba - automatic update to 6.5.3.6 by autodist * Thu Jun 11 2009 Automatic Build System 6.5.3.5-1mamba - automatic update to 6.5.3.5 by autodist * Thu Jun 11 2009 Automatic Build System 6.5.3.4-1mamba - automatic update to 6.5.3.4 by autodist * Tue Jun 09 2009 Silvan Calarco 6.5.3.3-2mamba - don't obsolete GraphicsMagick - enabled gslib, autotrace and hdri support * Sat Jun 06 2009 Automatic Build System 6.5.3.3-1mamba - automatic update to 6.5.3.3 by autodist * Wed Jun 03 2009 Automatic Build System 6.5.3.2-1mamba - automatic update to 6.5.3.2 by autodist * Tue Jun 02 2009 Automatic Build System 6.5.3.1-1mamba - automatic update to 6.5.3.1 by autodist * Sun May 31 2009 Automatic Build System 6.5.3.0-1mamba - automatic update to 6.5.3.0 by autodist * Fri May 29 2009 Automatic Build System 6.5.2.10-1mamba - automatic update to 6.5.2.10 by autodist * Wed May 27 2009 Automatic Build System 6.5.2.9-1mamba - automatic update to 6.5.2.9 by autodist * Wed May 20 2009 Automatic Build System 6.5.2.7-1mamba - automatic update to 6.5.2.7 by autodist * Tue May 19 2009 Automatic Build System 6.5.2.6-3mamba - automatic rebuild by autodist * Tue May 19 2009 Automatic Build System 6.5.2.6-2mamba - automatic rebuild by autodist * Tue May 19 2009 Automatic Build System 6.5.2.6-1mamba - automatic update to 6.5.2.6 by autodist * Sun May 17 2009 Automatic Build System 6.5.2.5-1mamba - automatic update to 6.5.2.5 by autodist * Sun May 10 2009 Automatic Build System 6.5.2.4-1mamba - automatic update to 6.5.2.4 by autodist * Fri May 08 2009 Automatic Build System 6.5.2.3-1mamba - automatic update to 6.5.2.3 by autodist * Thu May 07 2009 Automatic Build System 6.5.2.2-1mamba - automatic update to 6.5.2.2 by autodist * Wed May 06 2009 Automatic Build System 6.5.2.1-1mamba - automatic update to 6.5.2.1 by autodist * Mon May 04 2009 Automatic Build System 6.5.2.0-1mamba - automatic update to 6.5.2.0 by autodist * Fri May 01 2009 Automatic Build System 6.5.1.10-1mamba - automatic update to 6.5.1.10 by autodist * Wed Apr 29 2009 Automatic Build System 6.5.1.9-1mamba - automatic update to 6.5.1.9 by autodist * Tue Apr 28 2009 Automatic Build System 6.5.1.8-1mamba - automatic update to 6.5.1.8 by autodist * Mon Apr 27 2009 Automatic Build System 6.5.1.7-1mamba - automatic update to 6.5.1.7 by autodist * Fri Apr 24 2009 Automatic Build System 6.5.1.6-1mamba - automatic update to 6.5.1.6 by autodist * Thu Apr 23 2009 Automatic Build System 6.5.1.5-1mamba - automatic update to 6.5.1.5 by autodist * Wed Apr 22 2009 Automatic Build System 6.5.1.4-1mamba - automatic update to 6.5.1.4 by autodist * Thu Apr 16 2009 Silvan Calarco 6.5.1.3-1mamba - automatic update to 6.5.1.3 by autodist * Mon Apr 13 2009 Silvan Calarco 6.5.1.2-1mamba - automatic update to 6.5.1.2 by autodist * Sat Apr 11 2009 Silvan Calarco 6.5.1.1-1mamba - automatic update to 6.5.1.1 by autodist * Wed Apr 01 2009 Silvan Calarco 6.5.1.0-1mamba - automatic update to 6.5.1.0 by autodist * Tue Mar 31 2009 Silvan Calarco 6.5.0.10-1mamba - automatic update to 6.5.0.10 by autodist * Sat Mar 28 2009 Silvan Calarco 6.5.0.9-1mamba - automatic update to 6.5.0.9 by autodist * Wed Mar 25 2009 Silvan Calarco 6.5.0.7-1mamba - automatic update to 6.5.0.7 by autodist * Tue Mar 24 2009 Silvan Calarco 6.5.0.6-1mamba - automatic update to 6.5.0.6 by autodist * Mon Mar 23 2009 Silvan Calarco 6.5.0.5-1mamba - automatic update to 6.5.0.5 by autodist * Sun Mar 22 2009 Silvan Calarco 6.5.0.4-1mamba - automatic update to 6.5.0.4 by autodist * Sat Mar 21 2009 Silvan Calarco 6.5.0.3-1mamba - automatic update to 6.5.0.3 by autodist * Wed Mar 18 2009 Silvan Calarco 6.5.0.1-1mamba - automatic update to 6.5.0.1 by autodist * Wed Mar 11 2009 Silvan Calarco 6.5.0.0-1mamba - automatic update to 6.5.0.0 by autodist * Tue Mar 10 2009 Silvan Calarco 6.4.9.10-1mamba - automatic update to 6.4.9.10 by autodist * Sun Mar 08 2009 Silvan Calarco 6.4.9.9-1mamba - automatic update to 6.4.9.9 by autodist * Mon Mar 02 2009 Silvan Calarco 6.4.9.8-1mamba - automatic update to 6.4.9.8 by autodist * Wed Feb 25 2009 Silvan Calarco 6.4.9.7-1mamba - automatic update to 6.4.9.7 by autodist * Fri Feb 20 2009 Silvan Calarco 6.4.9.6-1mamba - automatic update to 6.4.9.6 by autodist * Thu Feb 19 2009 Silvan Calarco 6.4.9.5-1mamba - automatic update to 6.4.9.5 by autodist * Mon Feb 16 2009 Silvan Calarco 6.4.9.4-1mamba - automatic update to 6.4.9.4 by autodist * Thu Feb 12 2009 Silvan Calarco 6.4.9.3-1mamba - automatic update to 6.4.9.3 by autodist * Fri Feb 06 2009 Silvan Calarco 6.4.9.2-1mamba - automatic update to 6.4.9.2 by autodist * Tue Feb 03 2009 Silvan Calarco 6.4.9.1-1mamba - automatic update to 6.4.9.1 by autodist * Mon Feb 02 2009 Silvan Calarco 6.4.9.0-1mamba - automatic update to 6.4.9.0 by autodist * Fri Jan 30 2009 Silvan Calarco 6.4.8.10-1mamba - automatic update to 6.4.8.10 by autodist * Sat Jan 24 2009 Silvan Calarco 6.4.8.9-1mamba - automatic update to 6.4.8.9 by autodist * Fri Jan 23 2009 Silvan Calarco 6.4.8.8-1mamba - automatic update to 6.4.8.8 by autodist * Tue Jan 20 2009 Silvan Calarco 6.4.8.7-1mamba - automatic update to 6.4.8.7 by autodist * Sat Jan 17 2009 Silvan Calarco 6.4.8.6-1mamba - automatic update to 6.4.8.6 by autodist * Sun Jan 11 2009 Silvan Calarco 6.4.8.5-1mamba - automatic update to 6.4.8.5 by autodist * Sat Jan 10 2009 Silvan Calarco 6.4.8.4-1mamba - automatic update to 6.4.8.4 by autodist * Wed Dec 31 2008 Silvan Calarco 6.4.8.3-1mamba - automatic update to 6.4.8.3 by autodist * Sun Dec 28 2008 Silvan Calarco 6.4.8.2-1mamba - automatic update to 6.4.8.2 by autodist * Wed Dec 24 2008 Silvan Calarco 6.4.8.1-1mamba - automatic update to 6.4.8.1 by autodist * Wed Dec 24 2008 Silvan Calarco 6.4.8.0-1mamba - automatic update to 6.4.8.0 by autodist * Thu Dec 18 2008 Silvan Calarco 6.4.7.10-1mamba - automatic update to 6.4.7.10 by autodist * Wed Dec 17 2008 Silvan Calarco 6.4.7.9-1mamba - automatic update to 6.4.7.9 by autodist * Mon Dec 15 2008 Silvan Calarco 6.4.7.8-1mamba - automatic update to 6.4.7.8 by autodist * Sat Dec 13 2008 Silvan Calarco 6.4.7.7-1mamba - automatic update to 6.4.7.7 by autodist * Thu Dec 11 2008 Silvan Calarco 6.4.7.6-1mamba - automatic update to 6.4.7.6 by autodist * Wed Dec 10 2008 Silvan Calarco 6.4.7.5-1mamba - automatic update to 6.4.7.5 by autodist * Tue Dec 09 2008 Silvan Calarco 6.4.7.4-1mamba - automatic update to 6.4.7.4 by autodist * Mon Dec 08 2008 Silvan Calarco 6.4.7.3-1mamba - automatic update to 6.4.7.3 by autodist * Sun Dec 07 2008 Silvan Calarco 6.4.7.2-1mamba - automatic update to 6.4.7.2 by autodist * Sat Dec 06 2008 Silvan Calarco 6.4.7.1-1mamba - automatic update to 6.4.7.1 by autodist * Fri Dec 05 2008 Silvan Calarco 6.4.7.0-1mamba - automatic update to 6.4.7.0 by autodist * Thu Dec 04 2008 Silvan Calarco 6.4.6.9-1mamba - automatic update to 6.4.6.9 by autodist * Tue Dec 02 2008 Silvan Calarco 6.4.6.8-1mamba - automatic update to 6.4.6.8 by autodist * Thu Nov 27 2008 Silvan Calarco 6.4.6.4-1mamba - automatic update to 6.4.6.4 by autodist * Wed Nov 26 2008 Silvan Calarco 6.4.6.3-1mamba - automatic update to 6.4.6.3 by autodist * Tue Nov 25 2008 Silvan Calarco 6.4.6.2-1mamba - automatic update to 6.4.6.2 by autodist * Sun Nov 23 2008 Silvan Calarco 6.4.6.1-1mamba - automatic update to 6.4.6.1 by autodist * Fri Nov 21 2008 Silvan Calarco 6.4.6.0-1mamba - automatic update to 6.4.6.0 by autodist * Thu Nov 20 2008 Silvan Calarco 6.4.5.9-1mamba - automatic update to 6.4.5.9 by autodist * Tue Nov 18 2008 Silvan Calarco 6.4.5.8-1mamba - automatic update to 6.4.5.8 by autodist * Sun Nov 16 2008 Silvan Calarco 6.4.5.7-1mamba - automatic update to 6.4.5.7 by autodist * Sat Nov 15 2008 Silvan Calarco 6.4.5.6-1mamba - automatic update to 6.4.5.6 by autodist * Mon Nov 10 2008 Silvan Calarco 6.4.5.5-1mamba - automatic update to 6.4.5.5 by autodist * Thu Nov 06 2008 Silvan Calarco 6.4.5.4-1mamba - automatic update to 6.4.5.4 by autodist * Sun Nov 02 2008 Silvan Calarco 6.4.5.3-1mamba - automatic update to 6.4.5.3 by autodist * Sat Nov 01 2008 Silvan Calarco 6.4.5.2-1mamba - automatic update to 6.4.5.2 by autodist * Thu Oct 30 2008 Silvan Calarco 6.4.5.1-1mamba - automatic update to 6.4.5.1 by autodist * Sun Oct 26 2008 Silvan Calarco 6.4.5.0-1mamba - automatic update to 6.4.5.0 by autodist * Sat Oct 18 2008 Silvan Calarco 6.4.4.9-1mamba - automatic update to 6.4.4.9 by autodist * Thu Oct 16 2008 Silvan Calarco 6.4.4.8-1mamba - automatic update to 6.4.4.8 by autodist * Tue Oct 14 2008 Silvan Calarco 6.4.4.6-1mamba - automatic update to 6.4.4.6 by autodist * Sat Oct 11 2008 Silvan Calarco 6.4.4.4-1mamba - automatic update to 6.4.4.4 by autodist * Wed Oct 08 2008 Silvan Calarco 6.4.4.3-1mamba - automatic update to 6.4.4.3 by autodist * Tue Oct 07 2008 Silvan Calarco 6.4.4.2-1mamba - automatic update to 6.4.4.2 by autodist * Mon Sep 29 2008 Silvan Calarco 6.4.4.1-1mamba - automatic update to 6.4.4.1 by autodist * Fri Sep 26 2008 Silvan Calarco 6.4.3.10-1mamba - automatic update to 6.4.3.10 by autodist * Thu Sep 25 2008 Silvan Calarco 6.4.3.9-1mamba - automatic update to 6.4.3.9 by autodist * Tue Sep 23 2008 Silvan Calarco 6.4.3.8-1mamba - automatic update to 6.4.3.8 by autodist * Fri Sep 05 2008 Silvan Calarco 6.4.3.6-1mamba - update to 6.4.3.6 - added PKG_CONFIG to configure or pkg-config is not detected * Sat Aug 30 2008 Silvan Calarco 6.4.3.5-1mamba - update to 6.4.3.5 * Tue Jun 17 2008 Silvan Calarco 6.4.1-2mamba - obsolete ImageMagick62 - perl package: rename to perl-Magick and obsolete ImageMagick-perl * Mon Jun 16 2008 Silvan Calarco 6.4.1-1mamba - update to 6.4.1 * Sun Feb 25 2007 Silvan Calarco 6.3.2-1qilnx - update to version 6.3.2 by autospec - obsolete GraphicsMagick * Fri Sep 15 2006 Davide Madrisan 6.2.5-3qilnx - security update: qibug 119 (CVE-[2005-4601,2006-[3743,3744,4144]], p1) - added some missing build requirements * Wed Jan 25 2006 Davide Madrisan 6.2.5-2qilnx - rebuilt against Xorg 6.9.0 * Mon Jan 02 2006 Davide Madrisan 6.2.5-1qilnx - update to version 6.2.5 by autospec * Thu Sep 22 2005 Davide Madrisan 6.2.3-2qilnx - do not overwrite ImageMagick documentation with %%doc * Tue May 31 2005 Davide Madrisan 6.2.3-1qilnx - update to version 6.2.3 by autospec - also fixes the security issue QSA-2005-071 (CAN-2005-1275) * Mon Apr 04 2005 Silvan Calarco 6.2.1-1qilnx - update to version 6.2.1 by autospec - also fix security holes QSA-2005-041 (CAN-2005-[0005,0397,0761]) * Thu Feb 10 2005 Davide Madrisan 6.1.9-1qilnx - update to version 6.1.9 by autospec - fixed a conflict between ImageMagick-devel and libtool packages * Thu Nov 11 2004 Davide Madrisan 6.1.2-2qilnx - removed the perllocal.pod file * Thu Oct 28 2004 Davide Madrisan 6.1.2-1qilnx - update to version 6.1.2 by autospec * Tue Jul 13 2004 Silvan Calarco 6.0.3-1qilnx - new version build * Sat Apr 24 2004 Silvan Calarco 6.0.0-1qilnx - first build