OBS User unknown 2007-09-25 19:09:12 +00:00 committed by Git OBS Bridge
parent 0d76240d3c
commit cda359c6e0
7 changed files with 39 additions and 27 deletions

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:a4d26fb438b15502cc4fb7842111d75d0bd4958c484b3d1bbe25dc60b4e63f84
size 7571418

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:48106fd410e4f4e88526ef3d167be8d875c17b548716e1f4b768420bb039c3a3
size 5926432

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Tue Sep 25 11:54:58 CEST 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 3 14:13:24 CEST 2007 - coolo@suse.de Fri Aug 3 14:13:24 CEST 2007 - coolo@suse.de

View File

@ -1,5 +1,5 @@
# #
# spec file for package ImageMagick (Version 6.3.5.3) # spec file for package ImageMagick (Version 6.3.5.10)
# #
# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany. # Copyright (c) 2007 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
@ -26,58 +26,66 @@ Provides: imagemag
%define perl_prefix /usr %define perl_prefix /usr
License: Any permissive, http://www.imagemagick.org/script/license.php License: Any permissive, http://www.imagemagick.org/script/license.php
Group: Productivity/Graphics/Other Group: Productivity/Graphics/Other
Autoreqprov: on AutoReqProv: on
Version: 6.3.5.3 Version: 6.3.5.10
Release: 8 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.5-3.tar.bz2 Source: ImageMagick-6.3.5-10.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 Patch3: ImageMagick-%{version}-autoconf.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRoot: %{_tmppath}/%{name}-%{version}-build
%package -n perl-PerlMagick %package -n perl-PerlMagick
Requires: perl = %{perl_version} ImageMagick = %{version} Requires: perl = %{perl_version} ImageMagick = %{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
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
Requires: ImageMagick = %{version} libMagick10 = %{version} Requires: ImageMagick = %{version} libMagick10 = %{version}
Summary: Viewer and Converter for Images 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 libMagick10 %package -n libMagick10
Summary: Viewer and Converter for Images 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 libWand10
Summary: Viewer and Converter for Images 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++10
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++
Autoreqprov: on AutoReqProv: on
# was last used in openSUSE 10.2 # was last used in openSUSE 10.2
Provides: ImageMagick-Magick++ = 6.3.3 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
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++
Provides: ImageMagick-Magick++-devel Provides: ImageMagick-Magick++-devel
Obsoletes: ImageMagick-Magick++-devel <= %{version} Obsoletes: ImageMagick-Magick++-devel <= %{version}
Autoreqprov: on AutoReqProv: on
%prep %prep
rm -rf xtp-%{xtp_version} rm -rf xtp-%{xtp_version}
%setup -n ImageMagick-6.3.5 -b 2 %setup -n ImageMagick-6.3.5 -b 2
@ -250,7 +258,6 @@ Authors:
-------- --------
John Cristy <cristy@dupont.com> John Cristy <cristy@dupont.com>
%description devel %description devel
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
@ -268,8 +275,10 @@ Authors:
-------- --------
John Cristy <cristy@dupont.com> John Cristy <cristy@dupont.com>
%description extra %description extra
This package adds support for djvu, wmf and jpeg2000 formats and
installs optional helper applications.
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,
@ -286,7 +295,6 @@ Authors:
-------- --------
John Cristy <cristy@dupont.com> John Cristy <cristy@dupont.com>
%description -n libMagick10 %description -n libMagick10
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
@ -304,7 +312,6 @@ Authors:
-------- --------
John Cristy <cristy@dupont.com> John Cristy <cristy@dupont.com>
%description -n libWand10 %description -n libWand10
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
@ -322,7 +329,6 @@ Authors:
-------- --------
John Cristy <cristy@dupont.com> John Cristy <cristy@dupont.com>
%description -n perl-PerlMagick %description -n perl-PerlMagick
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
@ -336,7 +342,6 @@ Authors:
-------- --------
John Cristy <cristy@dupont.com> John Cristy <cristy@dupont.com>
%description -n libMagick++10 %description -n libMagick++10
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.
@ -358,7 +363,6 @@ Authors:
-------- --------
Bob Friesenhahn <bfriesen@simple.dallas.tx.us> Bob Friesenhahn <bfriesen@simple.dallas.tx.us>
%description -n libMagick++-devel %description -n libMagick++-devel
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.
@ -380,8 +384,10 @@ Authors:
-------- --------
Bob Friesenhahn <bfriesen@simple.dallas.tx.us> Bob Friesenhahn <bfriesen@simple.dallas.tx.us>
%changelog %changelog
* 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 * 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