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

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.
# This file and all modifications and additions to the pristine
@ -26,58 +26,66 @@ Provides: imagemag
%define perl_prefix /usr
License: Any permissive, http://www.imagemagick.org/script/license.php
Group: Productivity/Graphics/Other
Autoreqprov: on
Version: 6.3.5.3
Release: 8
AutoReqProv: on
Version: 6.3.5.10
Release: 1
Summary: Viewer and Converter for Images
URL: http://www.imagemagick.org
Source: ImageMagick-6.3.5-3.tar.bz2
Url: http://www.imagemagick.org
Source: ImageMagick-6.3.5-10.tar.bz2
Source2: xtp-%{xtp_version}.tar.bz2
Patch1: ImageMagick-%{version}-examples.patch
Patch2: ImageMagick-%{version}-doc.patch
Patch3: ImageMagick-%{version}-autoconf.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%package -n perl-PerlMagick
Requires: perl = %{perl_version} ImageMagick = %{version}
Summary: Perl interface for ImageMagick
Group: Development/Libraries/Perl
Autoreqprov: on
AutoReqProv: on
%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
Summary: Include Files and Libraries Mandatory for Development.
Group: Development/Libraries/C and C++
Autoreqprov: on
AutoReqProv: on
%package extra
Requires: ImageMagick = %{version} libMagick10 = %{version}
Summary: Viewer and Converter for Images
Summary: Viewer and Converter for Images - extra codecs
Group: Productivity/Graphics/Other
#delegates configured in delegates.xml that imagemagick can use
Recommends: autotrace dcraw transfig ghostscript_any hp2xx netpbm ghostpcl libwmf
Autoreqprov: on
AutoReqProv: on
%package -n libMagick10
Summary: Viewer and Converter for Images
Summary: Viewer and Converter for Images - runtime library
Group: Productivity/Graphics/Other
Suggests: ImageMagick-extra = %{version}
Autoreqprov: on
AutoReqProv: on
%package -n libWand10
Summary: Viewer and Converter for Images
Summary: Viewer and Converter for Images - runtime library
Group: Productivity/Graphics/Other
Autoreqprov: on
AutoReqProv: on
%package -n libMagick++10
Requires: ImageMagick = %{version}
Summary: C++ Interface for ImageMagick - runtime library
Group: Development/Libraries/C and C++
Autoreqprov: on
AutoReqProv: on
# was last used in openSUSE 10.2
Provides: ImageMagick-Magick++ = 6.3.3
Obsoletes: ImageMagick-Magick++ <= 6.3.3
%package -n libMagick++-devel
Requires: ImageMagick-devel = %{version} libMagick++10 = %{version} libstdc++-devel
Summary: C++ Interface for ImageMagick - files mandatory for development
Group: Development/Libraries/C and C++
Provides: ImageMagick-Magick++-devel
Obsoletes: ImageMagick-Magick++-devel <= %{version}
Autoreqprov: on
AutoReqProv: on
%prep
rm -rf xtp-%{xtp_version}
%setup -n ImageMagick-6.3.5 -b 2
@ -250,7 +258,6 @@ Authors:
--------
John Cristy <cristy@dupont.com>
%description devel
ImageMagick is a robust collection of tools and libraries to read,
write, and manipulate an image in many image formats, including popular
@ -268,8 +275,10 @@ Authors:
--------
John Cristy <cristy@dupont.com>
%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,
write, and manipulate an image in many image formats, including popular
formats like TIFF, JPEG, PNG, PDF, PhotoCD, and GIF. With ImageMagick,
@ -286,7 +295,6 @@ Authors:
--------
John Cristy <cristy@dupont.com>
%description -n libMagick10
ImageMagick is a robust collection of tools and libraries to read,
write, and manipulate an image in many image formats, including popular
@ -304,7 +312,6 @@ Authors:
--------
John Cristy <cristy@dupont.com>
%description -n libWand10
ImageMagick is a robust collection of tools and libraries to read,
write, and manipulate an image in many image formats, including popular
@ -322,7 +329,6 @@ Authors:
--------
John Cristy <cristy@dupont.com>
%description -n perl-PerlMagick
PerlMagick is an objected-oriented Perl interface to ImageMagick. Use
the module to read, manipulate, or write an image or image sequence
@ -336,7 +342,6 @@ Authors:
--------
John Cristy <cristy@dupont.com>
%description -n libMagick++10
This is Magick++, the object-oriented C++ API for the ImageMagick
image-processing library.
@ -358,7 +363,6 @@ Authors:
--------
Bob Friesenhahn <bfriesen@simple.dallas.tx.us>
%description -n libMagick++-devel
This is Magick++, the object-oriented C++ API for the ImageMagick
image-processing library.
@ -380,8 +384,10 @@ Authors:
--------
Bob Friesenhahn <bfriesen@simple.dallas.tx.us>
%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
- fix provides for ImageMagick-Magick++ (#293401)
* Sat Jul 28 2007 - coolo@suse.de