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