OBS User unknown 2007-02-19 19:45:13 +00:00 committed by Git OBS Bridge
parent 6c1b113092
commit 4100607bff
3 changed files with 26 additions and 4 deletions

View File

@ -0,0 +1,11 @@
--- magick/draw.c
+++ magick/draw.c
@@ -4910,7 +4910,7 @@
points[0]=points[2];
points[1]=points[3];
}
- for (i=0; i <= 4; i++)
+ for (i=0; i <= 3; i++)
(q+i)->point=points[i];
TraceBezier(q,4);
q+=q->coordinates;

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Mon Feb 19 17:06:22 CET 2007 - mvaner@suse.cz
- Array boundaries fix in bezier path (#243280)
- bezier-array.patch
-------------------------------------------------------------------
Mon Oct 30 17:29:59 CET 2006 - nadvornik@suse.cz

View File

@ -1,7 +1,7 @@
#
# spec file for package ImageMagick (Version 6.3.0.0)
#
# Copyright (c) 2006 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
# package are under the same license as the package itself.
#
@ -17,11 +17,11 @@ Provides: imagemag
%define xtp_version 5.4.3
%define prefix /usr
%define perl_prefix /usr
License: Public Domain, Freeware, Other License(s), see package
License: Public Domain, Freeware
Group: Productivity/Graphics/Other
Autoreqprov: on
Version: 6.3.0.0
Release: 6
Release: 30
Summary: Viewer and Converter for Images
URL: http://www.imagemagick.org
Source: ImageMagick-6.3.0-0.tar.bz2
@ -29,6 +29,7 @@ Source2: xtp-%{xtp_version}.tar.bz2
Patch1: ImageMagick-%{version}-examples.patch
Patch2: ImageMagick-%{version}-doc.patch
Patch3: ImageMagick-%{version}-CVE-2006-5456.patch
Patch4: ImageMagick-%{version}-bezier-array.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%package -n perl-PerlMagick
Requires: perl = %{perl_version}
@ -58,6 +59,7 @@ rm -rf xtp-%{xtp_version}
%patch1
%patch2
%patch3
%patch4
%build
cp -f /usr/share/libtool/libltdl/*.{c,h} ltdl
@ -285,7 +287,10 @@ Authors:
Bob Friesenhahn <bfriesen@simple.dallas.tx.us>
%changelog -n ImageMagick
%changelog
* 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