This commit is contained in:
parent
c680662f97
commit
5b17739915
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:d984ac3e0139ff95756384b8a843d5612261b4cf4aa03ffeefe404746002c5c3
|
|
||||||
size 7358146
|
|
@ -1,11 +0,0 @@
|
|||||||
--- Makefile.am
|
|
||||||
+++ Makefile.am
|
|
||||||
@@ -21,7 +21,7 @@
|
|
||||||
|
|
||||||
AM_CPPFLAGS = -I$(top_builddir) -I$(top_srcdir)
|
|
||||||
|
|
||||||
-ACLOCAL_AMFLAGS = -Iltdl/m4 -I m4
|
|
||||||
+ACLOCAL_AMFLAGS = -I m4
|
|
||||||
|
|
||||||
MODULECOMMONFLAGS = -no-undefined -module -avoid-version
|
|
||||||
|
|
3
ImageMagick-6.3.9-7.tar.bz2
Normal file
3
ImageMagick-6.3.9-7.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:cff91d93027472054df07253541c850caaa691fd58bc10433baff2644a6208fe
|
||||||
|
size 8832367
|
@ -1,11 +1,11 @@
|
|||||||
--- configure.ac
|
--- configure.ac
|
||||||
+++ configure.ac
|
+++ configure.ac
|
||||||
@@ -2132,7 +2132,7 @@
|
@@ -2325,7 +2325,7 @@
|
||||||
|
|
||||||
#
|
#
|
||||||
# Path to ImageMagick documentation files
|
# Path to ImageMagick documentation files
|
||||||
-DOCUMENTATION_RELATIVE_PATH="${PACKAGE_NAME}-${PACKAGE_VERSION}"
|
-DOCUMENTATION_RELATIVE_PATH="${PACKAGE_NAME}-${PACKAGE_VERSION}"
|
||||||
+DOCUMENTATION_RELATIVE_PATH="packages/${PACKAGE_NAME}"
|
+DOCUMENTATION_RELATIVE_PATH="packages/${PACKAGE_NAME}"
|
||||||
DOCUMENTATION_PATH="${DATA_DIR}/doc/${DOCUMENTATION_RELATIVE_PATH}/"
|
DOCUMENTATION_PATH="${DATA_DIR}/doc/${DOCUMENTATION_RELATIVE_PATH}"
|
||||||
|
DEFINE_DOCUMENTATION_PATH="${DATA_DIR}/doc/${DOCUMENTATION_RELATIVE_PATH}/"
|
||||||
if test "$native_win32_build" = 'yes'; then
|
if test "$native_win32_build" = 'yes'; then
|
||||||
DOCUMENTATION_PATH=`$WinPathScript "$DOCUMENTATION_PATH" 1`
|
|
@ -1,3 +1,15 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Mar 26 13:57:14 CET 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 3 17:39:00 CET 2007 - nadvornik@suse.cz
|
Mon Dec 3 17:39:00 CET 2007 - nadvornik@suse.cz
|
||||||
|
|
||||||
|
349
ImageMagick.spec
349
ImageMagick.spec
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package ImageMagick (Version 6.3.7.2)
|
# spec file for package ImageMagick (Version 6.3.9.7)
|
||||||
#
|
#
|
||||||
# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
# This file and all modifications and additions to the pristine
|
# This file and all modifications and additions to the pristine
|
||||||
# package are under the same license as the package itself.
|
# package are under the same license as the package itself.
|
||||||
#
|
#
|
||||||
@ -10,12 +10,13 @@
|
|||||||
|
|
||||||
# norootforbuild
|
# norootforbuild
|
||||||
|
|
||||||
|
|
||||||
Name: ImageMagick
|
Name: ImageMagick
|
||||||
BuildRequires: dcraw freetype2-devel gcc-c++ ghostscript-fonts-other ghostscript-fonts-std
|
BuildRequires: dcraw freetype2-devel gcc-c++ ghostscript-fonts-other ghostscript-fonts-std
|
||||||
BuildRequires: ghostscript-library liblcms-devel libtiff-devel libwmf-devel
|
BuildRequires: ghostscript-library liblcms-devel libtiff-devel libwmf-devel
|
||||||
BuildRequires: libxml2-devel pkgconfig
|
BuildRequires: libxml2-devel pkgconfig
|
||||||
%if %suse_version > 1020
|
%if 0%suse_version > 1020
|
||||||
BuildRequires: libdjvulibre-devel libexif-devel libjasper-devel
|
BuildRequires: fdupes libdjvulibre-devel libexif-devel libjasper-devel
|
||||||
%else
|
%else
|
||||||
BuildRequires: djvulibre libexif libjasper
|
BuildRequires: djvulibre libexif libjasper
|
||||||
%endif
|
%endif
|
||||||
@ -27,30 +28,32 @@ Provides: imagemag
|
|||||||
License: Any permissive
|
License: Any permissive
|
||||||
Group: Productivity/Graphics/Other
|
Group: Productivity/Graphics/Other
|
||||||
AutoReqProv: on
|
AutoReqProv: on
|
||||||
Version: 6.3.7.2
|
Version: 6.3.9.7
|
||||||
Release: 3
|
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.3.7-2.tar.bz2
|
Source: ImageMagick-6.3.9-7.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}-autoconf.patch
|
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
|
|
||||||
%package -n perl-PerlMagick
|
%package -n perl-PerlMagick
|
||||||
|
License: Public Domain, Freeware
|
||||||
Requires: perl = %{perl_version} ImageMagick = %{version} libMagick10 = %{version}
|
Requires: perl = %{perl_version} ImageMagick = %{version} libMagick10 = %{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
|
||||||
Requires: ImageMagick = %{version} libMagick10 = %{version} libtiff-devel libjpeg-devel liblcms-devel freetype2-devel xorg-x11-devel libpng-devel bzip2 libxml2-devel libjasper libwmf-devel
|
Requires: ImageMagick = %{version} libMagick10 = %{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
|
||||||
Requires: ImageMagick = %{version} libMagick10 = %{version}
|
Requires: ImageMagick = %{version} libMagick10 = %{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
|
||||||
@ -58,18 +61,21 @@ Group: Productivity/Graphics/Other
|
|||||||
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 libMagick10
|
%package -n libMagickCore1
|
||||||
|
License: Any permissive
|
||||||
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 libWand10
|
%package -n libMagickWand1
|
||||||
|
License: Any permissive
|
||||||
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++10
|
%package -n libMagick++1
|
||||||
|
License: Any permissive
|
||||||
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++
|
||||||
@ -79,6 +85,7 @@ 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
|
||||||
Requires: ImageMagick-devel = %{version} libMagick++10 = %{version} libstdc++-devel
|
Requires: ImageMagick-devel = %{version} libMagick++10 = %{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++
|
||||||
@ -88,10 +95,9 @@ AutoReqProv: on
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
rm -rf xtp-%{xtp_version}
|
rm -rf xtp-%{xtp_version}
|
||||||
%setup -n ImageMagick-6.3.7 -b 2
|
%setup -n ImageMagick-6.3.9 -b 2
|
||||||
%patch1
|
%patch1
|
||||||
%patch2
|
%patch2
|
||||||
%patch3
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%define system_ltdl 0
|
%define system_ltdl 0
|
||||||
@ -100,7 +106,7 @@ cp -f /usr/share/libtool/libltdl/*.{c,h} ltdl
|
|||||||
mv ltdl/ltdl.c ltdl/ltdl.c.orig
|
mv ltdl/ltdl.c ltdl/ltdl.c.orig
|
||||||
sed -e "s:<config.h>:<magick/magick-config.h>:" ltdl/ltdl.c.orig >ltdl/ltdl.c
|
sed -e "s:<config.h>:<magick/magick-config.h>:" ltdl/ltdl.c.orig >ltdl/ltdl.c
|
||||||
%endif
|
%endif
|
||||||
autoreconf --force --install
|
#autoreconf --force --install -v
|
||||||
pushd ../xtp-%{xtp_version}
|
pushd ../xtp-%{xtp_version}
|
||||||
autoreconf --force --install
|
autoreconf --force --install
|
||||||
popd
|
popd
|
||||||
@ -156,27 +162,25 @@ cp -a scenes $RPM_BUILD_ROOT/%{_defaultdocdir}/%{name}/
|
|||||||
find $RPM_BUILD_ROOT/%{_libdir} -name "*.la" -print0 | xargs -0 -r perl -spi -e "s@ -L/usr/src[^ ]*@@g;s@ /usr/lib/libltdl.la@@g"
|
find $RPM_BUILD_ROOT/%{_libdir} -name "*.la" -print0 | xargs -0 -r perl -spi -e "s@ -L/usr/src[^ ]*@@g;s@ /usr/lib/libltdl.la@@g"
|
||||||
rm -f $RPM_BUILD_ROOT/%{_libdir}/libltdl.*
|
rm -f $RPM_BUILD_ROOT/%{_libdir}/libltdl.*
|
||||||
rm -f $RPM_BUILD_ROOT/%{_libdir}/*.la
|
rm -f $RPM_BUILD_ROOT/%{_libdir}/*.la
|
||||||
|
%if 0%{?suse_version} > 1020
|
||||||
|
%fdupes $RPM_BUILD_ROOT/usr/include/ImageMagick/wand
|
||||||
|
%fdupes $RPM_BUILD_ROOT/usr/share/doc/packages/ImageMagick/www/api
|
||||||
|
%endif
|
||||||
|
|
||||||
%clean
|
%clean
|
||||||
rm -rf $RPM_BUILD_ROOT
|
rm -rf $RPM_BUILD_ROOT
|
||||||
|
|
||||||
%post -n libMagick10
|
%post -n libMagickCore1 -p /sbin/ldconfig
|
||||||
%run_ldconfig
|
|
||||||
|
|
||||||
%postun -n libMagick10
|
%postun -n libMagickCore1 -p /sbin/ldconfig
|
||||||
%run_ldconfig
|
|
||||||
|
|
||||||
%post -n libWand10
|
%post -n libMagickWand1 -p /sbin/ldconfig
|
||||||
%run_ldconfig
|
|
||||||
|
|
||||||
%postun -n libWand10
|
%postun -n libMagickWand1 -p /sbin/ldconfig
|
||||||
%run_ldconfig
|
|
||||||
|
|
||||||
%post -n libMagick++10
|
%post -n libMagick++1 -p /sbin/ldconfig
|
||||||
%run_ldconfig
|
|
||||||
|
|
||||||
%postun -n libMagick++10
|
%postun -n libMagick++1 -p /sbin/ldconfig
|
||||||
%run_ldconfig
|
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
@ -185,11 +189,11 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{prefix}/bin/[^MW]*
|
%{prefix}/bin/[^MW]*
|
||||||
%doc %{_mandir}/man1/*
|
%doc %{_mandir}/man1/*
|
||||||
|
|
||||||
%files -n libMagick10
|
%files -n libMagickCore1
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%dir %{_libdir}/ImageMagick*/config
|
%dir %{_libdir}/ImageMagick*/config
|
||||||
%config %{_libdir}/ImageMagick*/config/*
|
%config %{_libdir}/ImageMagick*/config/*
|
||||||
%{_libdir}/libMagick.so.10*
|
%{_libdir}/libMagickCore.so.1*
|
||||||
%dir %{_libdir}/ImageMagick*
|
%dir %{_libdir}/ImageMagick*
|
||||||
%dir %{_libdir}/ImageMagick*/modules*
|
%dir %{_libdir}/ImageMagick*/modules*
|
||||||
%dir %{_libdir}/ImageMagick*/modules*/*
|
%dir %{_libdir}/ImageMagick*/modules*/*
|
||||||
@ -199,9 +203,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_libdir}/ImageMagick*/modules*/*/*.so
|
%{_libdir}/ImageMagick*/modules*/*/*.so
|
||||||
%{_libdir}/ImageMagick*/modules*/*/*.la
|
%{_libdir}/ImageMagick*/modules*/*/*.la
|
||||||
|
|
||||||
%files -n libWand10
|
%files -n libMagickWand1
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_libdir}/libWand.so.10*
|
%{_libdir}/libMagickWand.so.1*
|
||||||
|
|
||||||
%files extra
|
%files extra
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
@ -214,14 +218,19 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_libdir}/libMagick.so
|
%{_libdir}/libMagickCore.so
|
||||||
%{_libdir}/libWand.so
|
%{_libdir}/libMagickWand.so
|
||||||
%{prefix}/include/magick
|
%dir %{prefix}/include/ImageMagick
|
||||||
%{prefix}/include/wand
|
%{prefix}/include/ImageMagick/magick
|
||||||
|
%{prefix}/include/ImageMagick/wand
|
||||||
|
%{prefix}/bin/MagickCore-config
|
||||||
|
%{prefix}/bin/MagickWand-config
|
||||||
%{prefix}/bin/Magick-config
|
%{prefix}/bin/Magick-config
|
||||||
%{prefix}/bin/Wand-config
|
%{prefix}/bin/Wand-config
|
||||||
%{_libdir}/pkgconfig/ImageMagick.pc
|
%{_libdir}/pkgconfig/ImageMagick.pc
|
||||||
%{_libdir}/pkgconfig/Wand.pc
|
%{_libdir}/pkgconfig/Wand.pc
|
||||||
|
%{_libdir}/pkgconfig/MagickCore.pc
|
||||||
|
%{_libdir}/pkgconfig/MagickWand.pc
|
||||||
|
|
||||||
%files -n perl-PerlMagick
|
%files -n perl-PerlMagick
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
@ -232,19 +241,20 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{perl_vendorarch}/auto/Image
|
%{perl_vendorarch}/auto/Image
|
||||||
%{perl_vendorarch}/Image
|
%{perl_vendorarch}/Image
|
||||||
|
|
||||||
%files -n libMagick++10
|
%files -n libMagick++1
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_libdir}/libMagick++.so.*
|
%{_libdir}/libMagick++.so.*
|
||||||
|
|
||||||
%files -n libMagick++-devel
|
%files -n libMagick++-devel
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%doc Magick++/demo
|
%doc Magick++/demo
|
||||||
%doc Magick++/NEWS Magick++/README Magick++/AUTHORS Magick++/COPYING
|
%doc Magick++/NEWS Magick++/README Magick++/AUTHORS
|
||||||
%{_libdir}/libMagick++.so
|
%{_libdir}/libMagick++.so
|
||||||
%{prefix}/include/Magick++.h
|
%{prefix}/include/ImageMagick/Magick++.h
|
||||||
%{prefix}/include/Magick++
|
%{prefix}/include/ImageMagick/Magick++
|
||||||
%{prefix}/bin/Magick++-config
|
%{prefix}/bin/Magick++-config
|
||||||
%{_libdir}/pkgconfig/ImageMagick++.pc
|
%{_libdir}/pkgconfig/ImageMagick++.pc
|
||||||
|
%{_libdir}/pkgconfig/Magick++.pc
|
||||||
|
|
||||||
%description
|
%description
|
||||||
ImageMagick is a robust collection of tools and libraries to read,
|
ImageMagick is a robust collection of tools and libraries to read,
|
||||||
@ -300,7 +310,7 @@ Authors:
|
|||||||
--------
|
--------
|
||||||
John Cristy <cristy@dupont.com>
|
John Cristy <cristy@dupont.com>
|
||||||
|
|
||||||
%description -n libMagick10
|
%description -n libMagickCore1
|
||||||
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,
|
||||||
@ -317,7 +327,7 @@ Authors:
|
|||||||
--------
|
--------
|
||||||
John Cristy <cristy@dupont.com>
|
John Cristy <cristy@dupont.com>
|
||||||
|
|
||||||
%description -n libWand10
|
%description -n libMagickWand1
|
||||||
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,
|
||||||
@ -338,8 +348,6 @@ Authors:
|
|||||||
PerlMagick is an objected-oriented Perl interface to ImageMagick. Use
|
PerlMagick is an objected-oriented Perl interface to ImageMagick. Use
|
||||||
the module to read, manipulate, or write an image or image sequence
|
the module to read, manipulate, or write an image or image sequence
|
||||||
from within a Perl script. This makes it suitable for Web CGI scripts.
|
from within a Perl script. This makes it suitable for Web CGI scripts.
|
||||||
You must have ImageMagick 4.0.8 above and Perl version 5.002 or greater
|
|
||||||
installed on your system.
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
@ -347,7 +355,7 @@ Authors:
|
|||||||
--------
|
--------
|
||||||
John Cristy <cristy@dupont.com>
|
John Cristy <cristy@dupont.com>
|
||||||
|
|
||||||
%description -n libMagick++10
|
%description -n libMagick++1
|
||||||
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.
|
||||||
|
|
||||||
@ -390,21 +398,30 @@ Authors:
|
|||||||
Bob Friesenhahn <bfriesen@simple.dallas.tx.us>
|
Bob Friesenhahn <bfriesen@simple.dallas.tx.us>
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Mon Dec 03 2007 - nadvornik@suse.cz
|
* 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
|
- fixed BuildRequires
|
||||||
* Fri Nov 30 2007 - nadvornik@suse.cz
|
* Fri Nov 30 2007 nadvornik@suse.cz
|
||||||
- updated to 6.3.7-2, see ChangeLog for details
|
- updated to 6.3.7-2, see ChangeLog for details
|
||||||
* fixes conflicts in header files [#340485]
|
* fixes conflicts in header files [#340485]
|
||||||
* Mon Oct 08 2007 - pth@suse.de
|
* Mon Oct 08 2007 pth@suse.de
|
||||||
- Add libMagick10 to Requires of perl-PerlMagick (#331611)
|
- Add libMagick10 to Requires of perl-PerlMagick (#331611)
|
||||||
* Tue Sep 25 2007 - nadvornik@suse.cz
|
* Tue Sep 25 2007 nadvornik@suse.cz
|
||||||
- updated to 6.3.5-10: fixes CVE-2007-4985, CVE-2007-4986,
|
- updated to 6.3.5-10: fixes CVE-2007-4985, CVE-2007-4986,
|
||||||
CVE-2007-4987, CVE-2007-4988 [#327021]
|
CVE-2007-4987, CVE-2007-4988 [#327021]
|
||||||
* Fri Aug 03 2007 - coolo@suse.de
|
* Fri Aug 03 2007 coolo@suse.de
|
||||||
- fix provides for ImageMagick-Magick++ (#293401)
|
- fix provides for ImageMagick-Magick++ (#293401)
|
||||||
* Sat Jul 28 2007 - coolo@suse.de
|
* Sat Jul 28 2007 coolo@suse.de
|
||||||
- remove requires on ImageMagick-Magick++
|
- remove requires on ImageMagick-Magick++
|
||||||
* Wed Jul 25 2007 - nadvornik@suse.cz
|
* Wed Jul 25 2007 nadvornik@suse.cz
|
||||||
- updated to 6.3.5-3, see ChangeLog for details
|
- updated to 6.3.5-3, see ChangeLog for details
|
||||||
- reduced the requrements of the main package,
|
- reduced the requrements of the main package,
|
||||||
created ImageMagick-extra with full set of requirements
|
created ImageMagick-extra with full set of requirements
|
||||||
@ -412,307 +429,307 @@ Authors:
|
|||||||
* created libMagick10 and libWand10
|
* created libMagick10 and libWand10
|
||||||
* renamed ImageMagick-Magick++ -> libMagick++10
|
* renamed ImageMagick-Magick++ -> libMagick++10
|
||||||
* renamed ImageMagick-Magick++-devel -> libMagick++-devel
|
* renamed ImageMagick-Magick++-devel -> libMagick++-devel
|
||||||
* Thu Apr 19 2007 - nadvornik@suse.cz
|
* Thu Apr 19 2007 nadvornik@suse.cz
|
||||||
- updated to 6.3.3-8, see ChangeLog for details
|
- updated to 6.3.3-8, see ChangeLog for details
|
||||||
- fixed various crashes on malformed input, including
|
- fixed various crashes on malformed input, including
|
||||||
CVE-2007-1797 and CVE-2007-1667 [#258253]
|
CVE-2007-1797 and CVE-2007-1667 [#258253]
|
||||||
- do not build static libs
|
- do not build static libs
|
||||||
- adjusted BuildRequires for libjasper-devel
|
- adjusted BuildRequires for libjasper-devel
|
||||||
* Tue Feb 27 2007 - dmueller@suse.de
|
* Tue Feb 27 2007 dmueller@suse.de
|
||||||
- adjust BuildRequires: libexif -> libexif-devel
|
- adjust BuildRequires: libexif -> libexif-devel
|
||||||
* Mon Feb 19 2007 - mvaner@suse.cz
|
* Mon Feb 19 2007 mvaner@suse.cz
|
||||||
- Array boundaries fix in bezier path (#243280)
|
- Array boundaries fix in bezier path (#243280)
|
||||||
- bezier-array.patch
|
- bezier-array.patch
|
||||||
* Mon Oct 30 2006 - nadvornik@suse.cz
|
* Mon Oct 30 2006 nadvornik@suse.cz
|
||||||
- fixed overflows in dcm and palm codecs CVE-2006-5456 [#215685]
|
- fixed overflows in dcm and palm codecs CVE-2006-5456 [#215685]
|
||||||
* Wed Oct 18 2006 - postadal@suse.cz
|
* Wed Oct 18 2006 postadal@suse.cz
|
||||||
- disabled -fstack-protector for %%suse_version <= 1000
|
- disabled -fstack-protector for %%suse_version <= 1000
|
||||||
* Tue Oct 17 2006 - nadvornik@suse.cz
|
* Tue Oct 17 2006 nadvornik@suse.cz
|
||||||
- updated to 1.3.0-0
|
- updated to 1.3.0-0
|
||||||
* enhanced -fx
|
* enhanced -fx
|
||||||
* many bugfixes, see ChangeLog
|
* many bugfixes, see ChangeLog
|
||||||
* Thu Jul 13 2006 - nadvornik@suse.cz
|
* Thu Jul 13 2006 nadvornik@suse.cz
|
||||||
- updated to 1.2.8-1
|
- updated to 1.2.8-1
|
||||||
* security fixes merged upstream
|
* security fixes merged upstream
|
||||||
* fixed compilation with new libpng
|
* fixed compilation with new libpng
|
||||||
* many other fixes
|
* many other fixes
|
||||||
* Wed Mar 15 2006 - nadvornik@suse.cz
|
* Wed Mar 15 2006 nadvornik@suse.cz
|
||||||
- fixed rpath in perl module
|
- fixed rpath in perl module
|
||||||
* Fri Feb 03 2006 - nadvornik@suse.cz
|
* Fri Feb 03 2006 nadvornik@suse.cz
|
||||||
- better fix for format string vulnerability
|
- better fix for format string vulnerability
|
||||||
CVE-2006-0082 [#141390]
|
CVE-2006-0082 [#141390]
|
||||||
- fixed shell metacharacters in file names passed into delegates
|
- fixed shell metacharacters in file names passed into delegates
|
||||||
CVE-2005-4601 [#141999]
|
CVE-2005-4601 [#141999]
|
||||||
- added version numbers to devel subpackage requirements
|
- added version numbers to devel subpackage requirements
|
||||||
* Wed Jan 25 2006 - mls@suse.de
|
* Wed Jan 25 2006 mls@suse.de
|
||||||
- converted neededforbuild to BuildRequires
|
- converted neededforbuild to BuildRequires
|
||||||
* Mon Jan 16 2006 - meissner@suse.de
|
* Mon Jan 16 2006 meissner@suse.de
|
||||||
- Use -fstack-protector.
|
- Use -fstack-protector.
|
||||||
* Tue Dec 20 2005 - nadvornik@suse.cz
|
* Tue Dec 20 2005 nadvornik@suse.cz
|
||||||
- updated to 6.2.5
|
- updated to 6.2.5
|
||||||
* Wed Sep 21 2005 - nadvornik@suse.cz
|
* Wed Sep 21 2005 nadvornik@suse.cz
|
||||||
- updated to 6.2.4
|
- updated to 6.2.4
|
||||||
* Sun Sep 18 2005 - postadal@suse.cz
|
* Sun Sep 18 2005 postadal@suse.cz
|
||||||
- parallelize build
|
- parallelize build
|
||||||
* Wed Sep 07 2005 - nadvornik@suse.cz
|
* Wed Sep 07 2005 nadvornik@suse.cz
|
||||||
- fixed URL in man pages [#115568]
|
- fixed URL in man pages [#115568]
|
||||||
* Thu Jul 21 2005 - nadvornik@suse.cz
|
* Thu Jul 21 2005 nadvornik@suse.cz
|
||||||
- moved .la files back to main package, they are needed for runtime
|
- moved .la files back to main package, they are needed for runtime
|
||||||
* Fri Jul 15 2005 - nadvornik@suse.cz
|
* Fri Jul 15 2005 nadvornik@suse.cz
|
||||||
- updated to 6.2.3
|
- updated to 6.2.3
|
||||||
- fixed incorrect char type usage [#95086]
|
- fixed incorrect char type usage [#95086]
|
||||||
* Tue May 03 2005 - nadvornik@suse.cz
|
* Tue May 03 2005 nadvornik@suse.cz
|
||||||
- updated to 6.2.2, fixes crash in PNM reader [#80428]
|
- updated to 6.2.2, fixes crash in PNM reader [#80428]
|
||||||
* Wed Mar 09 2005 - nadvornik@suse.cz
|
* Wed Mar 09 2005 nadvornik@suse.cz
|
||||||
- fixed format string vulnerability [#67273]
|
- fixed format string vulnerability [#67273]
|
||||||
* Wed Mar 02 2005 - nadvornik@suse.cz
|
* Wed Mar 02 2005 nadvornik@suse.cz
|
||||||
- linked PerlMagick correcly
|
- linked PerlMagick correcly
|
||||||
- added xorg-x11-devel to requires of devel subpackage
|
- added xorg-x11-devel to requires of devel subpackage
|
||||||
* Sat Jan 22 2005 - ro@suse.de
|
* Sat Jan 22 2005 ro@suse.de
|
||||||
- fix libltdl removal on lib64
|
- fix libltdl removal on lib64
|
||||||
* Tue Jan 18 2005 - nadvornik@suse.cz
|
* Tue Jan 18 2005 nadvornik@suse.cz
|
||||||
- updated to 6.1.8
|
- updated to 6.1.8
|
||||||
* fixed .psd file read overflow (CAN-2005-0005) [#49839]
|
* fixed .psd file read overflow (CAN-2005-0005) [#49839]
|
||||||
* Mon Nov 01 2004 - nadvornik@suse.cz
|
* Mon Nov 01 2004 nadvornik@suse.cz
|
||||||
- fixed integer overflow in EXIF handling [#47745]
|
- fixed integer overflow in EXIF handling [#47745]
|
||||||
* Tue Sep 14 2004 - nadvornik@suse.cz
|
* Tue Sep 14 2004 nadvornik@suse.cz
|
||||||
- branched new subpackage ImageMagick-Magick++-devel [#45245]
|
- branched new subpackage ImageMagick-Magick++-devel [#45245]
|
||||||
* Tue Sep 14 2004 - nadvornik@suse.cz
|
* Tue Sep 14 2004 nadvornik@suse.cz
|
||||||
- removed Requires: ImageMagick-devel from ImageMagick-Magick++ [#45245]
|
- removed Requires: ImageMagick-devel from ImageMagick-Magick++ [#45245]
|
||||||
* Tue Sep 07 2004 - nadvornik@suse.cz
|
* Tue Sep 07 2004 nadvornik@suse.cz
|
||||||
- updated to 6.0.7
|
- updated to 6.0.7
|
||||||
* fixed possible miscompilation of included headers
|
* fixed possible miscompilation of included headers
|
||||||
* fixed PerlMagick's Profile crash [#44710]
|
* fixed PerlMagick's Profile crash [#44710]
|
||||||
* other bugfixes
|
* other bugfixes
|
||||||
* Tue Aug 31 2004 - nadvornik@suse.cz
|
* Tue Aug 31 2004 nadvornik@suse.cz
|
||||||
- updated to 6.0.6-2:
|
- updated to 6.0.6-2:
|
||||||
* fixed decoding runlength-encoded BMP [#44081]
|
* fixed decoding runlength-encoded BMP [#44081]
|
||||||
* enabled LZW compression
|
* enabled LZW compression
|
||||||
* Mon Aug 09 2004 - ro@suse.de
|
* Mon Aug 09 2004 ro@suse.de
|
||||||
- fix build with current automake
|
- fix build with current automake
|
||||||
* Mon Jun 28 2004 - nadvornik@suse.cz
|
* Mon Jun 28 2004 nadvornik@suse.cz
|
||||||
- updated to 6.0.2
|
- updated to 6.0.2
|
||||||
* Fri Mar 26 2004 - nadvornik@suse.cz
|
* Fri Mar 26 2004 nadvornik@suse.cz
|
||||||
- adjusted default fonts
|
- adjusted default fonts
|
||||||
* Fri Feb 06 2004 - nadvornik@suse.cz
|
* Fri Feb 06 2004 nadvornik@suse.cz
|
||||||
- update to 5.5.7-16
|
- update to 5.5.7-16
|
||||||
- added run_ldconfig macro
|
- added run_ldconfig macro
|
||||||
- build as user
|
- build as user
|
||||||
* Tue Sep 09 2003 - nadvornik@suse.cz
|
* Tue Sep 09 2003 nadvornik@suse.cz
|
||||||
- fixed annotate function [29748]
|
- fixed annotate function [29748]
|
||||||
* Mon Sep 08 2003 - nadvornik@suse.cz
|
* Mon Sep 08 2003 nadvornik@suse.cz
|
||||||
- fixed reading of tiff images [#25552]
|
- fixed reading of tiff images [#25552]
|
||||||
* Thu Aug 28 2003 - nadvornik@suse.cz
|
* Thu Aug 28 2003 nadvornik@suse.cz
|
||||||
- fixed output from Magick++-config --version
|
- fixed output from Magick++-config --version
|
||||||
- compiled with -fno-strict-aliasing
|
- compiled with -fno-strict-aliasing
|
||||||
* Wed Aug 20 2003 - mjancar@suse.cz
|
* Wed Aug 20 2003 mjancar@suse.cz
|
||||||
- require the perl version we build with
|
- require the perl version we build with
|
||||||
* Tue Jul 29 2003 - nadvornik@suse.cz
|
* Tue Jul 29 2003 nadvornik@suse.cz
|
||||||
- lib64 fixed
|
- lib64 fixed
|
||||||
- filelist fixed
|
- filelist fixed
|
||||||
* Fri Jul 25 2003 - nadvornik@suse.cz
|
* Fri Jul 25 2003 nadvornik@suse.cz
|
||||||
- updated to 5.5.7-10
|
- updated to 5.5.7-10
|
||||||
- used perl_process_packlist
|
- used perl_process_packlist
|
||||||
* Mon Feb 10 2003 - nadvornik@suse.cz
|
* Mon Feb 10 2003 nadvornik@suse.cz
|
||||||
- updated to 5.5.4-4:
|
- updated to 5.5.4-4:
|
||||||
- fixed bug [#23111]
|
- fixed bug [#23111]
|
||||||
- copied ltdl sources from libtool package
|
- copied ltdl sources from libtool package
|
||||||
* Thu Dec 19 2002 - adrian@suse.de
|
* Thu Dec 19 2002 adrian@suse.de
|
||||||
- add liblcms-devel to #neededforbuild
|
- add liblcms-devel to #neededforbuild
|
||||||
* Thu Nov 21 2002 - nadvornik@suse.cz
|
* Thu Nov 21 2002 nadvornik@suse.cz
|
||||||
- updated to 5.5.1
|
- updated to 5.5.1
|
||||||
* Wed Nov 20 2002 - ro@suse.de
|
* Wed Nov 20 2002 ro@suse.de
|
||||||
- fix build with latest automake
|
- fix build with latest automake
|
||||||
* Fri Nov 01 2002 - nadvornik@suse.cz
|
* Fri Nov 01 2002 nadvornik@suse.cz
|
||||||
- fixed detection of lpr [#21187]
|
- fixed detection of lpr [#21187]
|
||||||
- fixed to compile with new libjasper
|
- fixed to compile with new libjasper
|
||||||
* Tue Sep 03 2002 - nadvornik@suse.cz
|
* Tue Sep 03 2002 nadvornik@suse.cz
|
||||||
- do not try to detect supported ghostscript devices [#18424]
|
- do not try to detect supported ghostscript devices [#18424]
|
||||||
* Thu Aug 29 2002 - nadvornik@suse.cz
|
* Thu Aug 29 2002 nadvornik@suse.cz
|
||||||
- fixed typo in delegates.mgk
|
- fixed typo in delegates.mgk
|
||||||
* Sat Aug 10 2002 - kukuk@suse.de
|
* Sat Aug 10 2002 kukuk@suse.de
|
||||||
- Fix filelist for threaded perl
|
- Fix filelist for threaded perl
|
||||||
* Fri Jul 26 2002 - adrian@suse.de
|
* Fri Jul 26 2002 adrian@suse.de
|
||||||
- fix neededforbuild
|
- fix neededforbuild
|
||||||
* Fri Jul 26 2002 - nadvornik@suse.cz
|
* Fri Jul 26 2002 nadvornik@suse.cz
|
||||||
- update to 5.4.7-4
|
- update to 5.4.7-4
|
||||||
* Tue Jul 02 2002 - nadvornik@suse.cz
|
* Tue Jul 02 2002 nadvornik@suse.cz
|
||||||
- update to 5.4.7
|
- update to 5.4.7
|
||||||
* Fri May 03 2002 - meissner@suse.de
|
* Fri May 03 2002 meissner@suse.de
|
||||||
- %%_lib fixes
|
- %%_lib fixes
|
||||||
* Wed Mar 06 2002 - nadvornik@suse.cz
|
* Wed Mar 06 2002 nadvornik@suse.cz
|
||||||
- added symlink index.html->ImageMagick.html in doc directory
|
- added symlink index.html->ImageMagick.html in doc directory
|
||||||
* Mon Feb 04 2002 - nadvornik@suse.cz
|
* Mon Feb 04 2002 nadvornik@suse.cz
|
||||||
- update to 5.4.2-3, xtp updated to 5.4.3
|
- update to 5.4.2-3, xtp updated to 5.4.3
|
||||||
* Fri Feb 01 2002 - ro@suse.de
|
* Fri Feb 01 2002 ro@suse.de
|
||||||
- changed neededforbuild <libpng> to <libpng-devel-packages>
|
- changed neededforbuild <libpng> to <libpng-devel-packages>
|
||||||
* Thu Jan 17 2002 - nadvornik@suse.cz
|
* Thu Jan 17 2002 nadvornik@suse.cz
|
||||||
- html files installed correctly
|
- html files installed correctly
|
||||||
* Tue Jan 15 2002 - nadvornik@suse.cz
|
* Tue Jan 15 2002 nadvornik@suse.cz
|
||||||
- update to 5.4.2:
|
- update to 5.4.2:
|
||||||
- new scripting language utility, conjure
|
- new scripting language utility, conjure
|
||||||
* Mon Dec 03 2001 - nadvornik@suse.cz
|
* Mon Dec 03 2001 nadvornik@suse.cz
|
||||||
- update to 5.4.1:
|
- update to 5.4.1:
|
||||||
- better SVG support
|
- better SVG support
|
||||||
- changed default background color to none
|
- changed default background color to none
|
||||||
- eliminated the libMagick.so dependancy on libtiff, libpng, libjpeg
|
- eliminated the libMagick.so dependancy on libtiff, libpng, libjpeg
|
||||||
- coders/wmf.c updated for libwmf 0.2
|
- coders/wmf.c updated for libwmf 0.2
|
||||||
* Thu Oct 18 2001 - nadvornik@suse.cz
|
* Thu Oct 18 2001 nadvornik@suse.cz
|
||||||
- update to 5.4.0:
|
- update to 5.4.0:
|
||||||
- Text drawing now handles UTF8-encoding
|
- Text drawing now handles UTF8-encoding
|
||||||
- Added a MATLAB encoder
|
- Added a MATLAB encoder
|
||||||
- Uses SHA instead of MD5 for image signatures
|
- Uses SHA instead of MD5 for image signatures
|
||||||
* Fri Aug 24 2001 - nadvornik@suse.cz
|
* Fri Aug 24 2001 nadvornik@suse.cz
|
||||||
- update to 5.3.8:
|
- update to 5.3.8:
|
||||||
- Added a new method SetImageClipMask().
|
- Added a new method SetImageClipMask().
|
||||||
- Added @ to the image geometry specification. Use it to specify
|
- Added @ to the image geometry specification. Use it to specify
|
||||||
the square-root of the maximum area in pixels of an image
|
the square-root of the maximum area in pixels of an image
|
||||||
- many bugfixes
|
- many bugfixes
|
||||||
* Tue Aug 21 2001 - nadvornik@suse.cz
|
* Tue Aug 21 2001 nadvornik@suse.cz
|
||||||
- removed wv-devel from neededforbuild, it is no longer needed
|
- removed wv-devel from neededforbuild, it is no longer needed
|
||||||
- fixed segfault in svg converting
|
- fixed segfault in svg converting
|
||||||
- fixed doc installation
|
- fixed doc installation
|
||||||
* Wed Aug 15 2001 - nadvornik@suse.cz
|
* Wed Aug 15 2001 nadvornik@suse.cz
|
||||||
- compiled with libjasper
|
- compiled with libjasper
|
||||||
* Tue Jul 24 2001 - nadvornik@suse.cz
|
* Tue Jul 24 2001 nadvornik@suse.cz
|
||||||
- update to 5.3.7
|
- update to 5.3.7
|
||||||
* Fri Jul 20 2001 - kukuk@suse.de
|
* Fri Jul 20 2001 kukuk@suse.de
|
||||||
- changed neededforbuild <gs_fonto> to <ghostscript-fonts-other>
|
- changed neededforbuild <gs_fonto> to <ghostscript-fonts-other>
|
||||||
- changed neededforbuild <gs_fonts> to <ghostscript-fonts-std>
|
- changed neededforbuild <gs_fonts> to <ghostscript-fonts-std>
|
||||||
- changed neededforbuild <gs_lib> to <ghostscript-library>
|
- changed neededforbuild <gs_lib> to <ghostscript-library>
|
||||||
- changed neededforbuild <gs_serv> to <ghostscript-serv>
|
- changed neededforbuild <gs_serv> to <ghostscript-serv>
|
||||||
* Wed Jun 27 2001 - nadvornik@suse.cz
|
* Wed Jun 27 2001 nadvornik@suse.cz
|
||||||
- update to 5.3.6
|
- update to 5.3.6
|
||||||
- dropped ImageMagick-pictures subpackage
|
- dropped ImageMagick-pictures subpackage
|
||||||
* Tue Jun 12 2001 - nadvornik@suse.cz
|
* Tue Jun 12 2001 nadvornik@suse.cz
|
||||||
- update to 5.3.5
|
- update to 5.3.5
|
||||||
- fixed to compile with new autoconf
|
- fixed to compile with new autoconf
|
||||||
* Tue Apr 17 2001 - kukuk@suse.de
|
* Tue Apr 17 2001 kukuk@suse.de
|
||||||
- Remove magickcpp_version macro
|
- Remove magickcpp_version macro
|
||||||
* Thu Apr 05 2001 - nadvornik@suse.cz
|
* Thu Apr 05 2001 nadvornik@suse.cz
|
||||||
- updated to 5.3.1
|
- updated to 5.3.1
|
||||||
* Tue Mar 27 2001 - ro@suse.de
|
* Tue Mar 27 2001 ro@suse.de
|
||||||
- libtoolize main dir as well
|
- libtoolize main dir as well
|
||||||
* Tue Mar 27 2001 - ro@suse.de
|
* Tue Mar 27 2001 ro@suse.de
|
||||||
- libtoolize
|
- libtoolize
|
||||||
* Fri Mar 09 2001 - nadvornik@suse.cz
|
* Fri Mar 09 2001 nadvornik@suse.cz
|
||||||
- updated to 5.3.0
|
- updated to 5.3.0
|
||||||
- fixed neededforbuild
|
- fixed neededforbuild
|
||||||
* Mon Feb 19 2001 - nadvornik@suse.cz
|
* Mon Feb 19 2001 nadvornik@suse.cz
|
||||||
- fixed filelist
|
- fixed filelist
|
||||||
* Tue Feb 13 2001 - nadvornik@suse.cz
|
* Tue Feb 13 2001 nadvornik@suse.cz
|
||||||
- update to 5.2.9
|
- update to 5.2.9
|
||||||
* Tue Dec 12 2000 - nadvornik@suse.cz
|
* Tue Dec 12 2000 nadvornik@suse.cz
|
||||||
- compiled with option --with-threads
|
- compiled with option --with-threads
|
||||||
* Tue Dec 05 2000 - nadvornik@suse.cz
|
* Tue Dec 05 2000 nadvornik@suse.cz
|
||||||
- update to 5.2.6
|
- update to 5.2.6
|
||||||
- now uses freetype2
|
- now uses freetype2
|
||||||
* Thu Nov 16 2000 - nadvornik@suse.cz
|
* Thu Nov 16 2000 nadvornik@suse.cz
|
||||||
- update to 5.2.5
|
- update to 5.2.5
|
||||||
* Tue Nov 14 2000 - nadvornik@suse.cz
|
* Tue Nov 14 2000 nadvornik@suse.cz
|
||||||
- fixed writing transparent xpm files
|
- fixed writing transparent xpm files
|
||||||
* Wed Nov 08 2000 - nadvornik@suse.cz
|
* Wed Nov 08 2000 nadvornik@suse.cz
|
||||||
- changed to long names
|
- changed to long names
|
||||||
- imagemag -> ImageMagick
|
- imagemag -> ImageMagick
|
||||||
- magickd -> ImageMagick-devel
|
- magickd -> ImageMagick-devel
|
||||||
- magickpp -> ImageMagick-Magick++
|
- magickpp -> ImageMagick-Magick++
|
||||||
- plmagick -> perl-PerlMagick
|
- plmagick -> perl-PerlMagick
|
||||||
- impict -> ImageMagick-pictures
|
- impict -> ImageMagick-pictures
|
||||||
* Wed Oct 18 2000 - nadvornik@suse.cz
|
* Wed Oct 18 2000 nadvornik@suse.cz
|
||||||
- update to 5.2.4
|
- update to 5.2.4
|
||||||
- compiled with --with-modules
|
- compiled with --with-modules
|
||||||
* Mon Sep 18 2000 - nadvornik@suse.cz
|
* Mon Sep 18 2000 nadvornik@suse.cz
|
||||||
- fixed usage of suse_update_config
|
- fixed usage of suse_update_config
|
||||||
* Thu Sep 14 2000 - nadvornik@suse.cz
|
* Thu Sep 14 2000 nadvornik@suse.cz
|
||||||
- drop subpackage imfilm, removed povray from neededforbuild
|
- drop subpackage imfilm, removed povray from neededforbuild
|
||||||
- povray scripts are now in /usr/share/doc/imagemag/scenes
|
- povray scripts are now in /usr/share/doc/imagemag/scenes
|
||||||
* Thu Sep 14 2000 - nadvornik@suse.cz
|
* Thu Sep 14 2000 nadvornik@suse.cz
|
||||||
- update to 5.2.3
|
- update to 5.2.3
|
||||||
- new subpackage magickd for includes and static libs
|
- new subpackage magickd for includes and static libs
|
||||||
- changed prefix to /usr
|
- changed prefix to /usr
|
||||||
- removed --without-largefiles
|
- removed --without-largefiles
|
||||||
* Wed Aug 23 2000 - ro@suse.de
|
* Wed Aug 23 2000 ro@suse.de
|
||||||
- fixed perl path
|
- fixed perl path
|
||||||
* Thu Jun 08 2000 - nadvornik@suse.cz
|
* Thu Jun 08 2000 nadvornik@suse.cz
|
||||||
- update to latest source from ftp
|
- update to latest source from ftp
|
||||||
- added source url
|
- added source url
|
||||||
* Tue Jun 06 2000 - nadvornik@suse.cz
|
* Tue Jun 06 2000 nadvornik@suse.cz
|
||||||
- images, scenes -> /usr/share/ImageMagick
|
- images, scenes -> /usr/share/ImageMagick
|
||||||
- doc -> %%{_defaultdocdir}/imagemag
|
- doc -> %%{_defaultdocdir}/imagemag
|
||||||
* Mon Jun 05 2000 - nadvornik@suse.cz
|
* Mon Jun 05 2000 nadvornik@suse.cz
|
||||||
- used --without-largefiles
|
- used --without-largefiles
|
||||||
* Thu Jun 01 2000 - nadvornik@suse.cz
|
* Thu Jun 01 2000 nadvornik@suse.cz
|
||||||
- xtp updated to 5.2.0
|
- xtp updated to 5.2.0
|
||||||
* Mon May 29 2000 - nadvornik@suse.cz
|
* Mon May 29 2000 nadvornik@suse.cz
|
||||||
- updated to 5.2.0
|
- updated to 5.2.0
|
||||||
* Fri May 19 2000 - nadvornik@suse.cz
|
* Fri May 19 2000 nadvornik@suse.cz
|
||||||
- used %%{_defaultdocdir}
|
- used %%{_defaultdocdir}
|
||||||
- changed group
|
- changed group
|
||||||
* Fri Apr 28 2000 - nadvornik@suse.cz
|
* Fri Apr 28 2000 nadvornik@suse.cz
|
||||||
- fixed to compile with xf86-4.0
|
- fixed to compile with xf86-4.0
|
||||||
* Mon Apr 10 2000 - nadvornik@suse.cz
|
* Mon Apr 10 2000 nadvornik@suse.cz
|
||||||
- added URL
|
- added URL
|
||||||
* Fri Apr 07 2000 - bk@suse.de
|
* Fri Apr 07 2000 bk@suse.de
|
||||||
- added suse config update macro
|
- added suse config update macro
|
||||||
* Thu Apr 06 2000 - nadvornik@suse.cz
|
* Thu Apr 06 2000 nadvornik@suse.cz
|
||||||
- update to 5.1.1
|
- update to 5.1.1
|
||||||
- added BuildRoot
|
- added BuildRoot
|
||||||
* Wed Jan 19 2000 - ro@suse.de
|
* Wed Jan 19 2000 ro@suse.de
|
||||||
- fixed specfile
|
- fixed specfile
|
||||||
* Mon Jan 03 2000 - ro@suse.de
|
* Mon Jan 03 2000 ro@suse.de
|
||||||
- update to 5.1.0
|
- update to 5.1.0
|
||||||
* Mon Sep 27 1999 - bs@suse.de
|
* Mon Sep 27 1999 bs@suse.de
|
||||||
- fixed requirements for sub packages
|
- fixed requirements for sub packages
|
||||||
* Mon Sep 13 1999 - bs@suse.de
|
* Mon Sep 13 1999 bs@suse.de
|
||||||
- ran old prepare_spec on spec file to switch to new prepare_spec.
|
- ran old prepare_spec on spec file to switch to new prepare_spec.
|
||||||
* Thu Sep 02 1999 - ro@suse.de
|
* Thu Sep 02 1999 ro@suse.de
|
||||||
- update to 4.2.9
|
- update to 4.2.9
|
||||||
* Mon Jun 28 1999 - ro@suse.de
|
* Mon Jun 28 1999 ro@suse.de
|
||||||
- update to 4.2.7
|
- update to 4.2.7
|
||||||
* Wed May 19 1999 - ro@suse.de
|
* Wed May 19 1999 ro@suse.de
|
||||||
- fixed path in specfile
|
- fixed path in specfile
|
||||||
* Wed May 19 1999 - ro@suse.de
|
* Wed May 19 1999 ro@suse.de
|
||||||
- fixed specfile
|
- fixed specfile
|
||||||
* Wed May 19 1999 - ro@suse.de
|
* Wed May 19 1999 ro@suse.de
|
||||||
- update to 4.2.5
|
- update to 4.2.5
|
||||||
- new subpackage: magickpp (aka Magick++) a C++-API for libmagick
|
- new subpackage: magickpp (aka Magick++) a C++-API for libmagick
|
||||||
* Fri Feb 19 1999 - ro@suse.de
|
* Fri Feb 19 1999 ro@suse.de
|
||||||
- update to 4.2.0
|
- update to 4.2.0
|
||||||
* Mon Jan 18 1999 - bs@suse.de
|
* Mon Jan 18 1999 bs@suse.de
|
||||||
- set libraries to 755
|
- set libraries to 755
|
||||||
* Wed Jan 13 1999 - ro@suse.de
|
* Wed Jan 13 1999 ro@suse.de
|
||||||
- update to 4.1.7 / PerlMagick 1.58
|
- update to 4.1.7 / PerlMagick 1.58
|
||||||
* Mon Dec 14 1998 - ro@suse.de
|
* Mon Dec 14 1998 ro@suse.de
|
||||||
- update to 4.1.6
|
- update to 4.1.6
|
||||||
- disabled unix98/ptys in configure.in
|
- disabled unix98/ptys in configure.in
|
||||||
* Tue Dec 01 1998 - ro@suse.de
|
* Tue Dec 01 1998 ro@suse.de
|
||||||
- update to 4.1.5 / PerlMagick 1.53
|
- update to 4.1.5 / PerlMagick 1.53
|
||||||
* Tue Nov 17 1998 - ro@suse.de
|
* Tue Nov 17 1998 ro@suse.de
|
||||||
- update to 4.1.4
|
- update to 4.1.4
|
||||||
- switched to use configure instead of imake
|
- switched to use configure instead of imake
|
||||||
* Mon Aug 17 1998 - ro@suse.de
|
* Mon Aug 17 1998 ro@suse.de
|
||||||
- update to 4.0.9
|
- update to 4.0.9
|
||||||
* Fri Aug 14 1998 - ro@suse.de
|
* Fri Aug 14 1998 ro@suse.de
|
||||||
- fixed online documentation
|
- fixed online documentation
|
||||||
/usr/doc/packages/ImageMagick/ImageMagick.html is start page
|
/usr/doc/packages/ImageMagick/ImageMagick.html is start page
|
||||||
- added new subpackage PerlMagick "plmagick"
|
- added new subpackage PerlMagick "plmagick"
|
||||||
* Thu Aug 13 1998 - ro@suse.de
|
* Thu Aug 13 1998 ro@suse.de
|
||||||
- update to 4.0.8
|
- update to 4.0.8
|
||||||
fixed default for printCommand in Display with a app-defaults file
|
fixed default for printCommand in Display with a app-defaults file
|
||||||
* Mon Jun 29 1998 - ro@suse.de
|
* Mon Jun 29 1998 ro@suse.de
|
||||||
- update to version 4.0.7
|
- update to version 4.0.7
|
||||||
needs libpng-1.0.1 (and povray built with that version)
|
needs libpng-1.0.1 (and povray built with that version)
|
||||||
* Tue Apr 07 1998 - ro@suse.de
|
* Tue Apr 07 1998 ro@suse.de
|
||||||
- update to version 4.0.4
|
- update to version 4.0.4
|
||||||
added freetype support
|
added freetype support
|
||||||
needs libpng-1.0.1 (and povray built with that version)
|
needs libpng-1.0.1 (and povray built with that version)
|
||||||
* Sun Mar 01 1998 - ro@suse.de
|
* Sun Mar 01 1998 ro@suse.de
|
||||||
- update to version 4.0.1
|
- update to version 4.0.1
|
||||||
* Sun Nov 16 1997 - ro@suse.de
|
* Sun Nov 16 1997 ro@suse.de
|
||||||
- fixed Symlink /usr/doc/packages/ImageMagick
|
- fixed Symlink /usr/doc/packages/ImageMagick
|
||||||
* Fri Nov 14 1997 - ro@suse.de
|
* Fri Nov 14 1997 ro@suse.de
|
||||||
- new version 3.9.2
|
- new version 3.9.2
|
||||||
* Tue Nov 11 1997 - ro@suse.de
|
* Tue Nov 11 1997 ro@suse.de
|
||||||
- imfilm and impict are built from same specfile
|
- imfilm and impict are built from same specfile
|
||||||
* Mon Nov 03 1997 - ro@suse.de
|
* Mon Nov 03 1997 ro@suse.de
|
||||||
- ready for autobuild
|
- ready for autobuild
|
||||||
|
Loading…
x
Reference in New Issue
Block a user