This commit is contained in:
parent
a42c5f3a3b
commit
6ab58e7d5f
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:6c1d87447d225588210bfc510616fef947d1ab867d6bcde29110bdf2e529a1ce
|
|
||||||
size 8860808
|
|
@ -1,10 +0,0 @@
|
|||||||
--- configure.ac
|
|
||||||
+++ configure.ac
|
|
||||||
@@ -205,6 +205,7 @@
|
|
||||||
AC_COMPILE_WARNINGS
|
|
||||||
AC_PROG_LN_S
|
|
||||||
AM_WITH_DMALLOC
|
|
||||||
+PKG_PROG_PKG_CONFIG
|
|
||||||
|
|
||||||
#
|
|
||||||
# Enable OS features.
|
|
3
ImageMagick-6.5.3-2.tar.bz2
Normal file
3
ImageMagick-6.5.3-2.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:90f3e7670a05eff9f40f8e25b434356088455420dae75412dcde50df3aa2464d
|
||||||
|
size 8778241
|
@ -1,3 +1,16 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Jun 5 15:55:27 CEST 2009 - nadvornik@suse.cz
|
||||||
|
|
||||||
|
- updated to 6.5.3-2:
|
||||||
|
* shared library version increased from 1 to 2
|
||||||
|
* subpackages renamed accordingly
|
||||||
|
* includes a fix for bnc#507728
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Jan 23 16:49:09 CET 2009 - nadvornik@suse.cz
|
||||||
|
|
||||||
|
- backported fix for race condition [bnc#465967]
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Dec 5 11:21:47 CET 2008 - nadvornik@suse.cz
|
Fri Dec 5 11:21:47 CET 2008 - nadvornik@suse.cz
|
||||||
|
|
||||||
|
426
ImageMagick.spec
426
ImageMagick.spec
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package ImageMagick (Version 6.4.3.6)
|
# spec file for package ImageMagick (Version 6.5.3.2)
|
||||||
#
|
#
|
||||||
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -32,58 +32,57 @@ Provides: imagemag
|
|||||||
%define xtp_version 5.4.3
|
%define xtp_version 5.4.3
|
||||||
%define prefix /usr
|
%define prefix /usr
|
||||||
%define perl_prefix /usr
|
%define perl_prefix /usr
|
||||||
License: Any permissive
|
License: PERMISSIVE-OSI-COMPLIANT
|
||||||
Group: Productivity/Graphics/Other
|
Group: Productivity/Graphics/Other
|
||||||
AutoReqProv: on
|
AutoReqProv: on
|
||||||
Version: 6.4.3.6
|
Version: 6.5.3.2
|
||||||
Release: 6
|
Release: 1
|
||||||
Summary: Viewer and Converter for Images
|
Summary: Viewer and Converter for Images
|
||||||
Url: http://www.imagemagick.org
|
Url: http://www.imagemagick.org
|
||||||
Source: ImageMagick-6.4.3-6.tar.bz2
|
Source: ImageMagick-6.5.3-2.tar.bz2
|
||||||
Source2: xtp-%{xtp_version}.tar.bz2
|
Source2: xtp-%{xtp_version}.tar.bz2
|
||||||
Patch1: ImageMagick-%{version}-examples.patch
|
Patch1: ImageMagick-%{version}-examples.patch
|
||||||
Patch2: ImageMagick-%{version}-doc.patch
|
Patch2: ImageMagick-%{version}-doc.patch
|
||||||
Patch3: ImageMagick-%{version}-pkgconfig.patch
|
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
|
|
||||||
%package -n perl-PerlMagick
|
%package -n perl-PerlMagick
|
||||||
License: Public Domain, Freeware
|
License: Public Domain, Freeware
|
||||||
Requires: perl = %{perl_version} ImageMagick = %{version} libMagickCore1 = %{version}
|
Requires: perl = %{perl_version} ImageMagick = %{version} libMagickCore2 = %{version}
|
||||||
Summary: Perl interface for ImageMagick
|
Summary: Perl interface for ImageMagick
|
||||||
Group: Development/Libraries/Perl
|
Group: Development/Libraries/Perl
|
||||||
AutoReqProv: on
|
AutoReqProv: on
|
||||||
|
|
||||||
%package devel
|
%package devel
|
||||||
License: Any permissive
|
License: PERMISSIVE-OSI-COMPLIANT
|
||||||
Requires: ImageMagick = %{version} libMagickCore1 = %{version} libtiff-devel libjpeg-devel liblcms-devel freetype2-devel xorg-x11-devel libpng-devel bzip2 libxml2-devel libjasper libwmf-devel
|
Requires: ImageMagick = %{version} libMagickCore2 = %{version} libtiff-devel libjpeg-devel liblcms-devel freetype2-devel xorg-x11-devel libpng-devel bzip2 libxml2-devel libjasper libwmf-devel
|
||||||
Summary: Include Files and Libraries Mandatory for Development
|
Summary: Include Files and Libraries Mandatory for Development
|
||||||
Group: Development/Libraries/C and C++
|
Group: Development/Libraries/C and C++
|
||||||
AutoReqProv: on
|
AutoReqProv: on
|
||||||
|
|
||||||
%package extra
|
%package extra
|
||||||
License: Any permissive
|
License: PERMISSIVE-OSI-COMPLIANT
|
||||||
Requires: ImageMagick = %{version} libMagickCore1 = %{version}
|
Requires: ImageMagick = %{version} libMagickCore2 = %{version}
|
||||||
Summary: Viewer and Converter for Images - extra codecs
|
Summary: Viewer and Converter for Images - extra codecs
|
||||||
Group: Productivity/Graphics/Other
|
Group: Productivity/Graphics/Other
|
||||||
#delegates configured in delegates.xml that imagemagick can use
|
#delegates configured in delegates.xml that imagemagick can use
|
||||||
Recommends: autotrace dcraw transfig ghostscript_any hp2xx netpbm ghostpcl libwmf
|
Recommends: autotrace dcraw transfig ghostscript_any hp2xx netpbm ghostpcl libwmf
|
||||||
AutoReqProv: on
|
AutoReqProv: on
|
||||||
|
|
||||||
%package -n libMagickCore1
|
%package -n libMagickCore2
|
||||||
License: Any permissive
|
License: PERMISSIVE-OSI-COMPLIANT
|
||||||
Summary: Viewer and Converter for Images - runtime library
|
Summary: Viewer and Converter for Images - runtime library
|
||||||
Group: Productivity/Graphics/Other
|
Group: Productivity/Graphics/Other
|
||||||
Suggests: ImageMagick-extra = %{version}
|
Suggests: ImageMagick-extra = %{version}
|
||||||
AutoReqProv: on
|
AutoReqProv: on
|
||||||
|
|
||||||
%package -n libMagickWand1
|
%package -n libMagickWand2
|
||||||
License: Any permissive
|
License: PERMISSIVE-OSI-COMPLIANT
|
||||||
Summary: Viewer and Converter for Images - runtime library
|
Summary: Viewer and Converter for Images - runtime library
|
||||||
Group: Productivity/Graphics/Other
|
Group: Productivity/Graphics/Other
|
||||||
AutoReqProv: on
|
AutoReqProv: on
|
||||||
|
|
||||||
%package -n libMagick++1
|
%package -n libMagick++2
|
||||||
License: Any permissive
|
License: PERMISSIVE-OSI-COMPLIANT
|
||||||
Requires: ImageMagick = %{version}
|
Requires: ImageMagick = %{version}
|
||||||
Summary: C++ Interface for ImageMagick - runtime library
|
Summary: C++ Interface for ImageMagick - runtime library
|
||||||
Group: Development/Libraries/C and C++
|
Group: Development/Libraries/C and C++
|
||||||
@ -93,8 +92,8 @@ Provides: ImageMagick-Magick++ = 6.3.3
|
|||||||
Obsoletes: ImageMagick-Magick++ <= 6.3.3
|
Obsoletes: ImageMagick-Magick++ <= 6.3.3
|
||||||
|
|
||||||
%package -n libMagick++-devel
|
%package -n libMagick++-devel
|
||||||
License: Any permissive
|
License: PERMISSIVE-OSI-COMPLIANT
|
||||||
Requires: ImageMagick-devel = %{version} libMagick++1 = %{version} libstdc++-devel
|
Requires: ImageMagick-devel = %{version} libMagick++2 = %{version} libstdc++-devel
|
||||||
Summary: C++ Interface for ImageMagick - files mandatory for development
|
Summary: C++ Interface for ImageMagick - files mandatory for development
|
||||||
Group: Development/Libraries/C and C++
|
Group: Development/Libraries/C and C++
|
||||||
Provides: ImageMagick-Magick++-devel
|
Provides: ImageMagick-Magick++-devel
|
||||||
@ -103,10 +102,9 @@ AutoReqProv: on
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
rm -rf xtp-%{xtp_version}
|
rm -rf xtp-%{xtp_version}
|
||||||
%setup -n ImageMagick-6.4.3 -b 2
|
%setup -n ImageMagick-6.5.3-2 -b 2
|
||||||
%patch1
|
%patch1
|
||||||
%patch2
|
%patch2
|
||||||
%patch3
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%define system_ltdl 0
|
%define system_ltdl 0
|
||||||
@ -143,6 +141,10 @@ export CXXFLAGS="$RPM_OPT_FLAGS"
|
|||||||
make %{?jobs:-j%jobs}
|
make %{?jobs:-j%jobs}
|
||||||
|
|
||||||
%check
|
%check
|
||||||
|
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$PWD/magick/.libs:$PWD/wand/.libs
|
||||||
|
export MAGICK_CODER_MODULE_PATH=$PWD/coders/.libs
|
||||||
|
export MAGICK_CODER_FILTER_PATH=$PWD/filters/.libs
|
||||||
|
export MAGICK_CONFIGURE_PATH=$PWD/config
|
||||||
cd PerlMagick
|
cd PerlMagick
|
||||||
make test
|
make test
|
||||||
|
|
||||||
@ -179,17 +181,17 @@ rm -f $RPM_BUILD_ROOT/%{_libdir}/*.la
|
|||||||
%clean
|
%clean
|
||||||
rm -rf $RPM_BUILD_ROOT
|
rm -rf $RPM_BUILD_ROOT
|
||||||
|
|
||||||
%post -n libMagickCore1 -p /sbin/ldconfig
|
%post -n libMagickCore2 -p /sbin/ldconfig
|
||||||
|
|
||||||
%postun -n libMagickCore1 -p /sbin/ldconfig
|
%postun -n libMagickCore2 -p /sbin/ldconfig
|
||||||
|
|
||||||
%post -n libMagickWand1 -p /sbin/ldconfig
|
%post -n libMagickWand2 -p /sbin/ldconfig
|
||||||
|
|
||||||
%postun -n libMagickWand1 -p /sbin/ldconfig
|
%postun -n libMagickWand2 -p /sbin/ldconfig
|
||||||
|
|
||||||
%post -n libMagick++1 -p /sbin/ldconfig
|
%post -n libMagick++2 -p /sbin/ldconfig
|
||||||
|
|
||||||
%postun -n libMagick++1 -p /sbin/ldconfig
|
%postun -n libMagick++2 -p /sbin/ldconfig
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
@ -198,11 +200,11 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{prefix}/bin/[^MW]*
|
%{prefix}/bin/[^MW]*
|
||||||
%doc %{_mandir}/man1/*
|
%doc %{_mandir}/man1/*
|
||||||
|
|
||||||
%files -n libMagickCore1
|
%files -n libMagickCore2
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%dir %{_libdir}/ImageMagick*/config
|
%dir %{_libdir}/ImageMagick*/config
|
||||||
%config %{_libdir}/ImageMagick*/config/*
|
%config %{_libdir}/ImageMagick*/config/*
|
||||||
%{_libdir}/libMagickCore.so.1*
|
%{_libdir}/libMagickCore.so.2*
|
||||||
%dir %{_libdir}/ImageMagick*
|
%dir %{_libdir}/ImageMagick*
|
||||||
%dir %{_libdir}/ImageMagick*/modules*
|
%dir %{_libdir}/ImageMagick*/modules*
|
||||||
%dir %{_libdir}/ImageMagick*/modules*/*
|
%dir %{_libdir}/ImageMagick*/modules*/*
|
||||||
@ -212,9 +214,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_libdir}/ImageMagick*/modules*/*/*.so
|
%{_libdir}/ImageMagick*/modules*/*/*.so
|
||||||
%{_libdir}/ImageMagick*/modules*/*/*.la
|
%{_libdir}/ImageMagick*/modules*/*/*.la
|
||||||
|
|
||||||
%files -n libMagickWand1
|
%files -n libMagickWand2
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_libdir}/libMagickWand.so.1*
|
%{_libdir}/libMagickWand.so.2*
|
||||||
|
|
||||||
%files extra
|
%files extra
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
@ -250,9 +252,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{perl_vendorarch}/auto/Image
|
%{perl_vendorarch}/auto/Image
|
||||||
%{perl_vendorarch}/Image
|
%{perl_vendorarch}/Image
|
||||||
|
|
||||||
%files -n libMagick++1
|
%files -n libMagick++2
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_libdir}/libMagick++.so.*
|
%{_libdir}/libMagick++.so.2*
|
||||||
|
|
||||||
%files -n libMagick++-devel
|
%files -n libMagick++-devel
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
@ -319,7 +321,7 @@ Authors:
|
|||||||
--------
|
--------
|
||||||
John Cristy <cristy@dupont.com>
|
John Cristy <cristy@dupont.com>
|
||||||
|
|
||||||
%description -n libMagickCore1
|
%description -n libMagickCore2
|
||||||
ImageMagick is a robust collection of tools and libraries to read,
|
ImageMagick is a robust collection of tools and libraries to read,
|
||||||
write, and manipulate an image in many image formats, including popular
|
write, and manipulate an image in many image formats, including popular
|
||||||
formats like TIFF, JPEG, PNG, PDF, PhotoCD, and GIF. With ImageMagick,
|
formats like TIFF, JPEG, PNG, PDF, PhotoCD, and GIF. With ImageMagick,
|
||||||
@ -336,7 +338,7 @@ Authors:
|
|||||||
--------
|
--------
|
||||||
John Cristy <cristy@dupont.com>
|
John Cristy <cristy@dupont.com>
|
||||||
|
|
||||||
%description -n libMagickWand1
|
%description -n libMagickWand2
|
||||||
ImageMagick is a robust collection of tools and libraries to read,
|
ImageMagick is a robust collection of tools and libraries to read,
|
||||||
write, and manipulate an image in many image formats, including popular
|
write, and manipulate an image in many image formats, including popular
|
||||||
formats like TIFF, JPEG, PNG, PDF, PhotoCD, and GIF. With ImageMagick,
|
formats like TIFF, JPEG, PNG, PDF, PhotoCD, and GIF. With ImageMagick,
|
||||||
@ -364,7 +366,7 @@ Authors:
|
|||||||
--------
|
--------
|
||||||
John Cristy <cristy@dupont.com>
|
John Cristy <cristy@dupont.com>
|
||||||
|
|
||||||
%description -n libMagick++1
|
%description -n libMagick++2
|
||||||
This is Magick++, the object-oriented C++ API for the ImageMagick
|
This is Magick++, the object-oriented C++ API for the ImageMagick
|
||||||
image-processing library.
|
image-processing library.
|
||||||
|
|
||||||
@ -407,353 +409,3 @@ Authors:
|
|||||||
Bob Friesenhahn <bfriesen@simple.dallas.tx.us>
|
Bob Friesenhahn <bfriesen@simple.dallas.tx.us>
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Fri Dec 05 2008 nadvornik@suse.cz
|
|
||||||
- fixed fontconfig detection [bnc#441874]
|
|
||||||
* Mon Dec 01 2008 ro@suse.de
|
|
||||||
- add libMagicWand1 to baselibs.conf (for libxine1)
|
|
||||||
* Tue Oct 07 2008 thoenig@suse.de
|
|
||||||
- add baselibs.conf (libMagickCore1) required by libfprint0-32bit
|
|
||||||
* Wed Sep 10 2008 nadvornik@suse.cz
|
|
||||||
- update to 6.4.3-6, see ChangeLog for details
|
|
||||||
* Wed Apr 09 2008 nadvornik@suse.cz
|
|
||||||
- update to 6.4.0-4, see ChangeLog for details
|
|
||||||
* mostly bugfixes
|
|
||||||
* Mon Apr 07 2008 schwab@suse.de
|
|
||||||
- Fix PRNG.
|
|
||||||
* Sat Mar 29 2008 coolo@suse.de
|
|
||||||
- fix requires
|
|
||||||
* Wed Mar 26 2008 nadvornik@suse.cz
|
|
||||||
- updated to 6.3.9-7, see ChangeLog for details
|
|
||||||
* renamed shared library subpackages:
|
|
||||||
libMagick10 -> libMagickCore1
|
|
||||||
libWand10 -> libMagickWand1
|
|
||||||
libMagick++10 -> libMagick++1
|
|
||||||
* read EXIF data in TIFF images
|
|
||||||
* add -encipher / -decipher options to the command-line utilities
|
|
||||||
* many bugfixes and improvements
|
|
||||||
* Mon Dec 03 2007 nadvornik@suse.cz
|
|
||||||
- fixed BuildRequires
|
|
||||||
* Fri Nov 30 2007 nadvornik@suse.cz
|
|
||||||
- updated to 6.3.7-2, see ChangeLog for details
|
|
||||||
* fixes conflicts in header files [#340485]
|
|
||||||
* Mon Oct 08 2007 pth@suse.de
|
|
||||||
- Add libMagick10 to Requires of perl-PerlMagick (#331611)
|
|
||||||
* Tue Sep 25 2007 nadvornik@suse.cz
|
|
||||||
- updated to 6.3.5-10: fixes CVE-2007-4985, CVE-2007-4986,
|
|
||||||
CVE-2007-4987, CVE-2007-4988 [#327021]
|
|
||||||
* Fri Aug 03 2007 coolo@suse.de
|
|
||||||
- fix provides for ImageMagick-Magick++ (#293401)
|
|
||||||
* Sat Jul 28 2007 coolo@suse.de
|
|
||||||
- remove requires on ImageMagick-Magick++
|
|
||||||
* Wed Jul 25 2007 nadvornik@suse.cz
|
|
||||||
- updated to 6.3.5-3, see ChangeLog for details
|
|
||||||
- reduced the requrements of the main package,
|
|
||||||
created ImageMagick-extra with full set of requirements
|
|
||||||
- adjusted to Shared Library Policy:
|
|
||||||
* created libMagick10 and libWand10
|
|
||||||
* renamed ImageMagick-Magick++ -> libMagick++10
|
|
||||||
* renamed ImageMagick-Magick++-devel -> libMagick++-devel
|
|
||||||
* Thu Apr 19 2007 nadvornik@suse.cz
|
|
||||||
- updated to 6.3.3-8, see ChangeLog for details
|
|
||||||
- fixed various crashes on malformed input, including
|
|
||||||
CVE-2007-1797 and CVE-2007-1667 [#258253]
|
|
||||||
- do not build static libs
|
|
||||||
- adjusted BuildRequires for libjasper-devel
|
|
||||||
* Tue Feb 27 2007 dmueller@suse.de
|
|
||||||
- adjust BuildRequires: libexif -> libexif-devel
|
|
||||||
* Mon Feb 19 2007 mvaner@suse.cz
|
|
||||||
- Array boundaries fix in bezier path (#243280)
|
|
||||||
- bezier-array.patch
|
|
||||||
* Mon Oct 30 2006 nadvornik@suse.cz
|
|
||||||
- fixed overflows in dcm and palm codecs CVE-2006-5456 [#215685]
|
|
||||||
* Wed Oct 18 2006 postadal@suse.cz
|
|
||||||
- disabled -fstack-protector for %%suse_version <= 1000
|
|
||||||
* Tue Oct 17 2006 nadvornik@suse.cz
|
|
||||||
- updated to 1.3.0-0
|
|
||||||
* enhanced -fx
|
|
||||||
* many bugfixes, see ChangeLog
|
|
||||||
* Thu Jul 13 2006 nadvornik@suse.cz
|
|
||||||
- updated to 1.2.8-1
|
|
||||||
* security fixes merged upstream
|
|
||||||
* fixed compilation with new libpng
|
|
||||||
* many other fixes
|
|
||||||
* Wed Mar 15 2006 nadvornik@suse.cz
|
|
||||||
- fixed rpath in perl module
|
|
||||||
* Fri Feb 03 2006 nadvornik@suse.cz
|
|
||||||
- better fix for format string vulnerability
|
|
||||||
CVE-2006-0082 [#141390]
|
|
||||||
- fixed shell metacharacters in file names passed into delegates
|
|
||||||
CVE-2005-4601 [#141999]
|
|
||||||
- added version numbers to devel subpackage requirements
|
|
||||||
* Wed Jan 25 2006 mls@suse.de
|
|
||||||
- converted neededforbuild to BuildRequires
|
|
||||||
* Mon Jan 16 2006 meissner@suse.de
|
|
||||||
- Use -fstack-protector.
|
|
||||||
* Tue Dec 20 2005 nadvornik@suse.cz
|
|
||||||
- updated to 6.2.5
|
|
||||||
* Wed Sep 21 2005 nadvornik@suse.cz
|
|
||||||
- updated to 6.2.4
|
|
||||||
* Sat Sep 17 2005 postadal@suse.cz
|
|
||||||
- parallelize build
|
|
||||||
* Wed Sep 07 2005 nadvornik@suse.cz
|
|
||||||
- fixed URL in man pages [#115568]
|
|
||||||
* Thu Jul 21 2005 nadvornik@suse.cz
|
|
||||||
- moved .la files back to main package, they are needed for runtime
|
|
||||||
* Fri Jul 15 2005 nadvornik@suse.cz
|
|
||||||
- updated to 6.2.3
|
|
||||||
- fixed incorrect char type usage [#95086]
|
|
||||||
* Tue May 03 2005 nadvornik@suse.cz
|
|
||||||
- updated to 6.2.2, fixes crash in PNM reader [#80428]
|
|
||||||
* Wed Mar 09 2005 nadvornik@suse.cz
|
|
||||||
- fixed format string vulnerability [#67273]
|
|
||||||
* Wed Mar 02 2005 nadvornik@suse.cz
|
|
||||||
- linked PerlMagick correcly
|
|
||||||
- added xorg-x11-devel to requires of devel subpackage
|
|
||||||
* Sat Jan 22 2005 ro@suse.de
|
|
||||||
- fix libltdl removal on lib64
|
|
||||||
* Tue Jan 18 2005 nadvornik@suse.cz
|
|
||||||
- updated to 6.1.8
|
|
||||||
* fixed .psd file read overflow (CAN-2005-0005) [#49839]
|
|
||||||
* Mon Nov 01 2004 nadvornik@suse.cz
|
|
||||||
- fixed integer overflow in EXIF handling [#47745]
|
|
||||||
* Tue Sep 14 2004 nadvornik@suse.cz
|
|
||||||
- branched new subpackage ImageMagick-Magick++-devel [#45245]
|
|
||||||
* Tue Sep 14 2004 nadvornik@suse.cz
|
|
||||||
- removed Requires: ImageMagick-devel from ImageMagick-Magick++ [#45245]
|
|
||||||
* Tue Sep 07 2004 nadvornik@suse.cz
|
|
||||||
- updated to 6.0.7
|
|
||||||
* fixed possible miscompilation of included headers
|
|
||||||
* fixed PerlMagick's Profile crash [#44710]
|
|
||||||
* other bugfixes
|
|
||||||
* Tue Aug 31 2004 nadvornik@suse.cz
|
|
||||||
- updated to 6.0.6-2:
|
|
||||||
* fixed decoding runlength-encoded BMP [#44081]
|
|
||||||
* enabled LZW compression
|
|
||||||
* Mon Aug 09 2004 ro@suse.de
|
|
||||||
- fix build with current automake
|
|
||||||
* Mon Jun 28 2004 nadvornik@suse.cz
|
|
||||||
- updated to 6.0.2
|
|
||||||
* Fri Mar 26 2004 nadvornik@suse.cz
|
|
||||||
- adjusted default fonts
|
|
||||||
* Fri Feb 06 2004 nadvornik@suse.cz
|
|
||||||
- update to 5.5.7-16
|
|
||||||
- added run_ldconfig macro
|
|
||||||
- build as user
|
|
||||||
* Tue Sep 09 2003 nadvornik@suse.cz
|
|
||||||
- fixed annotate function [29748]
|
|
||||||
* Mon Sep 08 2003 nadvornik@suse.cz
|
|
||||||
- fixed reading of tiff images [#25552]
|
|
||||||
* Thu Aug 28 2003 nadvornik@suse.cz
|
|
||||||
- fixed output from Magick++-config --version
|
|
||||||
- compiled with -fno-strict-aliasing
|
|
||||||
* Wed Aug 20 2003 mjancar@suse.cz
|
|
||||||
- require the perl version we build with
|
|
||||||
* Tue Jul 29 2003 nadvornik@suse.cz
|
|
||||||
- lib64 fixed
|
|
||||||
- filelist fixed
|
|
||||||
* Fri Jul 25 2003 nadvornik@suse.cz
|
|
||||||
- updated to 5.5.7-10
|
|
||||||
- used perl_process_packlist
|
|
||||||
* Mon Feb 10 2003 nadvornik@suse.cz
|
|
||||||
- updated to 5.5.4-4:
|
|
||||||
- fixed bug [#23111]
|
|
||||||
- copied ltdl sources from libtool package
|
|
||||||
* Thu Dec 19 2002 adrian@suse.de
|
|
||||||
- add liblcms-devel to #neededforbuild
|
|
||||||
* Thu Nov 21 2002 nadvornik@suse.cz
|
|
||||||
- updated to 5.5.1
|
|
||||||
* Wed Nov 20 2002 ro@suse.de
|
|
||||||
- fix build with latest automake
|
|
||||||
* Fri Nov 01 2002 nadvornik@suse.cz
|
|
||||||
- fixed detection of lpr [#21187]
|
|
||||||
- fixed to compile with new libjasper
|
|
||||||
* Tue Sep 03 2002 nadvornik@suse.cz
|
|
||||||
- do not try to detect supported ghostscript devices [#18424]
|
|
||||||
* Thu Aug 29 2002 nadvornik@suse.cz
|
|
||||||
- fixed typo in delegates.mgk
|
|
||||||
* Sat Aug 10 2002 kukuk@suse.de
|
|
||||||
- Fix filelist for threaded perl
|
|
||||||
* Fri Jul 26 2002 adrian@suse.de
|
|
||||||
- fix neededforbuild
|
|
||||||
* Fri Jul 26 2002 nadvornik@suse.cz
|
|
||||||
- update to 5.4.7-4
|
|
||||||
* Tue Jul 02 2002 nadvornik@suse.cz
|
|
||||||
- update to 5.4.7
|
|
||||||
* Fri May 03 2002 meissner@suse.de
|
|
||||||
- %%_lib fixes
|
|
||||||
* Wed Mar 06 2002 nadvornik@suse.cz
|
|
||||||
- added symlink index.html->ImageMagick.html in doc directory
|
|
||||||
* Mon Feb 04 2002 nadvornik@suse.cz
|
|
||||||
- update to 5.4.2-3, xtp updated to 5.4.3
|
|
||||||
* Fri Feb 01 2002 ro@suse.de
|
|
||||||
- changed neededforbuild <libpng> to <libpng-devel-packages>
|
|
||||||
* Thu Jan 17 2002 nadvornik@suse.cz
|
|
||||||
- html files installed correctly
|
|
||||||
* Tue Jan 15 2002 nadvornik@suse.cz
|
|
||||||
- update to 5.4.2:
|
|
||||||
- new scripting language utility, conjure
|
|
||||||
* Mon Dec 03 2001 nadvornik@suse.cz
|
|
||||||
- update to 5.4.1:
|
|
||||||
- better SVG support
|
|
||||||
- changed default background color to none
|
|
||||||
- eliminated the libMagick.so dependancy on libtiff, libpng, libjpeg
|
|
||||||
- coders/wmf.c updated for libwmf 0.2
|
|
||||||
* Thu Oct 18 2001 nadvornik@suse.cz
|
|
||||||
- update to 5.4.0:
|
|
||||||
- Text drawing now handles UTF8-encoding
|
|
||||||
- Added a MATLAB encoder
|
|
||||||
- Uses SHA instead of MD5 for image signatures
|
|
||||||
* Fri Aug 24 2001 nadvornik@suse.cz
|
|
||||||
- update to 5.3.8:
|
|
||||||
- Added a new method SetImageClipMask().
|
|
||||||
- Added @ to the image geometry specification. Use it to specify
|
|
||||||
the square-root of the maximum area in pixels of an image
|
|
||||||
- many bugfixes
|
|
||||||
* Tue Aug 21 2001 nadvornik@suse.cz
|
|
||||||
- removed wv-devel from neededforbuild, it is no longer needed
|
|
||||||
- fixed segfault in svg converting
|
|
||||||
- fixed doc installation
|
|
||||||
* Wed Aug 15 2001 nadvornik@suse.cz
|
|
||||||
- compiled with libjasper
|
|
||||||
* Tue Jul 24 2001 nadvornik@suse.cz
|
|
||||||
- update to 5.3.7
|
|
||||||
* Fri Jul 20 2001 kukuk@suse.de
|
|
||||||
- changed neededforbuild <gs_fonto> to <ghostscript-fonts-other>
|
|
||||||
- changed neededforbuild <gs_fonts> to <ghostscript-fonts-std>
|
|
||||||
- changed neededforbuild <gs_lib> to <ghostscript-library>
|
|
||||||
- changed neededforbuild <gs_serv> to <ghostscript-serv>
|
|
||||||
* Wed Jun 27 2001 nadvornik@suse.cz
|
|
||||||
- update to 5.3.6
|
|
||||||
- dropped ImageMagick-pictures subpackage
|
|
||||||
* Tue Jun 12 2001 nadvornik@suse.cz
|
|
||||||
- update to 5.3.5
|
|
||||||
- fixed to compile with new autoconf
|
|
||||||
* Tue Apr 17 2001 kukuk@suse.de
|
|
||||||
- Remove magickcpp_version macro
|
|
||||||
* Thu Apr 05 2001 nadvornik@suse.cz
|
|
||||||
- updated to 5.3.1
|
|
||||||
* Tue Mar 27 2001 ro@suse.de
|
|
||||||
- libtoolize main dir as well
|
|
||||||
* Mon Mar 26 2001 ro@suse.de
|
|
||||||
- libtoolize
|
|
||||||
* Fri Mar 09 2001 nadvornik@suse.cz
|
|
||||||
- updated to 5.3.0
|
|
||||||
- fixed neededforbuild
|
|
||||||
* Mon Feb 19 2001 nadvornik@suse.cz
|
|
||||||
- fixed filelist
|
|
||||||
* Tue Feb 13 2001 nadvornik@suse.cz
|
|
||||||
- update to 5.2.9
|
|
||||||
* Tue Dec 12 2000 nadvornik@suse.cz
|
|
||||||
- compiled with option --with-threads
|
|
||||||
* Tue Dec 05 2000 nadvornik@suse.cz
|
|
||||||
- update to 5.2.6
|
|
||||||
- now uses freetype2
|
|
||||||
* Thu Nov 16 2000 nadvornik@suse.cz
|
|
||||||
- update to 5.2.5
|
|
||||||
* Tue Nov 14 2000 nadvornik@suse.cz
|
|
||||||
- fixed writing transparent xpm files
|
|
||||||
* Wed Nov 08 2000 nadvornik@suse.cz
|
|
||||||
- changed to long names
|
|
||||||
- imagemag -> ImageMagick
|
|
||||||
- magickd -> ImageMagick-devel
|
|
||||||
- magickpp -> ImageMagick-Magick++
|
|
||||||
- plmagick -> perl-PerlMagick
|
|
||||||
- impict -> ImageMagick-pictures
|
|
||||||
* Wed Oct 18 2000 nadvornik@suse.cz
|
|
||||||
- update to 5.2.4
|
|
||||||
- compiled with --with-modules
|
|
||||||
* Mon Sep 18 2000 nadvornik@suse.cz
|
|
||||||
- fixed usage of suse_update_config
|
|
||||||
* Thu Sep 14 2000 nadvornik@suse.cz
|
|
||||||
- drop subpackage imfilm, removed povray from neededforbuild
|
|
||||||
- povray scripts are now in /usr/share/doc/imagemag/scenes
|
|
||||||
* Thu Sep 14 2000 nadvornik@suse.cz
|
|
||||||
- update to 5.2.3
|
|
||||||
- new subpackage magickd for includes and static libs
|
|
||||||
- changed prefix to /usr
|
|
||||||
- removed --without-largefiles
|
|
||||||
* Tue Aug 22 2000 ro@suse.de
|
|
||||||
- fixed perl path
|
|
||||||
* Thu Jun 08 2000 nadvornik@suse.cz
|
|
||||||
- update to latest source from ftp
|
|
||||||
- added source url
|
|
||||||
* Tue Jun 06 2000 nadvornik@suse.cz
|
|
||||||
- images, scenes -> /usr/share/ImageMagick
|
|
||||||
- doc -> %%{_defaultdocdir}/imagemag
|
|
||||||
* Mon Jun 05 2000 nadvornik@suse.cz
|
|
||||||
- used --without-largefiles
|
|
||||||
* Thu Jun 01 2000 nadvornik@suse.cz
|
|
||||||
- xtp updated to 5.2.0
|
|
||||||
* Mon May 29 2000 nadvornik@suse.cz
|
|
||||||
- updated to 5.2.0
|
|
||||||
* Fri May 19 2000 nadvornik@suse.cz
|
|
||||||
- used %%{_defaultdocdir}
|
|
||||||
- changed group
|
|
||||||
* Fri Apr 28 2000 nadvornik@suse.cz
|
|
||||||
- fixed to compile with xf86-4.0
|
|
||||||
* Mon Apr 10 2000 nadvornik@suse.cz
|
|
||||||
- added URL
|
|
||||||
* Fri Apr 07 2000 bk@suse.de
|
|
||||||
- added suse config update macro
|
|
||||||
* Thu Apr 06 2000 nadvornik@suse.cz
|
|
||||||
- update to 5.1.1
|
|
||||||
- added BuildRoot
|
|
||||||
* Wed Jan 19 2000 ro@suse.de
|
|
||||||
- fixed specfile
|
|
||||||
* Mon Jan 03 2000 ro@suse.de
|
|
||||||
- update to 5.1.0
|
|
||||||
* Mon Sep 27 1999 bs@suse.de
|
|
||||||
- fixed requirements for sub packages
|
|
||||||
* Mon Sep 13 1999 bs@suse.de
|
|
||||||
- ran old prepare_spec on spec file to switch to new prepare_spec.
|
|
||||||
* Thu Sep 02 1999 ro@suse.de
|
|
||||||
- update to 4.2.9
|
|
||||||
* Mon Jun 28 1999 ro@suse.de
|
|
||||||
- update to 4.2.7
|
|
||||||
* Wed May 19 1999 ro@suse.de
|
|
||||||
- fixed path in specfile
|
|
||||||
* Wed May 19 1999 ro@suse.de
|
|
||||||
- fixed specfile
|
|
||||||
* Wed May 19 1999 ro@suse.de
|
|
||||||
- update to 4.2.5
|
|
||||||
- new subpackage: magickpp (aka Magick++) a C++-API for libmagick
|
|
||||||
* Fri Feb 19 1999 ro@suse.de
|
|
||||||
- update to 4.2.0
|
|
||||||
* Mon Jan 18 1999 bs@suse.de
|
|
||||||
- set libraries to 755
|
|
||||||
* Wed Jan 13 1999 ro@suse.de
|
|
||||||
- update to 4.1.7 / PerlMagick 1.58
|
|
||||||
* Mon Dec 14 1998 ro@suse.de
|
|
||||||
- update to 4.1.6
|
|
||||||
- disabled unix98/ptys in configure.in
|
|
||||||
* Tue Dec 01 1998 ro@suse.de
|
|
||||||
- update to 4.1.5 / PerlMagick 1.53
|
|
||||||
* Tue Nov 17 1998 ro@suse.de
|
|
||||||
- update to 4.1.4
|
|
||||||
- switched to use configure instead of imake
|
|
||||||
* Mon Aug 17 1998 ro@suse.de
|
|
||||||
- update to 4.0.9
|
|
||||||
* Fri Aug 14 1998 ro@suse.de
|
|
||||||
- fixed online documentation
|
|
||||||
/usr/doc/packages/ImageMagick/ImageMagick.html is start page
|
|
||||||
- added new subpackage PerlMagick "plmagick"
|
|
||||||
* Thu Aug 13 1998 ro@suse.de
|
|
||||||
- update to 4.0.8
|
|
||||||
fixed default for printCommand in Display with a app-defaults file
|
|
||||||
* Mon Jun 29 1998 ro@suse.de
|
|
||||||
- update to version 4.0.7
|
|
||||||
needs libpng-1.0.1 (and povray built with that version)
|
|
||||||
* Tue Apr 07 1998 ro@suse.de
|
|
||||||
- update to version 4.0.4
|
|
||||||
added freetype support
|
|
||||||
needs libpng-1.0.1 (and povray built with that version)
|
|
||||||
* Sun Mar 01 1998 ro@suse.de
|
|
||||||
- update to version 4.0.1
|
|
||||||
* Sun Nov 16 1997 ro@suse.de
|
|
||||||
- fixed Symlink /usr/doc/packages/ImageMagick
|
|
||||||
* Fri Nov 14 1997 ro@suse.de
|
|
||||||
- new version 3.9.2
|
|
||||||
* Tue Nov 11 1997 ro@suse.de
|
|
||||||
- imfilm and impict are built from same specfile
|
|
||||||
* Mon Nov 03 1997 ro@suse.de
|
|
||||||
- ready for autobuild
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user