cvsdist c9d4949
# ImageMagick has adopted a new Version.Patchlevel version numbering system...
cvsdist c9d4949
# 5.4.0.3 is actually version 5.4.0, Patchlevel 3.
50f9029
%define VER 6.2.5
50f9029
%define Patchlevel 4
cvsdist 10b4d73
Summary: An X application for displaying and manipulating images.
cvsdist 10b4d73
Name: ImageMagick
cvsdist c9d4949
%if "%{Patchlevel}" != ""
cvsdist c9d4949
Version: %{VER}.%{Patchlevel}
cvsdist c9d4949
%else
cvsdist c9d4949
Version: %{VER}
cvsdist c9d4949
%endif
03530f3
Release: 4.2.1
cvsdist c1ca704
License: freeware
cvsdist 10b4d73
Group: Applications/Multimedia
cvsdist c9d4949
%if "%{Patchlevel}" != ""
91ebc38
Source: ftp://ftp.ImageMagick.org/pub/ImageMagick/ImageMagick-%{VER}-%{Patchlevel}.tar.bz2
cvsdist c9d4949
%else
91ebc38
Source: ftp://ftp.ImageMagick.org/pub/ImageMagick/ImageMagick-%{version}.tar.bz2
cvsdist c9d4949
%endif
cvsdist c1ca704
Source1: magick_small.png
f981a6c
Patch1: ImageMagick-6.2.1-local_doc.patch
f981a6c
Patch2: ImageMagick-6.2.5-format-string-again.patch
91ebc38
cvsdist 10b4d73
Url: http://www.imagemagick.org/
cvsdist 10b4d73
Buildroot: %{_tmppath}/%{name}-%{version}-root
cvsdist 10b4d73
BuildPrereq: bzip2-devel, freetype-devel, libjpeg-devel, libpng-devel
cvsdist c1ca704
BuildPrereq: libtiff-devel, libungif-devel, zlib-devel, perl
cvsdist 65bbb5c
BuildRequires: freetype-devel >= 2.0.1
ca69186
BuildRequires: automake >= 1.7 autoconf >= 2.58 libtool >= 1.5
91ebc38
BuildRequires: ghostscript-devel
91ebc38
BuildRequires: libwmf-devel
c01abc7
BuildRequires: libX11-devel, libXext-devel, libXt-devel
cvsdist 10b4d73
cvsdist 10b4d73
%description
cvsdist c1ca704
ImageMagick(TM) is an image display and manipulation tool for the X
cvsdist c1ca704
Window System. ImageMagick can read and write JPEG, TIFF, PNM, GIF,
cvsdist c1ca704
and Photo CD image formats. It can resize, rotate, sharpen, color
cvsdist c1ca704
reduce, or add special effects to an image, and when finished you can
cvsdist c1ca704
either save the completed work in the original format or a different
cvsdist c1ca704
one. ImageMagick also includes command line programs for creating
cvsdist c1ca704
animated or transparent .gifs, creating composite images, creating
cvsdist c1ca704
thumbnail images, and more.
cvsdist c1ca704
cvsdist c1ca704
ImageMagick is one of your choices if you need a program to manipulate
cvsdist c1ca704
and dis play images. If you want to develop your own applications
cvsdist c1ca704
which use ImageMagick code or APIs, you need to install
cvsdist 10b4d73
ImageMagick-devel as well.
cvsdist 10b4d73
cvsdist 10b4d73
%package devel
cvsdist 10b4d73
Summary: Static libraries and header files for ImageMagick app development.
cvsdist 10b4d73
Group: Development/Libraries
91ebc38
Requires: %{name} = %{version}-%{release}
c01abc7
Requires: libX11-devel, libXext-devel, libXt-devel
91ebc38
Requires: ghostscript-devel
98c6d59
Requires: bzip2-devel
98c6d59
Requires: libtiff-devel
98c6d59
Requires: libjpeg-devel
2ee785b
Requires: lcms-devel
98c6d59
Requires: pkgconfig
cvsdist 10b4d73
cvsdist 10b4d73
%description devel
91ebc38
ImageMagick-devel contains the static libraries and header files you'll
cvsdist c1ca704
need to develop ImageMagick applications. ImageMagick is an image
cvsdist 10b4d73
manipulation program.
cvsdist 10b4d73
cvsdist c1ca704
If you want to create applications that will use ImageMagick code or
cvsdist c1ca704
APIs, you need to install ImageMagick-devel as well as ImageMagick.
91ebc38
You do not need to install it if you just want to use ImageMagick,
cvsdist 10b4d73
however.
cvsdist 10b4d73
cvsdist c1ca704
%package perl
cvsdist c1ca704
Summary: ImageMagick perl bindings
cvsdist c1ca704
Group: System Environment/Libraries
91ebc38
Requires: %{name} = %{version}-%{release}
91ebc38
Requires: perl >= 5.6.0
91ebc38
%define perl_vendorarch %(perl -MConfig -le 'print $Config{installvendorarch}')
91ebc38
Prereq: %{perl_vendorarch}
cvsdist c1ca704
cvsdist c1ca704
%description perl
cvsdist c1ca704
Perl bindings to ImageMagick.
cvsdist c1ca704
cvsdist c1ca704
Install ImageMagick-perl if you want to use any perl scripts that use
cvsdist c1ca704
ImageMagick.
cvsdist c1ca704
cvsdist 65bbb5c
%package c++
cvsdist c1ca704
Summary: ImageMagick Magick++ library (C++ bindings)
cvsdist 65bbb5c
Group: System Environment/Libraries
91ebc38
Requires: %{name} = %{version}-%{release}
cvsdist 65bbb5c
cvsdist 65bbb5c
%description c++
cvsdist 65bbb5c
This package contains the Magick++ library, a C++ binding to the ImageMagick
cvsdist 65bbb5c
graphics manipulation library.
cvsdist 65bbb5c
cvsdist 65bbb5c
Install ImageMagick-c++ if you want to use any applications that use Magick++.
cvsdist 65bbb5c
cvsdist 65bbb5c
%package c++-devel
cvsdist 65bbb5c
Summary: C++ bindings for the ImageMagick library
cvsdist 65bbb5c
Group: Development/Libraries
91ebc38
Requires: %{name}-c++ = %{version}
91ebc38
Requires: %{name}-devel = %{version}
cvsdist 65bbb5c
cvsdist 65bbb5c
%description c++-devel
cvsdist 65bbb5c
ImageMagick-devel contains the static libraries and header files you'll
cvsdist 65bbb5c
need to develop ImageMagick applications using the Magick++ C++ bindings.
cvsdist 65bbb5c
ImageMagick is an image manipulation program.
cvsdist 65bbb5c
cvsdist 65bbb5c
If you want to create applications that will use Magick++ code
cvsdist 65bbb5c
or APIs, you'll need to install ImageMagick-c++-devel, ImageMagick-devel and
cvsdist 65bbb5c
ImageMagick.
cvsdist 65bbb5c
You don't need to install it if you just want to use ImageMagick, or if you
cvsdist 65bbb5c
want to develop/compile applications using the ImageMagick C interface,
cvsdist 65bbb5c
however.
cvsdist 65bbb5c
cvsdist 10b4d73
%prep
cvsdist c9d4949
%setup -q -n %{name}-%{VER}
f981a6c
%patch1 -p1 -b .local_doc
f981a6c
%patch2 -p1 -b .format-string-again
cvsdist 10b4d73
cvsdist 10b4d73
%build
cvsdist 7c0ce8c
%configure --enable-shared \
91ebc38
           --with-modules \
cvsdist 7c0ce8c
           --with-perl \
cvsdist 7c0ce8c
	   --with-x \
cvsdist 7c0ce8c
           --with-threads \
91ebc38
           --with-magick_plus_plus \
91ebc38
	   --with-gslib \
91ebc38
           --with-wmf \
a85f7dd
           --with-perl-options="INSTALLDIRS=vendor %{?perl_prefix} CC='%__cc -L$PWD/magick/.libs' LDDLFLAGS='-shared -L$PWD/magick/.libs'" \
98c6d59
           --with-windows-font-dir=%{_datadir}/fonts/default/TrueType \
98c6d59
	   --without-dps
cvsdist 10b4d73
91ebc38
make
cvsdist 073e999
cvsdist 10b4d73
%install
cvsdist c1ca704
rm -rf $RPM_BUILD_ROOT
cvsdist c1ca704
91ebc38
make install DESTDIR=$RPM_BUILD_ROOT
cvsdist c1ca704
91ebc38
# perlmagick: fix perl path of demo files
91ebc38
%{__perl} -MExtUtils::MakeMaker -e 'MY->fixin(@ARGV)' PerlMagick/demo/*.pl
cvsdist c9d4949
a690c95
find $RPM_BUILD_ROOT -name "*.bs" |xargs rm -f
a690c95
find $RPM_BUILD_ROOT -name ".packlist" |xargs rm -f
a690c95
find $RPM_BUILD_ROOT -name "perllocal.pod" |xargs rm -f
cvsdist 7c0ce8c
91ebc38
# perlmagick: build files list
cvsdist 7c0ce8c
echo "%defattr(-,root,root)" > perl-pkg-files
91ebc38
find $RPM_BUILD_ROOT/%{_libdir}/perl* -type f -print \
91ebc38
	| sed "s@^$RPM_BUILD_ROOT@@g" > perl-pkg-files 
91ebc38
find $RPM_BUILD_ROOT%{perl_vendorarch} -type d -print \
91ebc38
	| sed "s@^$RPM_BUILD_ROOT@%dir @g" \
91ebc38
 	| grep -v '^%dir %{perl_vendorarch}$' \
91ebc38
	| grep -v '/auto$' >> perl-pkg-files 
91ebc38
if [ -z perl-pkg-files ] ; then
91ebc38
    echo "ERROR: EMPTY FILE LIST"
91ebc38
    exit -1
91ebc38
fi
cvsdist c9d4949
cvsdist 7c0ce8c
rm -rf $RPM_BUILD_ROOT%{_libdir}/ImageMagick
91ebc38
# Keep config
91ebc38
rm -rf $RPM_BUILD_ROOT%{_datadir}/%{name}-%{VER}/[a-b,d-z,A-Z]*
faf094c
rm -rf $RPM_BUILD_ROOT%{_libdir}/libltdl.*
7231de6
rm -f  $RPM_BUILD_ROOT%{_libdir}/ImageMagick-*/modules*/*/*.a
91ebc38
rm -f  $RPM_BUILD_ROOT%{_libdir}/*.la
91ebc38
91ebc38
# link docs
0a18e05
#ln -sf %{_docdir}/%{name}-%{version} $RPM_BUILD_ROOT%{_libdir}/ImageMagick-%{VER}/doc
cvsdist 10b4d73
cvsdist 10b4d73
%clean
faf094c
rm -rf $RPM_BUILD_ROOT
cvsdist 10b4d73
cvsdist 10b4d73
%post -p /sbin/ldconfig
cvsdist 10b4d73
cvsdist 65bbb5c
%post c++ -p /sbin/ldconfig
cvsdist 65bbb5c
cvsdist 10b4d73
%postun -p /sbin/ldconfig
cvsdist 10b4d73
cvsdist 65bbb5c
%postun c++ -p /sbin/ldconfig
cvsdist 65bbb5c
cvsdist 10b4d73
%files
cvsdist 10b4d73
%defattr(-,root,root)
91ebc38
%doc QuickStart.txt ChangeLog Platforms.txt
faf094c
%doc README.txt LICENSE NOTICE AUTHORS NEWS
cvsdist 073e999
%attr(755,root,root) %{_libdir}/libMagick.so.*
cvsdist c4a85eb
%attr(755,root,root) %{_libdir}/libWand.so.*
faf094c
%{_bindir}/[a-z]*
91ebc38
%{_libdir}/ImageMagick*
91ebc38
%{_datadir}/ImageMagick*
91ebc38
%{_mandir}/man[145]/[a-z]*
91ebc38
%{_mandir}/man1/ImageMagick.*
50f9029
%{_datadir}/doc/ImageMagick*
cvsdist 10b4d73
cvsdist 10b4d73
%files devel
cvsdist 10b4d73
%defattr(-,root,root)
cvsdist c2d10f5
%{_bindir}/Magick-config
faf094c
%{_bindir}/Wand-config
cvsdist 65bbb5c
%{_libdir}/libMagick.a
cvsdist 65bbb5c
%{_libdir}/libMagick.so
cvsdist c4a85eb
%{_libdir}/libWand.a
cvsdist c4a85eb
%{_libdir}/libWand.so
91ebc38
%{_libdir}/pkgconfig/ImageMagick.pc
91ebc38
%{_libdir}/pkgconfig/Wand.pc
cvsdist 7c0ce8c
%{_includedir}/magick
cvsdist 616270f
%{_includedir}/wand
91ebc38
%{_mandir}/man1/Magick-config.*
91ebc38
%{_mandir}/man1/Wand-config.*
cvsdist 10b4d73
cvsdist 65bbb5c
%files c++
cvsdist 65bbb5c
%defattr(-,root,root)
cvsdist 073e999
%{_libdir}/libMagick++.so.*
cvsdist 65bbb5c
cvsdist 65bbb5c
%files c++-devel
cvsdist 65bbb5c
%defattr(-,root,root)
cvsdist c2d10f5
%{_bindir}/Magick++-config
cvsdist 65bbb5c
%{_includedir}/Magick++
cvsdist 65bbb5c
%{_includedir}/Magick++.h
cvsdist 65bbb5c
%{_libdir}/libMagick++.a
cvsdist 65bbb5c
%{_libdir}/libMagick++.so
91ebc38
%{_libdir}/pkgconfig/ImageMagick++.pc
91ebc38
%{_mandir}/man1/Magick++-config.*
cvsdist 65bbb5c
cvsdist 7c0ce8c
%files perl -f perl-pkg-files
cvsdist c1ca704
%defattr(-,root,root)
91ebc38
%{_mandir}/man3/*
91ebc38
%doc PerlMagick/demo/ PerlMagick/Changelog PerlMagick/README.txt
cvsdist c1ca704
cvsdist 10b4d73
%changelog
03530f3
* Mon Feb 13 2006 Jesse Keating <jkeating@redhat.com> - 6.2.5.4-4.2.1
03530f3
- rebump for build order issues during double-long bump
03530f3
5e37d9c
* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 6.2.5.4-4.2
5e37d9c
- bump again for double-long bug on ppc(64)
5e37d9c
abc899a
* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 6.2.5.4-4.1
abc899a
- rebuilt for new gcc4.1 snapshot and glibc changes
abc899a
2ee785b
* Mon Jan 30 2006 Matthias Clasen <mclasen@redhat.com> 6.2.5.4-4
2ee785b
- Make -devel require lcms-devel (#179200)
2ee785b
a85f7dd
* Mon Jan 23 2006 Matthias Clasen <mclasen@redhat.com> 6.2.5.4-3
a85f7dd
- Fix linking of DSOs.  (#176695)
a85f7dd
f981a6c
* Mon Jan  9 2006 Matthias Clasen <mclasen@redhat.com> 6.2.5.4-2
f981a6c
- fix a format string vulnerability (CVE-2006-0082)
f981a6c
d92ed7e
* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
d92ed7e
- rebuilt
d92ed7e
dabdd75
* Tue Nov  1 2005 Matthias Clasen <mclasen@redhat.com> 6.2.5.4-1
c01abc7
- Switch requires to modular X
dabdd75
- Update to 6.2.5
c01abc7
98c6d59
* Tue Sep 20 2005 Matthias Clasen <mclasen@redhat.com> 6.2.4.6-1
98c6d59
- Update to 6.2.4-6
98c6d59
- Drop upstreamed patches
98c6d59
- Disable DPS (#158984)
98c6d59
- Add missing requires (#165931)
98c6d59
fa1bc00
* Thu Jun  9 2005 Tim Waugh <twaugh@redhat.com> 6.2.2.0-4
fa1bc00
- Rebuilt for fixed ghostscript.
fa1bc00
5f30a83
* Mon Jun  6 2005 Tim Waugh <twaugh@redhat.com> 6.2.2.0-3
5f30a83
- Rebuilt for new ghostscript.
5f30a83
32aedcf
* Thu May 26 2005  <mclasen@redhat.com> - 6.2.2.0-2
32aedcf
- fix a denial of service in the xwd coder (#158791, CAN-2005-1739)
32aedcf
1c0acad
* Tue Apr 26 2005 Matthias Clasen <mclasen@redhat.com> - 6.2.2.0-1
1c0acad
- Update to 6.2.2 to fix a heap corruption issue
1c0acad
  in the pnm coder.
1c0acad
 
c263c7b
* Mon Apr 25 2005  Matthias Clasen <mclasen@redhat.com> - 6.2.1.7-4
c263c7b
- .la files for modules are needed, actually
c263c7b
7231de6
* Mon Apr 25 2005  Matthias Clasen <mclasen@redhat.com> - 6.2.1.7-3
7231de6
- Really remove .la files for modules
7231de6
91ebc38
* Mon Apr 25 2005  <mclasen@redhat.com> - 6.2.1.7-1
91ebc38
- Update to 6.2.1
91ebc38
- Include multiple improvements and bugfixes
91ebc38
  by Rex Dieter et al (111961, 145466, 151196, 149970, 
91ebc38
  146518, 113951, 145449, 144977, 144570, 139298)
91ebc38
91ebc38
* Sun Apr 24 2005  <mclasen@redhat.com> - 6.2.0.7-3
91ebc38
- Make zip compression work for tiff (#154045)
91ebc38
b57f14a
* Wed Mar 16 2005  <mclasen@redhat.com> - 6.2.0.7-2
640f8af
- Update to 6.2.0 to fix a number of security issues:
640f8af
  #145112 (CAN-2005-05), #151265 (CAN-2005-0397)
640f8af
- Drop a lot of upstreamed patches
640f8af
25f272a
* Wed Mar  2 2005 Matthias Clasen <mclasen@redhat.com> 6.0.7.1-7
ed7f959
- rebuild with gcc4
ef74ce0
- remove an extraneous vsnprintf prototype which causes
ef74ce0
  gcc4 to complain
ed7f959
ca69186
* Mon Oct 11 2004 Tim Waugh <twaugh@redhat.com> 6.0.7.1-4
ca69186
- The devel subpackage requires XFree86-devel (bug #126509).
ca69186
- Fixed build requirements (bug #120776).  From Robert Scheck.
ca69186
1917501
* Tue Sep 14 2004 Karsten Hopp <karsten@redhat.de> 6.0.7.1-3 
1917501
- move *.mgk files (#132007, #131708, #132397)
1917501
7da9610
* Sun Sep 12 2004 Karsten Hopp <karsten@redhat.de> 6.0.7.1-1 
7da9610
- update to 6.0.7 Patchlevel 1, fixes #132106
7da9610
cvsdist c4a85eb
* Sat Sep 4 2004 Bill Nottingham <notting@redhat.com> 6.0.6.2-2
cvsdist c4a85eb
- move libWand out of -devel, fix requirements (#131767)
cvsdist c4a85eb
cvsdist 616270f
* Wed Sep 01 2004 Karsten Hopp <karsten@redhat.de> 6.0.6.2-1 
cvsdist 616270f
- update to latest stable version
cvsdist 616270f
- get rid of obsolete patches
cvsdist 616270f
- fix remaining patches
cvsdist 616270f
cvsdist 616270f
* Sat Jun 19 2004 Alan Cox <alan@redhat.com>
cvsdist 616270f
- Easyfixes (#124791) - fixed missing dependancy between -devel and
cvsdist 616270f
  libexif-devel
cvsdist 616270f
cvsdist 616270f
* Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com>
cvsdist 616270f
- rebuilt
cvsdist 616270f
cvsdist ce0681a
* Tue Mar 23 2004 Karsten Hopp <karsten@redhat.de> 5.5.7.15-1.3 
cvsdist ce0681a
- freetype patch to fix convert (#115716)
cvsdist ce0681a
cvsdist 6ef410c
* Tue Mar 02 2004 Elliot Lee <sopwith@redhat.com>
cvsdist 6ef410c
- rebuilt
cvsdist 6ef410c
cvsdist 6ef410c
* Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com>
cvsdist 6ef410c
- rebuilt
cvsdist 6ef410c
cvsdist 073e999
* Sun Jan 25 2004 Nils Philippsen <nphilipp@redhat.com> 5.5.7.15-0.2
cvsdist 073e999
- make perl module link against the built library instead of the installed one
cvsdist 073e999
cvsdist 073e999
* Thu Jan 22 2004 Nils Philippsen <nphilipp@redhat.com> 5.5.7.15-0.1
cvsdist 073e999
- version 5.5.7 patchlevel 15
cvsdist 073e999
cvsdist 073e999
* Mon Oct 13 2003 Nils Philippsen <nphilipp@redhat.com> 5.5.7.10-0.1
cvsdist 073e999
- rebuild with release 0.1 to not block an official update package
cvsdist 073e999
cvsdist 073e999
* Wed Sep 10 2003 Nils Philippsen <nphilipp@redhat.com> 5.5.7.10-2
cvsdist 073e999
- hack around libtool stupidity
cvsdist 073e999
- disable automake patch as we require automake-1.7 anyway
cvsdist 073e999
cvsdist 073e999
* Wed Sep 10 2003 Nils Philippsen <nphilipp@redhat.com> 5.5.7.10-1
cvsdist 073e999
- version 5.5.7 patchlevel 10
cvsdist 073e999
cvsdist c2d10f5
* Wed Jun 04 2003 Elliot Lee <sopwith@redhat.com>
cvsdist c2d10f5
- rebuilt
cvsdist c2d10f5
cvsdist c2d10f5
* Thu May 29 2003 Tim Powers <timp@redhat.com> %{nil}-4
cvsdist c2d10f5
- rebuild for RHEL to fix broken deps
cvsdist c2d10f5
cvsdist c2d10f5
* Thu May 15 2003 Tim Powers <timp@redhat.com> 5.5.6-3
cvsdist c2d10f5
- rebuild again to fix broken dep on libMagick.so.5
cvsdist c2d10f5
cvsdist c2d10f5
* Mon May 12 2003 Karsten Hopp <karsten@redhat.de> 5.5.6-2
cvsdist c2d10f5
- rebuild
cvsdist c2d10f5
cvsdist c2d10f5
* Fri May 09 2003 Karsten Hopp <karsten@redhat.de> 5.5.6-1
cvsdist c2d10f5
- update
cvsdist c2d10f5
- specfile fixes
cvsdist c2d10f5
  #63897 (_target instead of _arch)
cvsdist c2d10f5
  #74521 (SRPM doesn't compile)
cvsdist c2d10f5
  #80441 (RFE: a newer version of ImageMagick is available)
cvsdist c2d10f5
  #88450 (-devel package missing dependancy)
cvsdist c2d10f5
  #57396 (convert won't read RAW format images)
cvsdist c2d10f5
- verified that the upstream version fixes the following bugreports:
cvsdist c2d10f5
  #57544 (display cannot handle many xpm's which both ee and rh71 display can)
cvsdist c2d10f5
  #63727 (ImageMagick fails to handle RGBA files)
cvsdist c2d10f5
  #73864 (composite dumps core on certain operations)
cvsdist c2d10f5
  #78242 (Header files for c missing in devel rpms)
cvsdist c2d10f5
  #79783 (magick_config.h is missing from ImageMagick-c++-devel)
cvsdist c2d10f5
  #80117 (Documentation is installed twice by RPM )
cvsdist c2d10f5
  #82762 (Trouble with browsing help files)
cvsdist c2d10f5
  #85760 (Segmentation fault)
cvsdist c2d10f5
  #86120 (eps->ppm convert crashes)
cvsdist c2d10f5
cvsdist 7c0ce8c
* Wed Jan 22 2003 Tim Powers <timp@redhat.com>
cvsdist 7c0ce8c
- rebuilt
cvsdist 7c0ce8c
cvsdist 7c0ce8c
* Sat Jan  4 2003 Jeff Johnson <jbj@redhat.com> 5.4.7-9
cvsdist 7c0ce8c
- use internal dep generator.
cvsdist 7c0ce8c
cvsdist 7c0ce8c
* Mon Dec 16 2002 Tim Powers <timp@redhat.com> 5.4.7-8
cvsdist 7c0ce8c
- rebuild
cvsdist 7c0ce8c
cvsdist 7c0ce8c
* Sat Dec 14 2002 Tim Powers <timp@redhat.com> 5.4.7-7
cvsdist 7c0ce8c
- don't use rpms internal dep generator
cvsdist 7c0ce8c
cvsdist 7c0ce8c
* Fri Nov 22 2002 Tim Powers <timp@redhat.com>
cvsdist 7c0ce8c
- fix perl paths in file list
cvsdist 7c0ce8c
cvsdist 7c0ce8c
* Thu Nov 21 2002 Tim Powers <timp@redhat.com>
cvsdist 7c0ce8c
- lib64'ize
cvsdist 7c0ce8c
- don't throw stuff in /usr/X11R6, that's for X only
cvsdist 7c0ce8c
- remove files we aren't shipping
cvsdist 7c0ce8c
cvsdist 5c256ff
* Sat Aug 10 2002 Elliot Lee <sopwith@redhat.com>
cvsdist 5c256ff
- rebuilt with gcc-3.2 (we hope)
cvsdist 5c256ff
cvsdist f77d82b
* Tue Jul 23 2002 Tim Powers <timp@redhat.com> 5.4.7-4
cvsdist f77d82b
- build using gcc-3.2-0.1
cvsdist f77d82b
cvsdist f77d82b
* Wed Jul 03 2002 Karsten Hopp <karsten@redhat.de> 5.4.7-3
cvsdist f77d82b
- fix non-cpp headers in -devel package
cvsdist f77d82b
- fix #62157 (wrong path for include files in ImageMagick-devel)
cvsdist f77d82b
- fix #63897 (use _target instead of _arch) in libtool workaround
cvsdist f77d82b
- fix #65860, #65780 (tiff2ps) expands images to >10 MB Postscript files.
cvsdist f77d82b
cvsdist f77d82b
* Mon Jul 01 2002 Karsten Hopp <karsten@redhat.de> 5.4.7-1
cvsdist f77d82b
- update
cvsdist f77d82b
- fix localdoc patch
cvsdist f77d82b
- fix %%files section
cvsdist f77d82b
- disable nonroot patch
cvsdist f77d82b
- fix #62100,55950,62162,63136 (display doesn't start form gnome menu)
cvsdist f77d82b
- fix libtool workaround
cvsdist f77d82b
- moved Magick*-config into -devel package (#64249)
cvsdist f77d82b
cvsdist f77d82b
* Sun May 26 2002 Tim Powers <timp@redhat.com>
cvsdist f77d82b
- automated rebuild
cvsdist f77d82b
cvsdist f77d82b
* Mon May  6 2002 Bernhard Rosenkraenzer <bero@redhat.com> 5.4.6-1
cvsdist f77d82b
- 5.4.6
cvsdist f77d82b
cvsdist c3d71dc
* Thu Mar 14 2002 Bernhard Rosenkraenzer <bero@redhat.com> 5.4.3.11-1
cvsdist c3d71dc
- Update to pl 11
cvsdist c3d71dc
cvsdist c9d4949
* Fri Feb 22 2002 Bernhard Rosenkraenzer <bero@redhat.com> 5.4.3.5-1
cvsdist c9d4949
- Update to 5.4.3 pl5; this fixes #58080
cvsdist c9d4949
cvsdist c9d4949
* Thu Jan 17 2002 Bernhard Rosenkraenzer <bero@redhat.com> 5.4.2.3-1
cvsdist c9d4949
- Patchlevel 3
cvsdist c9d4949
cvsdist c9d4949
* Wed Jan 09 2002 Tim Powers <timp@redhat.com>
cvsdist c9d4949
- automated rebuild
cvsdist c9d4949
cvsdist c9d4949
* Fri Jan  4 2002 Bernhard Rosenkraenzer <bero@redhat.com> 5.4.2.2-1
cvsdist c9d4949
- Update to 5.4.2-2
cvsdist c9d4949
- Fix #57923, also don't hardcode netscape as html viewer
cvsdist c9d4949
cvsdist c9d4949
* Wed Dec  5 2001 Bernhard Rosenkraenzer <bero@redhat.com> 5.4.1-1
cvsdist c9d4949
- 5.4.1
cvsdist c9d4949
- Link against new libstdc++
cvsdist c9d4949
cvsdist c9d4949
* Fri Nov  9 2001 Bernhard Rosenkraenzer <bero@redhat.com> 5.4.0.5-1
cvsdist c9d4949
- 5.4.0.5
cvsdist c9d4949
- Make the error message when trying to display an hpgl file more
cvsdist c9d4949
  explicit (#55875)
cvsdist c9d4949
cvsdist c9d4949
* Mon Nov  5 2001 Bernhard Rosenkraenzer <bero@redhat.com> 5.4.0.3-1
cvsdist c9d4949
- 5.4.0.3
cvsdist c9d4949
- Fix names of man pages
cvsdist c9d4949
cvsdist c9d4949
* Mon Oct 22 2001 Bernhard Rosenkraenzer <bero@redhat.com> 5.4.0-1
cvsdist c9d4949
- 5.4.0
cvsdist c9d4949
- work around build system breakage causing applications to be named
cvsdist c9d4949
  %{_arch}-redhat-linux-foo rather than foo
cvsdist c9d4949
cvsdist c9d4949
* Wed Sep 19 2001 Bernhard Rosenkraenzer <bero@redhat.com> 5.3.9-1
cvsdist c9d4949
- 5.3.9
cvsdist c9d4949
cvsdist 51e3d1d
* Mon Aug 27 2001 Bernhard Rosenkraenzer <bero@redhat.com> 5.3.8-3
cvsdist 51e3d1d
- Add delegates.mgk back, got lost during the update to 5.3.8 (Makefile bug)
cvsdist 51e3d1d
  (#52611)
cvsdist 51e3d1d
cvsdist d16d3c1
* Mon Aug 20 2001 Bernhard Rosenkraenzer <bero@redhat.com> 5.3.8-2
cvsdist d16d3c1
- Remove Magick++ includes from -devel, they're already in -c++-devel
cvsdist d16d3c1
  (#51590)
cvsdist d16d3c1
cvsdist d16d3c1
* Sun Jul 28 2001 Bernhard Rosenkraenzer <bero@redhat.com> 5.3.8-1
cvsdist d16d3c1
- 5.3.8 (bugfix release)
cvsdist d16d3c1
cvsdist d16d3c1
* Sat Jul 27 2001 Than Ngo <than@redhat.com> 5.3.7-3
cvsdist c1ca704
- fix to build Perlmagic on s390 s390x
cvsdist c1ca704
cvsdist c1ca704
* Thu Jul 26 2001 Bernhard Rosenkraenzer <bero@redhat.com> 5.3.7-2
cvsdist c1ca704
- Add delegates.mgk to the package (#50725)
cvsdist c1ca704
cvsdist c1ca704
* Tue Jul 24 2001 Bernhard Rosenkraenzer <bero@redhat.com> 5.3.7-1
cvsdist d16d3c1
- 5.3.7
cvsdist c1ca704
- Fix build without previously installed ImageMagick-devel (#49816)
cvsdist c1ca704
- Move perl bindings to a separate package.
cvsdist c1ca704
cvsdist c1ca704
* Mon Jul  9 2001 Bernhard Rosenkraenzer <bero@redhat.com> 5.3.6-2
cvsdist c1ca704
- Fix build as non-root again
cvsdist c1ca704
- Shut up rpmlint
cvsdist c1ca704
cvsdist c1ca704
* Tue Jul  3 2001 Bernhard Rosenkraenzer <bero@redhat.com> 5.3.6-1
cvsdist c1ca704
- 5.3.6
cvsdist c1ca704
- Get rid of the ia64 patch, it's no longer needed since glibc was fixed
cvsdist c1ca704
cvsdist c1ca704
* Sat Jun 16 2001 Than Ngo <than@redhat.com>
cvsdist c1ca704
- update to 5.3.5
cvsdist c1ca704
- cleanup specfile
cvsdist c1ca704
cvsdist c1ca704
* Sat May 19 2001 Bernhard Rosenkraenzer <bero@redhat.com> 5.3.3-2
cvsdist c1ca704
- 5.3.3-respin, fixes #41196
cvsdist c1ca704
cvsdist c1ca704
* Tue May  1 2001 Bernhard Rosenkraenzer <bero@redhat.com> 5.3.3-1
cvsdist c1ca704
- 5.3.3
cvsdist c1ca704
- Add a desktop file for "display" (RFE#17417)
cvsdist c1ca704
cvsdist c1ca704
* Sun Apr 15 2001 Bernhard Rosenkraenzer <bero@redhat.com>
cvsdist c1ca704
- 5.3.2
cvsdist c1ca704
- work around bugs in ia64 glibc headers
cvsdist 7975159
cvsdist 65bbb5c
* Mon Jan 08 2001 Florian La Roche <Florian.LaRoche@redhat.de>
cvsdist 65bbb5c
- remove patch for s390, it is not necessary
cvsdist 65bbb5c
cvsdist 65bbb5c
* Mon Jan  1 2001 Bernhard Rosenkraenzer <bero@redhat.com>
cvsdist 65bbb5c
- 5.2.7
cvsdist 65bbb5c
cvsdist 65bbb5c
* Wed Dec 27 2000 Bernhard Rosenkraenzer <bero@redhat.com>
cvsdist 65bbb5c
- 5.2.6
cvsdist 65bbb5c
cvsdist 65bbb5c
* Mon Dec 18 2000 Than Ngo <than@redhat.com>
cvsdist 65bbb5c
- ported to s390
cvsdist 65bbb5c
cvsdist 65bbb5c
* Mon Sep 25 2000 Bernhard Rosenkraenzer <bero@redhat.com>
cvsdist 65bbb5c
- 5.2.4
cvsdist 65bbb5c
- Fix up and package the C++ bindings in the new c++/c++-devel packages.
cvsdist 65bbb5c
cvsdist 10b4d73
* Wed Aug  2 2000 Matt Wilson <msw@redhat.com>
cvsdist 10b4d73
- rebuild against new libpng
cvsdist 10b4d73
cvsdist 10b4d73
* Wed Jul 19 2000 Nalin Dahyabhai <nalin@redhat.com>
cvsdist 10b4d73
- include images with docs (#10312)
cvsdist 10b4d73
cvsdist 10b4d73
* Thu Jul 13 2000 Matt Wilson <msw@redhat.com>
cvsdist 10b4d73
- don't build with -ggdb, use -g instead.
cvsdist 10b4d73
cvsdist 10b4d73
* Wed Jul 12 2000 Prospector <bugzilla@redhat.com>
cvsdist 10b4d73
- automatic rebuild
cvsdist 10b4d73
cvsdist 10b4d73
* Mon Jul  3 2000 Florian La Roche <laroche@redhat.com>
cvsdist 10b4d73
- update to 5.2.2 beta
cvsdist 10b4d73
cvsdist 10b4d73
* Mon Jul  3 2000 Florian La Roche <laroche@redhat.com>
cvsdist 10b4d73
- update to 5.2.1, redone patches as they failed
cvsdist 10b4d73
cvsdist 10b4d73
* Fri Jun 30 2000 Matt Wilson <msw@redhat.com>
cvsdist 10b4d73
- remove hacks to move perl man pages
cvsdist 10b4d73
- don't include the perl*/man stuff, these files go in /usr/share/man now.
cvsdist 10b4d73
cvsdist 10b4d73
* Thu Jun 15 2000 Nalin Dahyabhai <nalin@redhat.com>
cvsdist 10b4d73
- disable optimization on Alpha and Sparc
cvsdist 10b4d73
cvsdist 10b4d73
* Wed Jun 14 2000 Nalin Dahyabhai <nalin@redhat.com>
cvsdist 10b4d73
- update to 5.2.0
cvsdist 10b4d73
- update URL
cvsdist 10b4d73
- remove redundant CXXFLAGS=$RPM_OPT_FLAGS
cvsdist 10b4d73
cvsdist 10b4d73
* Thu Jun  1 2000 Matt Wilson <msw@redhat.com>
cvsdist 10b4d73
- bootstrap rebuilt to nuke broken libbz2 deps
cvsdist 10b4d73
- add Prefix: tag such that the FHS macros work properly
cvsdist 10b4d73
cvsdist 10b4d73
* Wed May 17 2000 Trond Eivind Glomsrød <teg@redhat.com>
cvsdist 10b4d73
- now compiles with bzip2 1.0
cvsdist 10b4d73
- changed buildroot to include version
cvsdist 10b4d73
cvsdist 10b4d73
* Fri May  5 2000 Bill Nottingham <notting@redhat.com>
cvsdist 10b4d73
- fix compilation with new perl
cvsdist 10b4d73
cvsdist 10b4d73
* Sat Mar 18 2000 Bernhard Rosenkraenzer <bero@redhat.com>
cvsdist 10b4d73
- 5.1.1
cvsdist 10b4d73
cvsdist 10b4d73
* Thu Feb  3 2000 Bernhard Rosenkraenzer <bero@redhat.com>
cvsdist 10b4d73
- Rebuild to get compressed man pages
cvsdist 10b4d73
cvsdist 10b4d73
* Thu Nov 18 1999 Michael K. Johnson <johnsonm@redhat.com>
cvsdist 10b4d73
- ugly hack to print with lpr instead of lp
cvsdist 10b4d73
cvsdist 10b4d73
* Mon Aug 30 1999 Bill Nottingham <notting@redhat.com>
cvsdist 10b4d73
- update to 4.2.9
cvsdist 10b4d73
cvsdist 10b4d73
* Tue Aug 17 1999 Bill Nottingham <notting@redhat.com>
cvsdist 10b4d73
- update to 4.2.8
cvsdist 10b4d73
cvsdist 10b4d73
* Fri Apr 09 1999 Cristian Gafton <gafton@redhat.com>
cvsdist 10b4d73
- include the perl man pages as well
cvsdist 10b4d73
cvsdist 10b4d73
* Tue Apr 06 1999 Michael K. Johnson <johnsonm@redhat.com>
cvsdist 10b4d73
- remove --enable-16bit because it damages interoperability
cvsdist 10b4d73
cvsdist 10b4d73
* Mon Apr  5 1999 Bill Nottingham <notting@redhat.com>
cvsdist 10b4d73
- update to 4.2.2
cvsdist 10b4d73
- change ChangeLog to refer to actual dates. 
cvsdist 10b4d73
- strip binaries
cvsdist 10b4d73
cvsdist 10b4d73
* Thu Apr  1 1999 Bill Nottingham <notting@redhat.com>
cvsdist 10b4d73
- add more files. Oops.
cvsdist 10b4d73
cvsdist 10b4d73
* Sun Mar 21 1999 Cristian Gafton <gafton@redhat.com> 
cvsdist 10b4d73
- auto rebuild in the new build environment (release 2)
cvsdist 10b4d73
cvsdist 10b4d73
* Wed Mar 10 1999 Bill Nottingham <notting@redhat.com>
cvsdist 10b4d73
- version 4.2.1
cvsdist 10b4d73
cvsdist 10b4d73
* Tue Jan 19 1999 Michael K. Johnson <johnsonm@redhat.com>
cvsdist 10b4d73
- changed group
cvsdist 10b4d73
cvsdist 10b4d73
* Tue Jan 19 1999 Cristian Gafton <gafton@redhat.com>
cvsdist 10b4d73
- hacks to make it work with the new perl
cvsdist 10b4d73
- version 4.1.0 (actually installs the sonames as 4.0.10... doh!)
cvsdist 10b4d73
- make sure the libraries have the x bit on
cvsdist 10b4d73
cvsdist 10b4d73
* Wed Jun 10 1998 Prospector System <bugs@redhat.com>
cvsdist 10b4d73
- translations modified for de, fr
cvsdist 10b4d73
cvsdist 10b4d73
* Thu May 07 1998 Prospector System <bugs@redhat.com>
cvsdist 10b4d73
- translations modified for de, fr, tr
cvsdist 10b4d73
cvsdist 10b4d73
* Tue Apr 21 1998 Cristian Gafton <gafton@redhat.com>
cvsdist 10b4d73
- updated to 4.0.5
cvsdist 10b4d73
cvsdist 10b4d73
* Wed Apr 08 1998 Cristian Gafton <gafton@redhat.com>
cvsdist 10b4d73
- updated to 4.0.4
cvsdist 10b4d73
- added BuildRoot
cvsdist 10b4d73
cvsdist 10b4d73
* Thu Oct 23 1997 Donnie Barnes <djb@redhat.com>
cvsdist 10b4d73
- updated from 3.8.3 to 3.9.1
cvsdist 10b4d73
- removed PNG patch (appears to be fixed)
cvsdist 10b4d73
cvsdist 10b4d73
* Wed Oct 15 1997 Erik Troan <ewt@redhat.com>
cvsdist 10b4d73
- build against new libpng
cvsdist 10b4d73
cvsdist 10b4d73
* Thu Jul 10 1997 Erik Troan <ewt@redhat.com>
cvsdist 10b4d73
- built against glibc
cvsdist 10b4d73
cvsdist 10b4d73
* Thu Mar 20 1997 Michael Fulbright <msf@redhat.com>
cvsdist 10b4d73
- updated to version 3.8.3.
cvsdist 10b4d73
- updated source and url tags.