Blame SPECS/ImageMagick.spec

e3fbc7
%global VER 6.7.8
e3fbc7
%global Patchlevel 9
e3fbc7
e3fbc7
Name:		ImageMagick
e3fbc7
Version:		%{VER}.%{Patchlevel}
b9c1e2
Release:		16%{?dist}
e3fbc7
Summary:		An X application for displaying and manipulating images
e3fbc7
Group:		Applications/Multimedia
e3fbc7
License:		ImageMagick
e3fbc7
Url:			http://www.imagemagick.org/
e3fbc7
Source0:		ftp://ftp.ImageMagick.org/pub/%{name}/%{name}-%{VER}-%{Patchlevel}.tar.xz
e3fbc7
e3fbc7
Patch0:			0001-Fix-man-page-scan-results.patch
83ed3b
Patch1:			0001-Fix-CVE-2014-1947-CVE-2014-2030.patch
b9cf19
Patch2:     0002-1303227-fix-exr-crash.patch
5fbc94
Patch3:     ImageMagick-cve-2016-3717.patch
e53adb
Patch4:     ImageMagick-cve-2016-5118.patch
e53adb
Patch5:     ImageMagick-pict-doublefree.patch
e53adb
Patch6:     ImageMagick-gnuplot-delegate-remove.diff
e53adb
Patch7:     ImageMagick-icon-mem.patch
e53adb
Patch8:     ImageMagick-splice-crash.patch
e53adb
Patch9:     ImageMagick-null-pointer-access.patch
e53adb
Patch10:    ImageMagick-cve-2016-5240.patch
b9c1e2
Patch11:    rhbz1633602-quantize.patch
e3fbc7
e3fbc7
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
e3fbc7
BuildRequires:	bzip2-devel, freetype-devel, libjpeg-devel, libpng-devel
e3fbc7
BuildRequires:	libtiff-devel, giflib-devel, zlib-devel, perl-devel >= 5.8.1
e3fbc7
BuildRequires:	ghostscript-devel
e3fbc7
BuildRequires:	libwmf-devel, jasper-devel, libtool-ltdl-devel
e3fbc7
BuildRequires:	libX11-devel, libXext-devel, libXt-devel
e3fbc7
BuildRequires:	libxml2-devel, librsvg2-devel, OpenEXR-devel
e3fbc7
e3fbc7
%description
e3fbc7
ImageMagick is an image display and manipulation tool for the X
e3fbc7
Window System. ImageMagick can read and write JPEG, TIFF, PNM, GIF,
e3fbc7
and Photo CD image formats. It can resize, rotate, sharpen, color
e3fbc7
reduce, or add special effects to an image, and when finished you can
e3fbc7
either save the completed work in the original format or a different
e3fbc7
one. ImageMagick also includes command line programs for creating
e3fbc7
animated or transparent .gifs, creating composite images, creating
e3fbc7
thumbnail images, and more.
e3fbc7
e3fbc7
ImageMagick is one of your choices if you need a program to manipulate
e3fbc7
and display images. If you want to develop your own applications
e3fbc7
which use ImageMagick code or APIs, you need to install
e3fbc7
ImageMagick-devel as well.
e3fbc7
e3fbc7
e3fbc7
%package devel
e3fbc7
Summary: Library links and header files for ImageMagick app development
e3fbc7
Group: Development/Libraries
e3fbc7
Requires: %{name} = %{version}-%{release}
e3fbc7
Requires: libX11-devel, libXext-devel, libXt-devel
e3fbc7
Requires: ghostscript-devel
e3fbc7
Requires: bzip2-devel
e3fbc7
Requires: freetype-devel
e3fbc7
Requires: libtiff-devel
e3fbc7
Requires: libjpeg-devel
e3fbc7
Requires: jasper-devel
e3fbc7
Requires: pkgconfig
e3fbc7
e3fbc7
%description devel
e3fbc7
ImageMagick-devel contains the library links and header files you'll
e3fbc7
need to develop ImageMagick applications. ImageMagick is an image
e3fbc7
manipulation program.
e3fbc7
e3fbc7
If you want to create applications that will use ImageMagick code or
e3fbc7
APIs, you need to install ImageMagick-devel as well as ImageMagick.
e3fbc7
You do not need to install it if you just want to use ImageMagick,
e3fbc7
however.
e3fbc7
e3fbc7
e3fbc7
%package doc
e3fbc7
Summary: ImageMagick html documentation
e3fbc7
Group: Documentation
e3fbc7
e3fbc7
%description doc
e3fbc7
ImageMagick documentation, this package contains usage (for the
e3fbc7
commandline tools) and API (for the libraries) documentation in html format.
e3fbc7
Note this documentation can also be found on the ImageMagick website:
e3fbc7
http://www.imagemagick.org/
e3fbc7
e3fbc7
e3fbc7
%package perl
e3fbc7
Summary: ImageMagick perl bindings
e3fbc7
Group: System Environment/Libraries
e3fbc7
Requires: %{name} = %{version}-%{release}
e3fbc7
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
e3fbc7
e3fbc7
%description perl
e3fbc7
Perl bindings to ImageMagick.
e3fbc7
e3fbc7
Install ImageMagick-perl if you want to use any perl scripts that use
e3fbc7
ImageMagick.
e3fbc7
e3fbc7
e3fbc7
%package c++
e3fbc7
Summary: ImageMagick Magick++ library (C++ bindings)
e3fbc7
Group: System Environment/Libraries
e3fbc7
Requires: %{name} = %{version}-%{release}
e3fbc7
e3fbc7
%description c++
e3fbc7
This package contains the Magick++ library, a C++ binding to the ImageMagick
e3fbc7
graphics manipulation library.
e3fbc7
e3fbc7
Install ImageMagick-c++ if you want to use any applications that use Magick++.
e3fbc7
e3fbc7
e3fbc7
%package c++-devel
e3fbc7
Summary: C++ bindings for the ImageMagick library
e3fbc7
Group: Development/Libraries
e3fbc7
Requires: %{name}-c++ = %{version}-%{release}
e3fbc7
Requires: %{name}-devel = %{version}-%{release}
e3fbc7
e3fbc7
%description c++-devel
e3fbc7
ImageMagick-devel contains the static libraries and header files you'll
e3fbc7
need to develop ImageMagick applications using the Magick++ C++ bindings.
e3fbc7
ImageMagick is an image manipulation program.
e3fbc7
e3fbc7
If you want to create applications that will use Magick++ code
e3fbc7
or APIs, you'll need to install ImageMagick-c++-devel, ImageMagick-devel and
e3fbc7
ImageMagick.
e3fbc7
You don't need to install it if you just want to use ImageMagick, or if you
e3fbc7
want to develop/compile applications using the ImageMagick C interface,
e3fbc7
however.
e3fbc7
e3fbc7
e3fbc7
%prep
e3fbc7
%setup -q -n %{name}-%{VER}-%{Patchlevel}
e3fbc7
sed -i 's/libltdl.la/libltdl.so/g' configure
e3fbc7
iconv -f ISO-8859-1 -t UTF-8 README.txt > README.txt.tmp
e3fbc7
touch -r README.txt README.txt.tmp
e3fbc7
mv README.txt.tmp README.txt
e3fbc7
# for %doc
e3fbc7
mkdir Magick++/examples
e3fbc7
cp -p Magick++/demo/*.cpp Magick++/demo/*.miff Magick++/examples
e3fbc7
%patch0 -p1
83ed3b
%patch1 -p1
b9cf19
%patch2 -p1
5fbc94
%patch3 -p1 -z .cve-2016-3717
e53adb
%patch4 -p1 -b .cve-2016-5118
e53adb
%patch5 -p1 -b .pict-doublefree
e53adb
%patch6 -p1 -b .gnuplot-delegate-remove
e53adb
%patch7 -p1 -b .icon-mem
e53adb
%patch8 -p1 -b .splice-crash
e53adb
%patch9 -p1 -b .null-pointer-access
e53adb
%patch10 -p1 -b .cve-2016-5240
b9c1e2
%patch11 -p1 -b .quantize
e3fbc7
e3fbc7
%build
e3fbc7
%configure --enable-shared \
e3fbc7
           --disable-static \
e3fbc7
           --with-modules \
e3fbc7
           --with-perl \
e3fbc7
           --with-x \
e3fbc7
           --with-threads \
e3fbc7
           --with-magick_plus_plus \
e3fbc7
           --with-gslib \
e3fbc7
           --with-wmf \
e3fbc7
           --with-rsvg \
e3fbc7
           --with-xml \
e3fbc7
           --with-perl-options="INSTALLDIRS=vendor %{?perl_prefix} CC='%__cc -L$PWD/magick/.libs' LDDLFLAGS='-shared -L$PWD/magick/.libs'" \
e3fbc7
           --without-dps \
e3fbc7
           --without-included-ltdl --with-ltdl-include=%{_includedir} \
e3fbc7
           --with-ltdl-lib=%{_libdir}
e3fbc7
# Disable rpath
e3fbc7
sed -i 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' libtool
e3fbc7
sed -i 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool
e3fbc7
# Do *NOT* use %%{?_smp_mflags}, this causes PerlMagick to be silently misbuild
e3fbc7
make
e3fbc7
e3fbc7
e3fbc7
%install
e3fbc7
rm -rf %{buildroot}
e3fbc7
e3fbc7
make install DESTDIR=%{buildroot} INSTALL="install -p"
e3fbc7
cp -a www/source %{buildroot}%{_datadir}/doc/%{name}-%{VER}
e3fbc7
# Delete *ONLY* _libdir/*.la files! .la files used internally to handle plugins - BUG#185237!!!
e3fbc7
rm %{buildroot}%{_libdir}/*.la
e3fbc7
e3fbc7
# fix weird perl Magick.so permissions
e3fbc7
chmod 755 %{buildroot}%{perl_vendorarch}/auto/Image/Magick/Magick.so
e3fbc7
e3fbc7
# perlmagick: fix perl path of demo files
e3fbc7
%{__perl} -MExtUtils::MakeMaker -e 'MY->fixin(@ARGV)' PerlMagick/demo/*.pl
e3fbc7
e3fbc7
# perlmagick: cleanup various perl tempfiles from the build which get installed
e3fbc7
find %{buildroot} -name "*.bs" |xargs rm -f
e3fbc7
find %{buildroot} -name ".packlist" |xargs rm -f
e3fbc7
find %{buildroot} -name "perllocal.pod" |xargs rm -f
e3fbc7
e3fbc7
# perlmagick: build files list
e3fbc7
echo "%defattr(-,root,root,-)" > perl-pkg-files
e3fbc7
find %{buildroot}/%{_libdir}/perl* -type f -print \
e3fbc7
        | sed "s@^%{buildroot}@@g" > perl-pkg-files 
e3fbc7
find %{buildroot}%{perl_vendorarch} -type d -print \
e3fbc7
        | sed "s@^%{buildroot}@%dir @g" \
e3fbc7
        | grep -v '^%dir %{perl_vendorarch}$' \
e3fbc7
        | grep -v '/auto$' >> perl-pkg-files 
e3fbc7
if [ -z perl-pkg-files ] ; then
e3fbc7
    echo "ERROR: EMPTY FILE LIST"
e3fbc7
    exit -1
e3fbc7
fi
e3fbc7
e3fbc7
# fix multilib issues
e3fbc7
mv %{buildroot}%{_includedir}/%{name}/magick/magick-config.h \
83ed3b
   %{buildroot}%{_includedir}/%{name}/magick/magick-config-%{__isa_bits}.h
e3fbc7
e3fbc7
cat >%{buildroot}%{_includedir}/%{name}/magick/magick-config.h <
e3fbc7
#ifndef IMAGEMAGICK_MULTILIB
e3fbc7
#define IMAGEMAGICK_MULTILIB
e3fbc7
e3fbc7
#include <bits/wordsize.h>
e3fbc7
e3fbc7
#if __WORDSIZE == 32
e3fbc7
# include "magick-config-32.h"
e3fbc7
#elif __WORDSIZE == 64
e3fbc7
# include "magick-config-64.h"
e3fbc7
#else
e3fbc7
# error "unexpected value for __WORDSIZE macro"
e3fbc7
#endif
e3fbc7
e3fbc7
#endif
e3fbc7
EOF
e3fbc7
e3fbc7
# Fonts must be packaged separately. It does nothave matter and demos work without it.
e3fbc7
rm PerlMagick/demo/Generic.ttf
e3fbc7
e3fbc7
%clean
e3fbc7
rm -rf %{buildroot}
e3fbc7
e3fbc7
e3fbc7
%post -p /sbin/ldconfig
e3fbc7
e3fbc7
%post c++ -p /sbin/ldconfig
e3fbc7
e3fbc7
%postun -p /sbin/ldconfig
e3fbc7
e3fbc7
%postun c++ -p /sbin/ldconfig
e3fbc7
e3fbc7
e3fbc7
%files
e3fbc7
%defattr(-,root,root,-)
e3fbc7
%doc QuickStart.txt ChangeLog Platforms.txt
e3fbc7
%doc README.txt LICENSE NOTICE AUTHORS.txt NEWS.txt
e3fbc7
%{_libdir}/libMagickCore.so.5*
e3fbc7
%{_libdir}/libMagickWand.so.5*
e3fbc7
%{_bindir}/[a-z]*
e3fbc7
%{_libdir}/%{name}-%{VER}
e3fbc7
%{_datadir}/%{name}-%{VER}
e3fbc7
%{_mandir}/man[145]/[a-z]*
e3fbc7
%{_mandir}/man1/%{name}.*
e3fbc7
%{_sysconfdir}/%{name}
e3fbc7
e3fbc7
%files devel
e3fbc7
%defattr(-,root,root,-)
e3fbc7
%{_bindir}/MagickCore-config
e3fbc7
%{_bindir}/Magick-config
e3fbc7
%{_bindir}/MagickWand-config
e3fbc7
%{_bindir}/Wand-config
e3fbc7
%{_libdir}/libMagickCore.so
e3fbc7
%{_libdir}/libMagickWand.so
e3fbc7
%{_libdir}/pkgconfig/MagickCore.pc
e3fbc7
%{_libdir}/pkgconfig/ImageMagick.pc
e3fbc7
%{_libdir}/pkgconfig/MagickWand.pc
e3fbc7
%{_libdir}/pkgconfig/Wand.pc
e3fbc7
%dir %{_includedir}/%{name}
e3fbc7
%{_includedir}/%{name}/magick
e3fbc7
%{_includedir}/%{name}/wand
e3fbc7
%{_mandir}/man1/Magick-config.*
e3fbc7
%{_mandir}/man1/MagickCore-config.*
e3fbc7
%{_mandir}/man1/Wand-config.*
e3fbc7
%{_mandir}/man1/MagickWand-config.*
e3fbc7
e3fbc7
%files doc
e3fbc7
%defattr(-,root,root,-)
e3fbc7
%doc %{_datadir}/doc/%{name}-%{VER}
e3fbc7
%doc LICENSE
e3fbc7
e3fbc7
%files c++
e3fbc7
%defattr(-,root,root,-)
e3fbc7
%doc Magick++/AUTHORS Magick++/ChangeLog Magick++/NEWS Magick++/README
e3fbc7
%doc www/Magick++/COPYING
e3fbc7
%{_libdir}/libMagick++.so.5*
e3fbc7
e3fbc7
%files c++-devel
e3fbc7
%defattr(-,root,root,-)
e3fbc7
%doc Magick++/examples
e3fbc7
%{_bindir}/Magick++-config
e3fbc7
%{_includedir}/%{name}/Magick++
e3fbc7
%{_includedir}/%{name}/Magick++.h
e3fbc7
%{_libdir}/libMagick++.so
e3fbc7
%{_libdir}/pkgconfig/Magick++.pc
e3fbc7
%{_libdir}/pkgconfig/ImageMagick++.pc
e3fbc7
%{_mandir}/man1/Magick++-config.*
e3fbc7
e3fbc7
%files perl -f perl-pkg-files
e3fbc7
%defattr(-,root,root,-)
e3fbc7
%{_mandir}/man3/*
e3fbc7
%doc PerlMagick/demo/ PerlMagick/Changelog PerlMagick/README.txt
e3fbc7
e3fbc7
%changelog
b9c1e2
* Wed Oct 24 2018 Jan Horak <jhorak@redhat.com> - 6.7.8.9-16
b9c1e2
- Added fix for long convert under some circumstances (rhbz#1633602)
b9c1e2
e53adb
* Thu Jun  2 2016 Jan Horak <jhorak@redhat.com> - 6.7.8.9-15
e53adb
- Added fix for CVE-2016-5118, CVE-2016-5240, rhbz#1269562,
e53adb
  rhbz#1326834, rhbz#1334188, rhbz#1269553
e53adb
5fbc94
* Thu May  5 2016 Jan Horak <jhorak@redhat.com> - 6.7.8.9-13
5fbc94
- Add fix for CVE-2016-3714, CVE-2016-3715, CVE-2016-3716, CVE-2016-3717
5fbc94
5fbc94
* Tue Feb  2 2016 Jan Horak <jhorak@redhat.com> - 6.7.8.9-11
b9cf19
- Fixed crash when processing .exr files (rhbz#1303227)
b9cf19
83ed3b
* Tue Apr 01 2014 Benjamin Tissoires <benjamin.tissoires@redhat.com> 6.7.8.9-10
83ed3b
- backported r13736 to fix CVE-2014-1947, CVE-2014-2030 (rhbz#1083080)
83ed3b
83ed3b
* Fri Jan 24 2014 Daniel Mach <dmach@redhat.com> - 6.7.8.9-9
83ed3b
- Mass rebuild 2014-01-24
83ed3b
83ed3b
* Fri Dec 27 2013 Daniel Mach <dmach@redhat.com> - 6.7.8.9-8
83ed3b
- Mass rebuild 2013-12-27
83ed3b
83ed3b
* Fri Nov 08 2013 Benjamin Tissoires <benjamin.tissoires@redhat.com> 6.7.8.9-7
83ed3b
- add aarch64 as a target by using %{__isa_bits} set by platform, instead of hardcoding the list of 64-bit arches (rhbz#1028584)
83ed3b
e3fbc7
* Mon Sep 09 2013 Benjamin Tissoires <benjamin.tissoires@redhat.com> 6.7.8.9-6
e3fbc7
- drop djvulibre (BZ#1004852)
e3fbc7
e3fbc7
* Thu Jul 25 2013 Benjamin Tissoires <benjamin.tissoires@redhat.com> 6.7.8.9-5.3
e3fbc7
- Fix man page scan
e3fbc7
e3fbc7
* Tue Jul 23 2013 Petr Šabata <contyk@redhat.com> - 6.7.8.9-5.2
e3fbc7
- Rebuild without lcms
e3fbc7
- Fix bogus dates in changelog
e3fbc7
e3fbc7
* Tue Mar 19 2013 Daniel Mach <dmach@redhat.com> - 6.7.8.9-5.1
e3fbc7
- Rebuild for OpenEXR
e3fbc7
e3fbc7
* Sun Mar 10 2013 Rex Dieter <rdieter@fedoraproject.org> - 6.7.8.9-5
e3fbc7
- rebuild (OpenEXR)
e3fbc7
e3fbc7
* Wed Feb 13 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 6.7.8.9-4
e3fbc7
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
e3fbc7
e3fbc7
* Fri Jan 18 2013 Adam Tkac <atkac redhat com> - 6.7.8.9-3
e3fbc7
- rebuild due to "jpeg8-ABI" feature drop
e3fbc7
e3fbc7
* Fri Dec 21 2012 Adam Tkac <atkac redhat com> - 6.7.8.9-2
e3fbc7
- rebuild against new libjpeg
e3fbc7
e3fbc7
* Sat Aug 11 2012 Pavel Alexeev <Pahan@Hubbitus.info> - 6.7.8.9-1
e3fbc7
- Update to 6.7.8-9 to fix CVE-2012-3437 (bz#844101, 844103).
e3fbc7
e3fbc7
* Wed Jul 18 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 6.7.7.5-3
e3fbc7
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
e3fbc7
e3fbc7
* Mon Jun 11 2012 Petr Pisar <ppisar@redhat.com> - 6.7.7.5-2
e3fbc7
- Perl 5.16 rebuild
e3fbc7
e3fbc7
* Sat Jun 2 2012 Pavel Alexeev <Pahan@Hubbitus.info> - 6.7.7.5-1
e3fbc7
- Update to 6.7.7-5 version. Prepare and update in stable Fedora 16 to address security problems (f.e. bz#808159).
e3fbc7
e3fbc7
* Fri May 11 2012 Pavel Alexeev <Pahan@Hubbitus.info> - 6.7.6.5-2
e3fbc7
- Rebuild due libtiff update http://www.mail-archive.com/devel@lists.fedoraproject.org/msg42846.html
e3fbc7
e3fbc7
* Tue Apr 10 2012 Pavel Alexeev <Pahan@Hubbitus.info> - 6.7.6.5-1
e3fbc7
- Update to 6.7.6.5 to fix security issues: bz#807993, bz#807994, bz#807997,
e3fbc7
	bz#808159, bz#804591, bz#804588
e3fbc7
e3fbc7
* Sat Feb 25 2012 Pavel Alexeev <Pahan@Hubbitus.info> - 6.7.5.6-1
e3fbc7
- Update by request https://bugzilla.redhat.com/show_bug.cgi?id=755827#c8
e3fbc7
- Delete multilib patch as it should be in main sources.
e3fbc7
- Replace $RPM_BUILD_ROOT by %%buildroot
e3fbc7
e3fbc7
* Thu Jan 12 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 6.7.1.9-3
e3fbc7
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
e3fbc7
e3fbc7
* Mon Dec 05 2011 Adam Jackson <ajax@redhat.com> 6.7.1.9-2
e3fbc7
- Rebuild for new libpng
e3fbc7
e3fbc7
* Mon Aug 22 2011 Pavel Alexeev <Pahan@Hubbitus.info> - 6.7.1.9-1
e3fbc7
- New version 6.7.1-9.
e3fbc7
e3fbc7
* Thu Jul 21 2011 Petr Sabata <contyk@redhat.com> - 6.7.0.10-3
e3fbc7
- Perl mass rebuild
e3fbc7
e3fbc7
* Wed Jul 20 2011 Petr Sabata <contyk@redhat.com> - 6.7.0.10-2
e3fbc7
- Perl mass rebuild
e3fbc7
e3fbc7
* Wed Jun 22 2011 Pavel Alexeev <Pahan@Hubbitus.info> - 6.7.0.10-1
e3fbc7
- Update to 6.7.0-10.
e3fbc7
e3fbc7
* Fri Jun 17 2011 Marcela Mašláňová <mmaslano@redhat.com> - 6.6.8.4-3
e3fbc7
- Perl mass rebuild
e3fbc7
e3fbc7
* Fri Jun 10 2011 Marcela Mašláňová <mmaslano@redhat.com> - 6.6.8.4-2
e3fbc7
- Perl 5.14 mass rebuild
e3fbc7
e3fbc7
* Tue Mar 15 2011 Pavel Alexeev <Pahan@Hubbitus.info> - 6.6.8.4-1
e3fbc7
- Add BR liblqr-1-devel (BZ#683159)
e3fbc7
- Update to new version (BZ#579458) 6.6.8-4
e3fbc7
e3fbc7
* Mon Feb 07 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 6.6.5.10-19
e3fbc7
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
e3fbc7
e3fbc7
* Fri Dec 17 2010 Pavel Alexeev <Pahan@Hubbitus.info> - 6.6.5.10-18
e3fbc7
- Add BR OpenEXR-devel to support OpenEXR format (BZ#663705)
e3fbc7
e3fbc7
* Thu Nov 25 2010 Pavel Alexeev <Pahan@Hubbitus.info> - 6.6.5.10-17
e3fbc7
- New version 6.6.5-10.
e3fbc7
- Add --enable-hdri switch by request of Petr Vlašic.
e3fbc7
e3fbc7
* Thu Sep 30 2010 Pavel Alexeev <Pahan@Hubbitus.info> - 6.6.4.8-16
e3fbc7
- Rebuild against new ghostscript in rawhide.
e3fbc7
- Update to 6.6.4-8 version.
e3fbc7
e3fbc7
* Wed Sep 29 2010 Tom "spot" Callaway <tcallawa@redhat.com> - 6.6.4.1-15
e3fbc7
- rebuild against new ghostscript
e3fbc7
e3fbc7
* Fri Sep 17 2010 Rex Dieter <rdieter@fedoraproject.org> - 6.6.4.1-14
e3fbc7
- %%files: track sonames, so as not to be surprised by future ABI breaks
e3fbc7
e3fbc7
* Tue Sep 14 2010 Pavel Alexeev <Pahan@Hubbitus.info> - 6.6.4.1-13
e3fbc7
- Update to 6.6.4-1 to fix FBFS BZ#631169.
e3fbc7
e3fbc7
* Fri Jul 30 2010 Pavel Alexeev <Pahan@Hubbitus.info> - 6.6.2.1-12
e3fbc7
- Add %%doc LICENSE as it required new Licensing Guidelines Update
e3fbc7
	( https://fedoraproject.org/wiki/Packaging:LicensingGuidelines )
e3fbc7
e3fbc7
* Wed Jun 23 2010 Mamoru Tasaka <mtasaka@ioa.s.u-tokyo.ac.jp> - 6.6.2.1-11
e3fbc7
- Rebuild (to fix downgrade after perl-5.12.0-rebuild tag)
e3fbc7
e3fbc7
* Tue Jun 1 2010 Pavel Alexeev <Pahan@Hubbitus.info> - 6.6.2.1-10
e3fbc7
- New version 6.6.2-1 (BZ#579458, BZ#565940 - http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=16320)
e3fbc7
- Replace %%define by %%global
e3fbc7
e3fbc7
* Tue Jun 01 2010 Marcela Maslanova <mmaslano@redhat.com> - 6.6.0.2-9
e3fbc7
- Mass rebuild with perl-5.12.0
e3fbc7
e3fbc7
* Sat Mar 6 2010 Pavel Alexeev <Pahan@Hubbitus.info> - 6.6.0.2-8
e3fbc7
- Update to 6.6.0-2 (BZ#570766)
e3fbc7
e3fbc7
* Tue Jan 5 2010 Pavel Alexeev <Pahan@Hubbitus.info> - 6.5.8.10-6
e3fbc7
- Update to 6.5.8-10 (BZ#547806)
e3fbc7
- Change source tarball from .tar.lzma to .tar.xz folow to upstream.
e3fbc7
e3fbc7
* Fri Dec  4 2009 Stepan Kasal <skasal@redhat.com> - 6.5.4.7-5
e3fbc7
- rebuild against perl 5.10.1
e3fbc7
e3fbc7
* Mon Nov 30 2009 Pavel Alexeev <Pahan@Hubbitus.info> - 6.5.4.7-4
e3fbc7
- Explude file Generic.ttf from -perl subpackage demos. Demos perfectly work without it, but with bundled font
e3fbc7
  package does not pass QA (Unfortunately no bugreport there, only mail from Nicolas Mailhot)
e3fbc7
e3fbc7
* Mon Aug 3 2009 Pavel Alexeev <Pahan@Hubbitus.info> - 6.5.4.7-3
e3fbc7
- Update to version 6.5.4-7
e3fbc7
- Use lzma-compressed source tarball as sugested by Ville Skyttä (BZ#515319)
e3fbc7
e3fbc7
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 6.5.3.7-2
e3fbc7
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
e3fbc7
e3fbc7
* Mon Jun 15 2009 Hans de Goede <hdegoede@redhat.com> 6.5.3.7-1
e3fbc7
- New upstream release 6.5.3-7
e3fbc7
e3fbc7
* Mon Apr 13 2009 Tom "spot" Callaway <tcallawa@redhat.com> - 6.5.1.2-1
e3fbc7
- update to 6.5.1-2
e3fbc7
e3fbc7
* Fri Mar 13 2009 Hans de Goede <hdegoede@redhat.com> 6.4.9.6-2
e3fbc7
- Fix undefined warning in magick-type.h (#489453)
e3fbc7
- Do not link PerlMagick against system ImageMagick, but against the just
e3fbc7
  build one
e3fbc7
e3fbc7
* Mon Mar  9 2009 Hans de Goede <hdegoede@redhat.com> 6.4.9.6-1
e3fbc7
- New upstream release 6.4.9-6
e3fbc7
e3fbc7
* Mon Feb 23 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 6.4.5.5-9
e3fbc7
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
e3fbc7
e3fbc7
* Fri Jan 30 2009 Hans de Goede <hdegoede@redhat.com> 6.4.5.5-8
e3fbc7
- Remove (TM) from description as per new guidelines
e3fbc7
e3fbc7
* Sat Jan 17 2009 Rakesh Pandit <rakesh@fedoraproject.org> 6.4.5.5-7
e3fbc7
- Corrected the wrong release and bumped
e3fbc7
e3fbc7
* Sat Jan 17 2009 Rakesh Pandit <rakesh@fedoraproject.org> 6.4.5.5-6
e3fbc7
- Rebuild with new djvulibre
e3fbc7
e3fbc7
* Sat Dec 27 2008 Hans de Goede <hdegoede@redhat.com> 6.4.5.5-5
e3fbc7
- Remove 2 included copies of the non Free artbrush font (rh 477399)
e3fbc7
e3fbc7
* Wed Dec 10 2008 Hans de Goede <hdegoede@redhat.com> 6.4.5.5-4
e3fbc7
- Do not pass -jX to make when building, this breaks PerlMagick (rh 475554)
e3fbc7
e3fbc7
* Wed Nov 19 2008 Hans de Goede <hdegoede@redhat.com> 6.4.5.5-3
e3fbc7
- Remove --without-windows-font-dir from configure args, specifying it
e3fbc7
  makes ImageMagick search for windows fonts in the "no/" dir (rh 472244)
e3fbc7
e3fbc7
* Fri Nov 14 2008 Hans de Goede <hdegoede@redhat.com> 6.4.5.5-2
e3fbc7
- Enable djvu support, put the new djvu plugin into a separate -djvu
e3fbc7
  subpackage because of deps (rh 225897)
e3fbc7
e3fbc7
* Fri Nov 14 2008 Hans de Goede <hdegoede@redhat.com> 6.4.5.5-1
e3fbc7
- New upstream release 6.4.5-5
e3fbc7
- Various specfile fixes from merge review (rh 225897)
e3fbc7
- Fix building with new libtool (rh 471468)
e3fbc7
e3fbc7
* Thu Nov 13 2008 Hans de Goede <hdegoede@redhat.com> 6.4.0.10-3
e3fbc7
- Rebuild for new libtool (rh 471468)
e3fbc7
e3fbc7
* Sun Jul 27 2008 Hans de Goede <jwrdegoede@fedoraproject.org> 6.4.0.10-2
e3fbc7
- Fix ownership of /usr/include/ImageMagick (bz 444647)
e3fbc7
e3fbc7
* Sat Apr 26 2008 Hans de Goede <jwrdegoede@fedoraproject.org> 6.4.0.10-1
e3fbc7
- New upstream release 6.4.0.10
e3fbc7
- This fixes conversion of 24 bpp windows icons (bz 440136)
e3fbc7
- Don't reuse GError structs, that upsets glib2 (bz 325211)
e3fbc7
- Use the system ltdl, not the included copy (bz 237475)
e3fbc7
- Fix various multilib conflicts (bz 341561)
e3fbc7
- Use xdg-open instead of htmlview (bz 388451)
e3fbc7
- Some small specfile cleanups (utf-8 stuff & others) fixing rpmlint warnings
e3fbc7
e3fbc7
* Wed Feb 27 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 6.3.8.1-3
e3fbc7
- Rebuild for perl 5.10 (again)
e3fbc7
e3fbc7
* Tue Feb 19 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 6.3.8.1-2
e3fbc7
- Autorebuild for GCC 4.3
e3fbc7
e3fbc7
* Thu Jan 24 2008 Tom "spot" Callaway <tcallawa@redhat.com> 6.3.8.1-1
e3fbc7
- update to 6.3.8.1
e3fbc7
- rebuild for new perl
e3fbc7
- fix license tag
e3fbc7
- fix rpath issues
e3fbc7
- add sparc64 to 64bit arch list
e3fbc7
e3fbc7
* Fri Sep 21 2007 Norm Murray <nmurray@redhat.com> 6.3.5.9-1.fc8
e3fbc7
- rebase to 6.3.5.9
e3fbc7
- fix build with missing open() arg
e3fbc7
- add build require of jasper-devel, remove windows font dir
e3fbc7
- update multilib patch
e3fbc7
e3fbc7
* Thu Apr  5 2007 Norm Murray <nmurray@redhat.com> 6.3.2.9-3.fc7
e3fbc7
- heap overflows (#235075, CVE-2007-1797)
e3fbc7
e3fbc7
* Fri Mar 30 2007 Norm Murray <nmurray@redhat.com> 6.3.2.9-2.fc7
e3fbc7
- perlmagick build fix (#231259)
e3fbc7
e3fbc7
* Fri Mar  2 2007 Norm Murray <nmurray@redhat.com> 6.3.2.9-1.fc7.0
e3fbc7
- update to 6.3.2-9
e3fbc7
e3fbc7
* Wed Aug 23 2006 Matthias Clasen <mclasen@redhat.com> - 6.2.8.0-3.fc6
e3fbc7
- fix several integer and buffer overflows (#202193, CVE-2006-3743)
e3fbc7
- fix more integer overflows (#202771, CVE-2006-4144)
e3fbc7
e3fbc7
* Mon Jul 24 2006 Matthias Clasen <mclasen@redhat.com> - 6.2.8.0-2
e3fbc7
- Add missing BRs
e3fbc7
e3fbc7
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 6.2.8.0-1.1
e3fbc7
- rebuild
e3fbc7
e3fbc7
* Fri Jun  9 2006 Matthias Clasen <mclasen@redhat.com> - 6.2.8-1
e3fbc7
- Update to 6.2.8
e3fbc7
e3fbc7
* Fri Jun  2 2006 Matthias Clasen <mclasen@redhat.com> - 6.2.5.4-7
e3fbc7
- Fix multilib issues
e3fbc7
e3fbc7
* Thu May 25 2006 Matthias Clasen <mclasen@redhat.com> - 6.2.5.4-6
e3fbc7
- Fix a heap overflow CVE-2006-2440 (#192279)
e3fbc7
- Include required .la files  
e3fbc7
e3fbc7
* Mon Mar 20 2006 Matthias Clasen <mclasen@redhat.com> - 6.2.5.4-5
e3fbc7
- Don't ship .la and .a files (#185237)
e3fbc7
e3fbc7
* Mon Feb 13 2006 Jesse Keating <jkeating@redhat.com> - 6.2.5.4-4.2.1
e3fbc7
- rebump for build order issues during double-long bump
e3fbc7
e3fbc7
* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 6.2.5.4-4.2
e3fbc7
- bump again for double-long bug on ppc(64)
e3fbc7
e3fbc7
* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 6.2.5.4-4.1
e3fbc7
- rebuilt for new gcc4.1 snapshot and glibc changes
e3fbc7
e3fbc7
* Mon Jan 30 2006 Matthias Clasen <mclasen@redhat.com> 6.2.5.4-4
e3fbc7
- Make -devel require lcms-devel (#179200)
e3fbc7
e3fbc7
* Mon Jan 23 2006 Matthias Clasen <mclasen@redhat.com> 6.2.5.4-3
e3fbc7
- Fix linking of DSOs.  (#176695)
e3fbc7
e3fbc7
* Mon Jan  9 2006 Matthias Clasen <mclasen@redhat.com> 6.2.5.4-2
e3fbc7
- fix a format string vulnerability (CVE-2006-0082)
e3fbc7
e3fbc7
* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
e3fbc7
- rebuilt
e3fbc7
e3fbc7
* Tue Nov  1 2005 Matthias Clasen <mclasen@redhat.com> 6.2.5.4-1
e3fbc7
- Switch requires to modular X
e3fbc7
- Update to 6.2.5
e3fbc7
e3fbc7
* Tue Sep 20 2005 Matthias Clasen <mclasen@redhat.com> 6.2.4.6-1
e3fbc7
- Update to 6.2.4-6
e3fbc7
- Drop upstreamed patches
e3fbc7
- Disable DPS (#158984)
e3fbc7
- Add missing requires (#165931)
e3fbc7
e3fbc7
* Thu Jun  9 2005 Tim Waugh <twaugh@redhat.com> 6.2.2.0-4
e3fbc7
- Rebuilt for fixed ghostscript.
e3fbc7
e3fbc7
* Mon Jun  6 2005 Tim Waugh <twaugh@redhat.com> 6.2.2.0-3
e3fbc7
- Rebuilt for new ghostscript.
e3fbc7
e3fbc7
* Thu May 26 2005  <mclasen@redhat.com> - 6.2.2.0-2
e3fbc7
- fix a denial of service in the xwd coder (#158791, CAN-2005-1739)
e3fbc7
e3fbc7
* Tue Apr 26 2005 Matthias Clasen <mclasen@redhat.com> - 6.2.2.0-1
e3fbc7
- Update to 6.2.2 to fix a heap corruption issue
e3fbc7
  in the pnm coder.
e3fbc7
 
e3fbc7
* Mon Apr 25 2005  Matthias Clasen <mclasen@redhat.com> - 6.2.1.7-4
e3fbc7
- .la files for modules are needed, actually
e3fbc7
e3fbc7
* Mon Apr 25 2005  Matthias Clasen <mclasen@redhat.com> - 6.2.1.7-3
e3fbc7
- Really remove .la files for modules
e3fbc7
e3fbc7
* Mon Apr 25 2005  <mclasen@redhat.com> - 6.2.1.7-1
e3fbc7
- Update to 6.2.1
e3fbc7
- Include multiple improvements and bugfixes
e3fbc7
  by Rex Dieter et al (111961, 145466, 151196, 149970, 
e3fbc7
  146518, 113951, 145449, 144977, 144570, 139298)
e3fbc7
e3fbc7
* Sun Apr 24 2005  <mclasen@redhat.com> - 6.2.0.7-3
e3fbc7
- Make zip compression work for tiff (#154045)
e3fbc7
e3fbc7
* Wed Mar 16 2005  <mclasen@redhat.com> - 6.2.0.7-2
e3fbc7
- Update to 6.2.0 to fix a number of security issues:
e3fbc7
  #145112 (CAN-2005-05), #151265 (CAN-2005-0397)
e3fbc7
- Drop a lot of upstreamed patches
e3fbc7
e3fbc7
* Wed Mar  2 2005 Matthias Clasen <mclasen@redhat.com> 6.0.7.1-7
e3fbc7
- rebuild with gcc4
e3fbc7
- remove an extraneous vsnprintf prototype which causes
e3fbc7
  gcc4 to complain
e3fbc7
e3fbc7
* Mon Oct 11 2004 Tim Waugh <twaugh@redhat.com> 6.0.7.1-4
e3fbc7
- The devel subpackage requires XFree86-devel (bug #126509).
e3fbc7
- Fixed build requirements (bug #120776).  From Robert Scheck.
e3fbc7
e3fbc7
* Tue Sep 14 2004 Karsten Hopp <karsten@redhat.de> 6.0.7.1-3 
e3fbc7
- move *.mgk files (#132007, #131708, #132397)
e3fbc7
e3fbc7
* Sun Sep 12 2004 Karsten Hopp <karsten@redhat.de> 6.0.7.1-1 
e3fbc7
- update to 6.0.7 Patchlevel 1, fixes #132106
e3fbc7
e3fbc7
* Sat Sep 4 2004 Bill Nottingham <notting@redhat.com> 6.0.6.2-2
e3fbc7
- move libWand out of -devel, fix requirements (#131767)
e3fbc7
e3fbc7
* Wed Sep 01 2004 Karsten Hopp <karsten@redhat.de> 6.0.6.2-1 
e3fbc7
- update to latest stable version
e3fbc7
- get rid of obsolete patches
e3fbc7
- fix remaining patches
e3fbc7
e3fbc7
* Sat Jun 19 2004 Alan Cox <alan@redhat.com>
e3fbc7
- Easyfixes (#124791) - fixed missing dependancy between -devel and
e3fbc7
  libexif-devel
e3fbc7
e3fbc7
* Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com>
e3fbc7
- rebuilt
e3fbc7
e3fbc7
* Tue Mar 23 2004 Karsten Hopp <karsten@redhat.de> 5.5.7.15-1.3 
e3fbc7
- freetype patch to fix convert (#115716)
e3fbc7
e3fbc7
* Tue Mar 02 2004 Elliot Lee <sopwith@redhat.com>
e3fbc7
- rebuilt
e3fbc7
e3fbc7
* Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com>
e3fbc7
- rebuilt
e3fbc7
e3fbc7
* Sun Jan 25 2004 Nils Philippsen <nphilipp@redhat.com> 5.5.7.15-0.2
e3fbc7
- make perl module link against the built library instead of the installed one
e3fbc7
e3fbc7
* Thu Jan 22 2004 Nils Philippsen <nphilipp@redhat.com> 5.5.7.15-0.1
e3fbc7
- version 5.5.7 patchlevel 15
e3fbc7
e3fbc7
* Mon Oct 13 2003 Nils Philippsen <nphilipp@redhat.com> 5.5.7.10-0.1
e3fbc7
- rebuild with release 0.1 to not block an official update package
e3fbc7
e3fbc7
* Wed Sep 10 2003 Nils Philippsen <nphilipp@redhat.com> 5.5.7.10-2
e3fbc7
- hack around libtool stupidity
e3fbc7
- disable automake patch as we require automake-1.7 anyway
e3fbc7
e3fbc7
* Wed Sep 10 2003 Nils Philippsen <nphilipp@redhat.com> 5.5.7.10-1
e3fbc7
- version 5.5.7 patchlevel 10
e3fbc7
e3fbc7
* Wed Jun 04 2003 Elliot Lee <sopwith@redhat.com>
e3fbc7
- rebuilt
e3fbc7
e3fbc7
* Thu May 29 2003 Tim Powers <timp@redhat.com> 5.5.6-4
e3fbc7
- rebuild for RHEL to fix broken deps
e3fbc7
e3fbc7
* Thu May 15 2003 Tim Powers <timp@redhat.com> 5.5.6-3
e3fbc7
- rebuild again to fix broken dep on libMagick.so.5
e3fbc7
e3fbc7
* Mon May 12 2003 Karsten Hopp <karsten@redhat.de> 5.5.6-2
e3fbc7
- rebuild
e3fbc7
e3fbc7
* Fri May 09 2003 Karsten Hopp <karsten@redhat.de> 5.5.6-1
e3fbc7
- update
e3fbc7
- specfile fixes
e3fbc7
  #63897 (_target instead of _arch)
e3fbc7
  #74521 (SRPM doesn't compile)
e3fbc7
  #80441 (RFE: a newer version of ImageMagick is available)
e3fbc7
  #88450 (-devel package missing dependancy)
e3fbc7
  #57396 (convert won't read RAW format images)
e3fbc7
- verified that the upstream version fixes the following bugreports:
e3fbc7
  #57544 (display cannot handle many xpm's which both ee and rh71 display can)
e3fbc7
  #63727 (ImageMagick fails to handle RGBA files)
e3fbc7
  #73864 (composite dumps core on certain operations)
e3fbc7
  #78242 (Header files for c missing in devel rpms)
e3fbc7
  #79783 (magick_config.h is missing from ImageMagick-c++-devel)
e3fbc7
  #80117 (Documentation is installed twice by RPM )
e3fbc7
  #82762 (Trouble with browsing help files)
e3fbc7
  #85760 (Segmentation fault)
e3fbc7
  #86120 (eps->ppm convert crashes)
e3fbc7
e3fbc7
* Wed Jan 22 2003 Tim Powers <timp@redhat.com>
e3fbc7
- rebuilt
e3fbc7
e3fbc7
* Sat Jan  4 2003 Jeff Johnson <jbj@redhat.com> 5.4.7-9
e3fbc7
- use internal dep generator.
e3fbc7
e3fbc7
* Mon Dec 16 2002 Tim Powers <timp@redhat.com> 5.4.7-8
e3fbc7
- rebuild
e3fbc7
e3fbc7
* Sat Dec 14 2002 Tim Powers <timp@redhat.com> 5.4.7-7
e3fbc7
- don't use rpms internal dep generator
e3fbc7
e3fbc7
* Fri Nov 22 2002 Tim Powers <timp@redhat.com>
e3fbc7
- fix perl paths in file list
e3fbc7
e3fbc7
* Thu Nov 21 2002 Tim Powers <timp@redhat.com>
e3fbc7
- lib64'ize
e3fbc7
- don't throw stuff in /usr/X11R6, that's for X only
e3fbc7
- remove files we aren't shipping
e3fbc7
e3fbc7
* Sat Aug 10 2002 Elliot Lee <sopwith@redhat.com>
e3fbc7
- rebuilt with gcc-3.2 (we hope)
e3fbc7
e3fbc7
* Tue Jul 23 2002 Tim Powers <timp@redhat.com> 5.4.7-4
e3fbc7
- build using gcc-3.2-0.1
e3fbc7
e3fbc7
* Wed Jul 03 2002 Karsten Hopp <karsten@redhat.de> 5.4.7-3
e3fbc7
- fix non-cpp headers in -devel package
e3fbc7
- fix #62157 (wrong path for include files in ImageMagick-devel)
e3fbc7
- fix #63897 (use _target instead of _arch) in libtool workaround
e3fbc7
- fix #65860, #65780 (tiff2ps) expands images to >10 MB Postscript files.
e3fbc7
e3fbc7
* Mon Jul 01 2002 Karsten Hopp <karsten@redhat.de> 5.4.7-1
e3fbc7
- update
e3fbc7
- fix localdoc patch
e3fbc7
- fix %%files section
e3fbc7
- disable nonroot patch
e3fbc7
- fix #62100,55950,62162,63136 (display doesn't start form gnome menu)
e3fbc7
- fix libtool workaround
e3fbc7
- moved Magick*-config into -devel package (#64249)
e3fbc7
e3fbc7
* Sun May 26 2002 Tim Powers <timp@redhat.com>
e3fbc7
- automated rebuild
e3fbc7
e3fbc7
* Mon May  6 2002 Bernhard Rosenkraenzer <bero@redhat.com> 5.4.6-1
e3fbc7
- 5.4.6
e3fbc7
e3fbc7
* Thu Mar 14 2002 Bernhard Rosenkraenzer <bero@redhat.com> 5.4.3.11-1
e3fbc7
- Update to pl 11
e3fbc7
e3fbc7
* Fri Feb 22 2002 Bernhard Rosenkraenzer <bero@redhat.com> 5.4.3.5-1
e3fbc7
- Update to 5.4.3 pl5; this fixes #58080
e3fbc7
e3fbc7
* Thu Jan 17 2002 Bernhard Rosenkraenzer <bero@redhat.com> 5.4.2.3-1
e3fbc7
- Patchlevel 3
e3fbc7
e3fbc7
* Wed Jan 09 2002 Tim Powers <timp@redhat.com>
e3fbc7
- automated rebuild
e3fbc7
e3fbc7
* Fri Jan  4 2002 Bernhard Rosenkraenzer <bero@redhat.com> 5.4.2.2-1
e3fbc7
- Update to 5.4.2-2
e3fbc7
- Fix #57923, also don't hardcode netscape as html viewer
e3fbc7
e3fbc7
* Wed Dec  5 2001 Bernhard Rosenkraenzer <bero@redhat.com> 5.4.1-1
e3fbc7
- 5.4.1
e3fbc7
- Link against new libstdc++
e3fbc7
e3fbc7
* Fri Nov  9 2001 Bernhard Rosenkraenzer <bero@redhat.com> 5.4.0.5-1
e3fbc7
- 5.4.0.5
e3fbc7
- Make the error message when trying to display an hpgl file more
e3fbc7
  explicit (#55875)
e3fbc7
e3fbc7
* Mon Nov  5 2001 Bernhard Rosenkraenzer <bero@redhat.com> 5.4.0.3-1
e3fbc7
- 5.4.0.3
e3fbc7
- Fix names of man pages
e3fbc7
e3fbc7
* Mon Oct 22 2001 Bernhard Rosenkraenzer <bero@redhat.com> 5.4.0-1
e3fbc7
- 5.4.0
e3fbc7
- work around build system breakage causing applications to be named
e3fbc7
  %%{_arch}-redhat-linux-foo rather than foo
e3fbc7
e3fbc7
* Wed Sep 19 2001 Bernhard Rosenkraenzer <bero@redhat.com> 5.3.9-1
e3fbc7
- 5.3.9
e3fbc7
e3fbc7
* Mon Aug 27 2001 Bernhard Rosenkraenzer <bero@redhat.com> 5.3.8-3
e3fbc7
- Add delegates.mgk back, got lost during the update to 5.3.8 (Makefile bug)
e3fbc7
  (#52611)
e3fbc7
e3fbc7
* Mon Aug 20 2001 Bernhard Rosenkraenzer <bero@redhat.com> 5.3.8-2
e3fbc7
- Remove Magick++ includes from -devel, they're already in -c++-devel
e3fbc7
  (#51590)
e3fbc7
e3fbc7
* Sat Jul 28 2001 Bernhard Rosenkraenzer <bero@redhat.com> 5.3.8-1
e3fbc7
- 5.3.8 (bugfix release)
e3fbc7
e3fbc7
* Fri Jul 27 2001 Than Ngo <than@redhat.com> 5.3.7-3
e3fbc7
- fix to build Perlmagic on s390 s390x
e3fbc7
e3fbc7
* Thu Jul 26 2001 Bernhard Rosenkraenzer <bero@redhat.com> 5.3.7-2
e3fbc7
- Add delegates.mgk to the package (#50725)
e3fbc7
e3fbc7
* Tue Jul 24 2001 Bernhard Rosenkraenzer <bero@redhat.com> 5.3.7-1
e3fbc7
- 5.3.7
e3fbc7
- Fix build without previously installed ImageMagick-devel (#49816)
e3fbc7
- Move perl bindings to a separate package.
e3fbc7
e3fbc7
* Mon Jul  9 2001 Bernhard Rosenkraenzer <bero@redhat.com> 5.3.6-2
e3fbc7
- Fix build as non-root again
e3fbc7
- Shut up rpmlint
e3fbc7
e3fbc7
* Tue Jul  3 2001 Bernhard Rosenkraenzer <bero@redhat.com> 5.3.6-1
e3fbc7
- 5.3.6
e3fbc7
- Get rid of the ia64 patch, it's no longer needed since glibc was fixed
e3fbc7
e3fbc7
* Sat Jun 16 2001 Than Ngo <than@redhat.com>
e3fbc7
- update to 5.3.5
e3fbc7
- cleanup specfile
e3fbc7
e3fbc7
* Sat May 19 2001 Bernhard Rosenkraenzer <bero@redhat.com> 5.3.3-2
e3fbc7
- 5.3.3-respin, fixes #41196
e3fbc7
e3fbc7
* Tue May  1 2001 Bernhard Rosenkraenzer <bero@redhat.com> 5.3.3-1
e3fbc7
- 5.3.3
e3fbc7
- Add a desktop file for "display" (RFE#17417)
e3fbc7
e3fbc7
* Sun Apr 15 2001 Bernhard Rosenkraenzer <bero@redhat.com>
e3fbc7
- 5.3.2
e3fbc7
- work around bugs in ia64 glibc headers
e3fbc7
e3fbc7
* Mon Jan 08 2001 Florian La Roche <Florian.LaRoche@redhat.de>
e3fbc7
- remove patch for s390, it is not necessary
e3fbc7
e3fbc7
* Mon Jan  1 2001 Bernhard Rosenkraenzer <bero@redhat.com>
e3fbc7
- 5.2.7
e3fbc7
e3fbc7
* Wed Dec 27 2000 Bernhard Rosenkraenzer <bero@redhat.com>
e3fbc7
- 5.2.6
e3fbc7
e3fbc7
* Mon Dec 18 2000 Than Ngo <than@redhat.com>
e3fbc7
- ported to s390
e3fbc7
e3fbc7
* Mon Sep 25 2000 Bernhard Rosenkraenzer <bero@redhat.com>
e3fbc7
- 5.2.4
e3fbc7
- Fix up and package the C++ bindings in the new c++/c++-devel packages.
e3fbc7
e3fbc7
* Wed Aug  2 2000 Matt Wilson <msw@redhat.com>
e3fbc7
- rebuild against new libpng
e3fbc7
e3fbc7
* Wed Jul 19 2000 Nalin Dahyabhai <nalin@redhat.com>
e3fbc7
- include images with docs (#10312)
e3fbc7
e3fbc7
* Thu Jul 13 2000 Matt Wilson <msw@redhat.com>
e3fbc7
- don't build with -ggdb, use -g instead.
e3fbc7
e3fbc7
* Wed Jul 12 2000 Prospector <bugzilla@redhat.com>
e3fbc7
- automatic rebuild
e3fbc7
e3fbc7
* Mon Jul  3 2000 Florian La Roche <laroche@redhat.com>
e3fbc7
- update to 5.2.2 beta
e3fbc7
e3fbc7
* Mon Jul  3 2000 Florian La Roche <laroche@redhat.com>
e3fbc7
- update to 5.2.1, redone patches as they failed
e3fbc7
e3fbc7
* Fri Jun 30 2000 Matt Wilson <msw@redhat.com>
e3fbc7
- remove hacks to move perl man pages
e3fbc7
- don't include the perl*/man stuff, these files go in /usr/share/man now.
e3fbc7
e3fbc7
* Thu Jun 15 2000 Nalin Dahyabhai <nalin@redhat.com>
e3fbc7
- disable optimization on Alpha and Sparc
e3fbc7
e3fbc7
* Wed Jun 14 2000 Nalin Dahyabhai <nalin@redhat.com>
e3fbc7
- update to 5.2.0
e3fbc7
- update URL
e3fbc7
- remove redundant CXXFLAGS=$RPM_OPT_FLAGS
e3fbc7
e3fbc7
* Thu Jun  1 2000 Matt Wilson <msw@redhat.com>
e3fbc7
- bootstrap rebuilt to nuke broken libbz2 deps
e3fbc7
- add Prefix: tag such that the FHS macros work properly
e3fbc7
e3fbc7
* Wed May 17 2000 Trond Eivind Glomsrød <teg@redhat.com>
e3fbc7
- now compiles with bzip2 1.0
e3fbc7
- changed buildroot to include version
e3fbc7
e3fbc7
* Fri May  5 2000 Bill Nottingham <notting@redhat.com>
e3fbc7
- fix compilation with new perl
e3fbc7
e3fbc7
* Sat Mar 18 2000 Bernhard Rosenkraenzer <bero@redhat.com>
e3fbc7
- 5.1.1
e3fbc7
e3fbc7
* Thu Feb  3 2000 Bernhard Rosenkraenzer <bero@redhat.com>
e3fbc7
- Rebuild to get compressed man pages
e3fbc7
e3fbc7
* Thu Nov 18 1999 Michael K. Johnson <johnsonm@redhat.com>
e3fbc7
- ugly hack to print with lpr instead of lp
e3fbc7
e3fbc7
* Mon Aug 30 1999 Bill Nottingham <notting@redhat.com>
e3fbc7
- update to 4.2.9
e3fbc7
e3fbc7
* Tue Aug 17 1999 Bill Nottingham <notting@redhat.com>
e3fbc7
- update to 4.2.8
e3fbc7
e3fbc7
* Fri Apr 09 1999 Cristian Gafton <gafton@redhat.com>
e3fbc7
- include the perl man pages as well
e3fbc7
e3fbc7
* Tue Apr 06 1999 Michael K. Johnson <johnsonm@redhat.com>
e3fbc7
- remove --enable-16bit because it damages interoperability
e3fbc7
e3fbc7
* Mon Apr  5 1999 Bill Nottingham <notting@redhat.com>
e3fbc7
- update to 4.2.2
e3fbc7
- change ChangeLog to refer to actual dates. 
e3fbc7
- strip binaries
e3fbc7
e3fbc7
* Thu Apr  1 1999 Bill Nottingham <notting@redhat.com>
e3fbc7
- add more files. Oops.
e3fbc7
e3fbc7
* Sun Mar 21 1999 Cristian Gafton <gafton@redhat.com> 
e3fbc7
- auto rebuild in the new build environment (release 2)
e3fbc7
e3fbc7
* Wed Mar 10 1999 Bill Nottingham <notting@redhat.com>
e3fbc7
- version 4.2.1
e3fbc7
e3fbc7
* Tue Jan 19 1999 Michael K. Johnson <johnsonm@redhat.com>
e3fbc7
- changed group
e3fbc7
e3fbc7
* Tue Jan 19 1999 Cristian Gafton <gafton@redhat.com>
e3fbc7
- hacks to make it work with the new perl
e3fbc7
- version 4.1.0 (actually installs the sonames as 4.0.10... doh!)
e3fbc7
- make sure the libraries have the x bit on
e3fbc7
e3fbc7
* Wed Jun 10 1998 Prospector System <bugs@redhat.com>
e3fbc7
- translations modified for de, fr
e3fbc7
e3fbc7
* Thu May 07 1998 Prospector System <bugs@redhat.com>
e3fbc7
- translations modified for de, fr, tr
e3fbc7
e3fbc7
* Tue Apr 21 1998 Cristian Gafton <gafton@redhat.com>
e3fbc7
- updated to 4.0.5
e3fbc7
e3fbc7
* Wed Apr 08 1998 Cristian Gafton <gafton@redhat.com>
e3fbc7
- updated to 4.0.4
e3fbc7
- added BuildRoot
e3fbc7
e3fbc7
* Thu Oct 23 1997 Donnie Barnes <djb@redhat.com>
e3fbc7
- updated from 3.8.3 to 3.9.1
e3fbc7
- removed PNG patch (appears to be fixed)
e3fbc7
e3fbc7
* Wed Oct 15 1997 Erik Troan <ewt@redhat.com>
e3fbc7
- build against new libpng
e3fbc7
e3fbc7
* Thu Jul 10 1997 Erik Troan <ewt@redhat.com>
e3fbc7
- built against glibc
e3fbc7
e3fbc7
* Thu Mar 20 1997 Michael Fulbright <msf@redhat.com>
e3fbc7
- updated to version 3.8.3.
e3fbc7
- updated source and url tags.