Blame SPECS/ImageMagick.spec

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